diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f8dc60376..738d014e0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -27,6 +27,7 @@ of the LFS Book.</para> <listitem><para>lfs-bootscripts-3.1.0</para></listitem> <listitem><para>linux-2.6.10</para></listitem> <listitem><para>linux-libc-headers-2.6.10.0</para></listitem> +<listitem><para>man-1.5o2</para></listitem> <listitem><para>man-pages-2.01</para></listitem> <listitem><para>perl-5.8.6</para></listitem> <listitem><para>sysvinit-2.86</para></listitem> @@ -53,6 +54,9 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>January 8th, 2005 [matt]: Upgraded to man-1.5o2</para> +</listitem> + <listitem><para>January 8th, 2005 [matt]: Upgraded to linux-libc-headers-2.6.10.0</para></listitem> <listitem><para>January 5th, 2005 [matt]: Corrected typo in glibc commands (Chris Lingard)</para></listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index fae079800..0edffbaa4 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -258,7 +258,7 @@ </varlistentry> <varlistentry> -<term>Man (&man-version;) - 196 KB:</term> +<term>Man (&man-version;) - 224 KB:</term> <listitem> <para><ulink url="ftp://ftp.win.tue.nl/pub/linux-local/utils/man/"/></para> </listitem> diff --git a/general.ent b/general.ent index 155c306c0..c9e839203 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050105"> -<!ENTITY releasedate "January 5, 2005"> +<!ENTITY version "SVN-20050108"> +<!ENTITY releasedate "January 8, 2005"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> @@ -50,7 +50,7 @@ <!ENTITY linux-libc-headers-version "2.6.10.0"> <!ENTITY m4-version "1.4.2"> <!ENTITY make-version "3.80"> -<!ENTITY man-version "1.5o1"> +<!ENTITY man-version "1.5o2"> <!ENTITY man-pages-version "2.01"> <!ENTITY mktemp-version "1.5"> <!ENTITY module-init-tools-version "3.1"> |