diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-15 18:59:04 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-15 18:59:04 +0000 |
commit | 38258f8bbfaa360a9c31484ca106e9b54082eeb6 (patch) | |
tree | b69c47b34be27f4005b265e022e32dc53abe12c1 | |
parent | ca24811b669bb57c1e725104870c46b8804379a8 (diff) |
Fixed Glibc version in Changelog. Updated milestone entity
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | general.ent | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b233bfca0..8874ab3c4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -29,7 +29,7 @@ first a summary, then a detailed log.</para> <listitem><para>Findutils 4.2.20</para></listitem> <listitem><para>GCC 3.4.3</para></listitem> <listitem><para>Gettext 0.14.4</para></listitem> -<listitem><para>Glibc 20041011</para></listitem> +<listitem><para>Glibc 2.3.5</para></listitem> <listitem><para>Grep 2.5.1a</para></listitem> <listitem><para>Grub 0.96</para></listitem> <listitem><para>Iana-Etc 1.04</para></listitem> diff --git a/general.ent b/general.ent index 28c24b21b..781f98afc 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050414"> -<!ENTITY releasedate "April 14, 2005"> -<!ENTITY milestone "6.1"> +<!ENTITY version "SVN-20050415"> +<!ENTITY releasedate "April 15, 2005"> +<!ENTITY milestone "6.2"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> |