aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/Changes')
-rw-r--r--Documentation/Changes27
1 files changed, 20 insertions, 7 deletions
diff --git a/Documentation/Changes b/Documentation/Changes
index 57542bc25edd..5eaab0441d76 100644
--- a/Documentation/Changes
+++ b/Documentation/Changes
@@ -44,9 +44,9 @@ running, the suggested command should tell you.
44 44
45Again, keep in mind that this list assumes you are already 45Again, keep in mind that this list assumes you are already
46functionally running a Linux 2.4 kernel. Also, not all tools are 46functionally running a Linux 2.4 kernel. Also, not all tools are
47necessary on all systems; obviously, if you don't have any PCMCIA (PC 47necessary on all systems; obviously, if you don't have any ISDN
48Card) hardware, for example, you probably needn't concern yourself 48hardware, for example, you probably needn't concern yourself with
49with pcmcia-cs. 49isdn4k-utils.
50 50
51o Gnu C 2.95.3 # gcc --version 51o Gnu C 2.95.3 # gcc --version
52o Gnu make 3.79.1 # make --version 52o Gnu make 3.79.1 # make --version
@@ -57,13 +57,15 @@ o e2fsprogs 1.29 # tune2fs
57o jfsutils 1.1.3 # fsck.jfs -V 57o jfsutils 1.1.3 # fsck.jfs -V
58o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs 58o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs
59o xfsprogs 2.6.0 # xfs_db -V 59o xfsprogs 2.6.0 # xfs_db -V
60o pcmciautils 004
60o pcmcia-cs 3.1.21 # cardmgr -V 61o pcmcia-cs 3.1.21 # cardmgr -V
61o quota-tools 3.09 # quota -V 62o quota-tools 3.09 # quota -V
62o PPP 2.4.0 # pppd --version 63o PPP 2.4.0 # pppd --version
63o isdn4k-utils 3.1pre1 # isdnctrl 2>&1|grep version 64o isdn4k-utils 3.1pre1 # isdnctrl 2>&1|grep version
64o nfs-utils 1.0.5 # showmount --version 65o nfs-utils 1.0.5 # showmount --version
65o procps 3.2.0 # ps --version 66o procps 3.2.0 # ps --version
66o oprofile 0.5.3 # oprofiled --version 67o oprofile 0.9 # oprofiled --version
68o udev 058 # udevinfo -V
67 69
68Kernel compilation 70Kernel compilation
69================== 71==================
@@ -186,13 +188,20 @@ architecture independent and any version from 2.0.0 onward should
186work correctly with this version of the XFS kernel code (2.6.0 or 188work correctly with this version of the XFS kernel code (2.6.0 or
187later is recommended, due to some significant improvements). 189later is recommended, due to some significant improvements).
188 190
191PCMCIAutils
192-----------
193
194PCMCIAutils replaces pcmcia-cs (see below). It properly sets up
195PCMCIA sockets at system startup and loads the appropriate modules
196for 16-bit PCMCIA devices if the kernel is modularized and the hotplug
197subsystem is used.
189 198
190Pcmcia-cs 199Pcmcia-cs
191--------- 200---------
192 201
193PCMCIA (PC Card) support is now partially implemented in the main 202PCMCIA (PC Card) support is now partially implemented in the main
194kernel source. Pay attention when you recompile your kernel ;-). 203kernel source. The "pcmciautils" package (see above) replaces pcmcia-cs
195Also, be sure to upgrade to the latest pcmcia-cs release. 204for newest kernels.
196 205
197Quota-tools 206Quota-tools
198----------- 207-----------
@@ -349,9 +358,13 @@ Xfsprogs
349-------- 358--------
350o <ftp://oss.sgi.com/projects/xfs/download/> 359o <ftp://oss.sgi.com/projects/xfs/download/>
351 360
361Pcmciautils
362-----------
363o <ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/>
364
352Pcmcia-cs 365Pcmcia-cs
353--------- 366---------
354o <ftp://pcmcia-cs.sourceforge.net/pub/pcmcia-cs/pcmcia-cs-3.1.21.tar.gz> 367o <http://pcmcia-cs.sourceforge.net/>
355 368
356Quota-tools 369Quota-tools
357---------- 370----------