diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/patches.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f9a262579..79100ab50 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -92,6 +92,7 @@ First a summary, then a detailed log.</para> <listitem><para>&gcc-specs-patch;</para></listitem> <listitem><para>&glibc-testfix-patch;</para></listitem> <listitem><para>&perl-libc-patch;</para></listitem> +<listitem><para>&mktemp-tempfile-patch;</para></listitem> </itemizedlist> </listitem> @@ -103,11 +104,14 @@ First a summary, then a detailed log.</para> <listitem><para>glibc-2.3.4-fix_test-1.patch</para></listitem> <listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem> <listitem><para>iproute2-2.6.11-050330-remove_db-1.patch</para></listitem> +<listitem><para>mktemp-1.5-add_tempfile-2.patch</para></listitem> <listitem><para>perl-5.8.6-libc-1.patch</para></listitem> <listitem><para>zlib-1.2.2-security_fix-1.patch</para></listitem> </itemizedlist> </listitem> +<listitem><para>July 26th, 2005 [matt]: Updated to mktemp-1.5-add_tempfile-3.patch, which adds license and copyright information to the previous version.</para></listitem> + <listitem><para>July 23rd, 2005 [matt]: Moved FORMER_CONTRIBUTORS information into the book, so as people can actually see it. The space constraint argument in that file was weak - it only added another 10 lines to a 255 page document diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 9a03056eb..53b0e79c5 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -101,7 +101,7 @@ needed to build an LFS system:</para> </varlistentry> <varlistentry> -<term>Mktemp Tempfile Patch - 3 KB:</term> +<term>Mktemp Tempfile Patch - 4 KB:</term> <listitem> <para><ulink url="&patches-root;&mktemp-tempfile-patch;"/></para> </listitem> diff --git a/general.ent b/general.ent index 89791ec6c..4099c19fb 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050723"> -<!ENTITY releasedate "July 23, 2005"> +<!ENTITY version "SVN-20050726"> +<!ENTITY releasedate "July 26, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index 54c23b833..8b47280a7 100644 --- a/patches.ent +++ b/patches.ent @@ -21,7 +21,7 @@ <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch"> -<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-2.patch"> +<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-3.patch"> <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> |