X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Documentation%2FChanges;h=f08b313cd235fa6728f7780f3b4812eae543f971;hb=c2892f02712e9516d72841d5c019ed6916329794;hp=d21b3b5aa5438a7703f64f6a30a01df8fc84bc14;hpb=172d899db4bf0beb7766d583379e5ed552130e4a;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Documentation/Changes b/Documentation/Changes index d21b3b5..f08b313 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -29,7 +29,7 @@ hardware, for example, you probably needn't concern yourself with isdn4k-utils. o Gnu C 3.2 # gcc --version -o Gnu make 3.79.1 # make --version +o Gnu make 3.80 # make --version o binutils 2.12 # ld -v o util-linux 2.10o # fdformat --version o module-init-tools 0.9.10 # depmod -V @@ -49,6 +49,8 @@ o oprofile 0.9 # oprofiled --version o udev 081 # udevinfo -V o grub 0.93 # grub --version o mcelog 0.6 +o iptables 1.4.1 # iptables -V + Kernel compilation ================== @@ -62,7 +64,7 @@ computer. Make ---- -You will need Gnu make 3.79.1 or later to build the kernel. +You will need Gnu make 3.80 or later to build the kernel. Binutils -------- @@ -72,6 +74,13 @@ assembling the 16-bit boot code, removing the need for as86 to compile your kernel. This change does, however, mean that you need a recent release of binutils. +Perl +---- + +You will need perl 5 and the following modules: Getopt::Long, Getopt::Std, +File::Basename, and File::Find to build the kernel. + + System utilities ================