patch-2.1.21 linux/Documentation/Changes
Next file: linux/Documentation/Configure.help
Previous file: linux/CREDITS
Back to the patch index
Back to the overall index
- Lines: 132
- Date:
Tue Jan 14 12:51:53 1997
- Orig file:
v2.1.20/linux/Documentation/Changes
- Orig date:
Sun Dec 22 16:37:16 1996
diff -u --recursive --new-file v2.1.20/linux/Documentation/Changes linux/Documentation/Changes
@@ -19,7 +19,7 @@
generated by texinfo so a diff is useless anyway (though I can
incorporate one by hand if you insist upon sending it that way ;-).
-Last updated: December 13, 1996.
+Last updated: January 9, 1997.
Current Author: Chris Ricker (gt1355b@prism.gatech.edu).
Current Minimal Requirements
@@ -28,7 +28,7 @@
Upgrade to at *least* these software revisions before thinking you've
encountered a bug!
-- Kernel modules 2.1.13
+- Kernel modules modutils-970104
- Gnu C 2.7.2.1
- Binutils 2.7.0.3
- Linux C Library 5.4.17
@@ -36,7 +36,6 @@
- Linux C++ Library 2.7.2.1
- Procps 1.01
- SysVinit 2.69
-- Sysklogd 1.3-3
- Mount 2.5p
- Net-tools 1.32-alpha
- Kbd 0.91
@@ -75,7 +74,7 @@
Modules
=======
- You need to upgrade to modules-2.1.13 for kernels 2.1.8 and later.
+ You need to upgrade to modutils-970104 for kernels 2.1.8 and later.
Gnu C
=====
@@ -89,9 +88,20 @@
Networking Changes
==================
- Please read Documentation/networking/routing.txt. People wanting to use
-all the new routing table features such as OSPF classes should also read
-Documentation/networking/policy-routing.txt.
+ Please read Documentation/networking/routing.txt and
+Documentation/networking/policy-routing.txt for more information about
+changes in routing code. OSPF classes have been added, and interface
+routes are generated automatically.
+
+ If for some reason you need to override this automatic default
+routing, you have to specify the complete route specification (netmask,
+device, etc.) for the kernel to accept it. Consequently, you need to
+either remove interface routes from your init scripts or add missing
+information to them if you need to replace the automatic routes.
+
+ Also note that some routes, such as loopback routes, do not show up
+in some standard tools. Check in /proc/net/rt_local to verify their
+presence.
SysVinit
========
@@ -99,6 +109,18 @@
To avoid an oops while shutting down or rebooting the computer,
upgrade to SysVinit 2.69.
+RPM
+===
+
+ If you run RedHat Linux or any other distribution that uses RPM, you
+need to upgrade RPM to version 2.2.7 or later.
+
+DOSEMU
+======
+
+ A new "stable" version of DOSEMU is available for 2.1.x kernels.
+Upgrade to 0.64.2 or later.
+
How to know the version of the installed programs
*************************************************
@@ -109,11 +131,13 @@
Gnu C: gcc -v or gcc --version
Libc: ls -l /lib/libc.so.*
Libc++: ls -l /usr/lib/libg++.so.*
+Ld.so: ldd-v
Binutils: ld -v
modules: insmod -V
procps: ps --version
-SysVinit: cat /proc/`cat /var/run/syslog.pid`/environ|strings|awk '$1 ~
+SysVinit: cat /proc/`cat /var/run/klogd.pid`/environ|strings|awk '$1 ~
/INIT_VERSION/ {print}'
+RPM: rpm --version
Where to get the files
**********************
@@ -168,9 +192,8 @@
Modules utilities
=================
-The 2.1.13 release:
-ftp://tsx-11.mit.edu/pub/linux/sources/system/v2.1/modules-2.1.13.tar.gz
-ftp://sunsite.unc.edu/pub/Linux/kernel/v2.1/modules-2.1.13.tar.gz
+The 970104 release:
+ftp://ftp.redhat.com/pub/alphabits/modutils-970104.tar.gz
Procps utilities
================
@@ -185,6 +208,26 @@
The 2.69 release (when it gets there):
ftp://tsx-11.mit.edu/pub/linux/sources/sbin/sysvinit-2.69.tar.gz
ftp://sunsite.unc.edu/pub/Linux/system/Daemons/init/sysvinit-2.69.tar.gz
+
+RPM utilities
+=============
+
+The 2.2.7 release for Intel:
+ftp://ftp.redhat.com/pub/redhat/redhat-4.0/updates/i386/rpm-2.2.7-1.i386.rpm
+ftp://ftp.redhat.com/pub/redhat/redhat-4.0/updates/i386/rpm-devel-2.2.7-1.i386.rpm
+The 2.2.7 release for Alpha:
+ftp://ftp.redhat.com/pub/redhat/redhat-4.0/updates/axp/rpm-2.2.7-1.axp.rpm
+ftp://ftp.redhat.com/pub/redhat/redhat-4.0/updates/axp/rpm-devel-2.2.7-1.axp.rpm
+The 2.2.7 release for SPARC:
+ftp://ftp.redhat.com/pub/redhat/redhat-4.0/updates/i386/rpm-2.2.7-1.sparc.rpm
+ftp://ftp.redhat.com/pub/redhat/redhat-4.0/updates/i386/rpm-devel-2.2.7-1.sparc.rpm
+
+DOSEMU
+======
+
+The 0.64.2 release:
+ftp://tsx-11.mit.edu/pub/linux/ALPHA/dosemu/dosemu0.64.2.tgz
+ftp://sunsite.unc.edu/pub/Linux/system/Emulators/dosemu0.64.2.tgz
Other Info
==========
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov