diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/linux-headers.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a8686a180..e95032c40 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-10-20</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Spell out the fact that the linux kernel headers + are located in the linux kernel tarball.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-10-19</para> <itemizedlist> <listitem> diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index d52f936ea..fcad6a272 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -24,7 +24,8 @@ <sect2 role="package"> <title/> - <para>The Linux API Headers expose the kernel's API for use by Glibc.</para> + <para>The Linux API Headers (in linux-&linux-version;.tar.gz) expose the kernel's + API for use by Glibc.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> diff --git a/general.ent b/general.ent index 4ae0c435f..2a6d77e88 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20111019"> -<!ENTITY releasedate "Oct 19, 2011"> +<!ENTITY version "SVN-20111020"> +<!ENTITY releasedate "Oct 20, 2011"> <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |