diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-08-30 19:03:19 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-08-30 19:03:19 +0000 |
commit | 227fe2305c1d5ded49b4bed696a9e729049b6be1 (patch) | |
tree | 71c3ff09b68f16d0cf7bb962fda1db40adda18d1 | |
parent | 86587ecbd5e1f4a2ec0344ce923a26c6ec3e41e7 (diff) |
Post-6.3 release clean-up.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 49 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 12 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 12 insertions, 53 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ef125a120..1353e2943 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,59 +36,18 @@ </listitem> --> + <!-- Dummy entry, remove it after the first real entry --> <listitem> - <para>2007-08-27</para> + <para>2007-08-30</para> <itemizedlist> <listitem> - <para>[bdubbs] - Upgrade to Linux-2.6.22.5. Fixes - <ulink url="&lfs-ticket-root;2064">#2065</ulink>.</para> - </listitem> - <listitem> - <para>[dnicholson] - Changed the Shadow download URL to a more - stable location.</para> - </listitem> - <listitem> - <para>[dnicholson] - Updated the acknowledgements page again.</para> - </listitem> - </itemizedlist> - </listitem> - - <listitem> - <para>2007-08-21</para> - <itemizedlist> - <listitem> - <para>[bdubbs] - Synced to 6.3 updates: linux 2.6.22.4, - man-db patch, update acknowledgements page.</para> - </listitem> - </itemizedlist> - </listitem> - - <listitem> - <para>2007-08-13</para> - <itemizedlist> - <listitem> - <para>[dnicholson] - Updated to LFS-Bootscripts-20070813.</para> - </listitem> - </itemizedlist> - </listitem> - - <listitem> - <para>2007-08-11</para> - <itemizedlist> - <listitem> - <para>[bdubbs] - Upgrade to Linux-2.6.22.2, fixes - <ulink url="&lfs-ticket-root;2059">#2059</ulink>.</para> - </listitem> - <listitem> - <para>[dnicholson] - Changed the Bash testsuite standard input fix - to only affect the necessary test script.</para> + <para>[manuel] - Cleanned changelog.</para> </listitem> </itemizedlist> </listitem> </itemizedlist> -<!-- Update this for each *-rcX up to final 6.3 release --> - <para>LFS 6.3-rc2 released August 11, 2007.</para> + <para>LFS 6.3 released August 28, 2007.</para> </sect1> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 1ff6898ea..c4ebe02f7 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -22,11 +22,11 @@ <itemizedlist> <title>Upgraded to:</title> - <!-- + <listitem> <para>None yet</para> </listitem> - --> + <!--<listitem> <para>Autoconf &autoconf-version;</para> @@ -82,9 +82,9 @@ <listitem> <para>Gettext &gettext-version;</para> </listitem>--> - <listitem> + <!--<listitem> <para>Glibc &glibc-version;</para> - </listitem> + </listitem>--> <!--<listitem> <para>Grep &grep-version;</para> </listitem>--> @@ -112,9 +112,9 @@ <!--<listitem> <para>Less &less-version;</para> </listitem>--> - <listitem> + <!--<listitem> <para>LFS-Bootscripts &lfs-bootscripts-version;</para> - </listitem> + </listitem>--> <!--<listitem> <para>Libtool &libtool-version;</para> </listitem> diff --git a/general.ent b/general.ent index 40d29b7e3..4714eb340 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20070827"> -<!ENTITY releasedate "August 27, 2007"> +<!ENTITY version "SVN-20070830"> +<!ENTITY releasedate "August 30, 2007"> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |