Browse Source

Post-6.3 release clean-up.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 years ago
parent
commit
227fe2305c
3 changed files with 12 additions and 53 deletions
  1. 4 45
      chapter01/changelog.xml
  2. 6 6
      chapter01/whatsnew.xml
  3. 2 2
      general.ent

+ 4 - 45
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>

+ 6 - 6
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>

+ 2 - 2
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}]" -->