diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-21 18:06:55 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-21 18:06:55 +0000 |
commit | 962a927c9e497c6b95bf57700978087a6aefe5a5 (patch) | |
tree | 97d06eb7a7ef9b52423c9c1bdcc95481c427a479 | |
parent | c6761bf5abc64e3d8bfeef11cfddf2a42e130c5b (diff) |
Alphabetized patches list. Thanks to Justin R. Knierim for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter03/patches.xml | 24 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 24 insertions, 14 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d8d311804..97b3090af 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>April 21, 2006</para> + <itemizedlist> + <listitem> + <para>[manuel] - Alphabetized patches list. Thanks to Justin + R. Knierim for the patch.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>April 20, 2006</para> <itemizedlist> <listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index a3150429b..c2acfccc6 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -117,30 +117,30 @@ </varlistentry> <varlistentry> - <term>Kbd Backspace/Delete Fix Patch - 1 KB:</term> + <term>Inetutils GCC-4.x Fix Patch - 2 KB:</term> <listitem> - <para><ulink url="&patches-root;&kbd-backspace-patch;"/></para> + <para><ulink url="&patches-root;&inetutils-gcc4_fixes-patch;"/></para> </listitem> </varlistentry> <varlistentry> - <term>Kbd GCC-4.x Fix Patch - 1 KB:</term> + <term>Inetutils No-Server-Man-Pages Patch - 4 KB:</term> <listitem> - <para><ulink url="&patches-root;&kbd-gcc4_fixes-patch;"/></para> + <para><ulink url="&patches-root;&inetutils-man_pages-patch;"/></para> </listitem> </varlistentry> <varlistentry> - <term>Inetutils GCC-4.x Fix Patch - 2 KB:</term> + <term>Kbd Backspace/Delete Fix Patch - 1 KB:</term> <listitem> - <para><ulink url="&patches-root;&inetutils-gcc4_fixes-patch;"/></para> + <para><ulink url="&patches-root;&kbd-backspace-patch;"/></para> </listitem> </varlistentry> <varlistentry> - <term>Inetutils No-Server-Man-Pages Patch - 4 KB:</term> + <term>Kbd GCC-4.x Fix Patch - 1 KB:</term> <listitem> - <para><ulink url="&patches-root;&inetutils-man_pages-patch;"/></para> + <para><ulink url="&patches-root;&kbd-gcc4_fixes-patch;"/></para> </listitem> </varlistentry> @@ -201,16 +201,16 @@ </varlistentry> <varlistentry> - <term>Tar Sparse Fix Patch - 1 KB:</term> + <term>Tar Security Fixes Patch - 4 KB:</term> <listitem> - <para><ulink url="&patches-root;&tar-sparse_fix-patch;"/></para> + <para><ulink url="&patches-root;&tar-security_fixes-patch;"/></para> </listitem> </varlistentry> <varlistentry> - <term>Tar Security Fixes Patch - 4 KB:</term> + <term>Tar Sparse Fix Patch - 1 KB:</term> <listitem> - <para><ulink url="&patches-root;&tar-security_fixes-patch;"/></para> + <para><ulink url="&patches-root;&tar-sparse_fix-patch;"/></para> </listitem> </varlistentry> diff --git a/general.ent b/general.ent index d9fa670d9..252bc2e64 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20060420"> -<!ENTITY releasedate "April 20, 2006"> +<!ENTITY version "SVN-20060421"> +<!ENTITY releasedate "April 21, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |