diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/glibc.xml | 6 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 18 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 91f42dd35..9d6f4c87b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2007-07-23</para> + <itemizedlist> + <listitem> + <para>[dnicholson] - Added a known failing test to the Ch. 6 Glibc + page.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2007-07-17</para> <itemizedlist> <listitem> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 608274fd7..ed4335942 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -142,6 +142,12 @@ grep Error glibc-check-log</userinput></screen> common issues:</para> <itemizedlist> + <!-- Check again after updating from gcc-4.1.x --> + <listitem> + <para>The <emphasis>nptl/tst-cancel1</emphasis> test will fail when + using the 4.1 series of GCC.</para> + </listitem> + <!-- Was true in glibc-2.3.6 --> <listitem> <para>The <emphasis>nptl/tst-clock2</emphasis> and <emphasis>tst-attr3</emphasis> tests sometimes diff --git a/general.ent b/general.ent index 51c279713..c5c3f47d1 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20070718"> -<!ENTITY releasedate "July 18, 2007"> +<!ENTITY version "SVN-20070723"> +<!ENTITY releasedate "July 23, 2007"> <!ENTITY milestone "6.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |