diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-05-24 19:15:34 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-05-24 19:15:34 +0000 |
commit | a9638aa018b22f33a22bb5fbc980f4fd003d6935 (patch) | |
tree | 7f66b94d4014c9531e4e1b5bc2746527a0df06cf | |
parent | 24789dafc15545aebe50be398cbd947fde3d4fc2 (diff) |
Upgraded libc-headers to 2.6.5.2 in HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | general.ent | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 709a7a9d7..35debbaf9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -64,7 +64,7 @@ first a summary, then a detailed log.</para> <listitem><para>iana-etc-1.00</para></listitem> <listitem><para>inetutils-1.4.2-kernel-headers-1.patch</para></listitem> <listitem><para>inetutils-1.4.2-no-server-man-pages-1.patch</para></listitem> -<listitem><para>linux-libc-headers-2.6.5.1</para></listitem> +<listitem><para>linux-libc-headers-2.6.5.2</para></listitem> <listitem><para>mktemp-1.5</para></listitem> <listitem><para>mktemp-1.5-add-tempfile-1.patch</para></listitem> <listitem><para>module-init-tools-3.0</para></listitem> @@ -102,6 +102,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>May 24, 2004 [jeremy]: Upgraded to libc-headers 2.6.5.2</para> +</listitem> + <listitem><para>May 23, 2004 [jeremy]: Chapter 6 - Vim - added an option to the vimrc config file</para></listitem> diff --git a/general.ent b/general.ent index a27bd1ba7..e61c9a3ee 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "CVS-20040523"> -<!ENTITY releasedate "May 23, 2004"> -<!ENTITY milestone "6.1"> +<!ENTITY version "CVS-20040524"> +<!ENTITY releasedate "May 24, 2004"> +<!ENTITY milestone "6.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> @@ -47,7 +47,7 @@ <!ENTITY less-version "382"> <!ENTITY libtool-version "1.5.6"> <!ENTITY linux-version "2.6.6"> -<!ENTITY linux-libc-headers-version "2.6.5.1"> +<!ENTITY linux-libc-headers-version "2.6.5.2"> <!ENTITY m4-version "1.4"> <!ENTITY make-version "3.80"> <!ENTITY man-version "1.5m2"> |