diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index edc3e3757..897ff23a5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -61,6 +61,7 @@ first a summary, then a detailed log.</para> <itemizedlist> <listitem><para>bash-3.0-fixes-3.patch</para></listitem> <listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem> +<listitem><para>glibc-2.3.5-fix_test-1.patch</para></listitem> <listitem><para>Hotplug 2004_09_23</para></listitem> <listitem><para>shadow-4.0.7-fix_lastlog-1.patch</para></listitem> <listitem><para>sysklogd-1.4.1-fixes-1.patch</para></listitem> @@ -83,6 +84,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>April 27th, 2005 [archaic]: Added a patch to fix 2 glibc +testsuite failures when the running kernel is 2.6.11.x.</para></listitem> + <listitem><para>April 17th, 2005 [manuel]: Updated the stylesheets to use DoBook-XSL 1.68.1.</para></listitem> diff --git a/general.ent b/general.ent index 2e793caef..9149711a3 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050417"> -<!ENTITY releasedate "April 17, 2005"> +<!ENTITY version "SVN-20050428"> +<!ENTITY releasedate "April 28, 2005"> <!ENTITY milestone "6.2"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |