Browse Source

Upgrade to autoconf-2.60

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 years ago
parent
commit
d05f2755c8
4 changed files with 13 additions and 15 deletions
  1. 6 3
      chapter01/changelog.xml
  2. 1 6
      chapter01/whatsnew.xml
  3. 2 2
      general.ent
  4. 4 4
      packages.ent

+ 6 - 3
chapter01/changelog.xml

@@ -36,10 +36,13 @@
     </listitem>
 -->
 
-    <!-- Remove this when adding the first entry for 6.3
-    No 6.2 entries should be placed here. -->
     <listitem>
-      <para>None yet</para>
+      <para>2006-07-31</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade to autoconf-2.60.</para>
+        </listitem>
+      </itemizedlist>
     </listitem>
 
   </itemizedlist>

+ 1 - 6
chapter01/whatsnew.xml

@@ -22,14 +22,9 @@
   <itemizedlist>
     <title>Upgraded to:</title>
 
-    <!-- Remove this after the first 6.3 package update -->
     <listitem>
-      <para>None yet</para>
-    </listitem>
-
-    <!--<listitem>
       <para>Autoconf &autoconf-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>Automake &automake-version;</para>
     </listitem>-->

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060723">
-<!ENTITY releasedate "July 23, 2006">
+<!ENTITY version "SVN-20060731">
+<!ENTITY releasedate "July 31, 2006">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 

+ 4 - 4
packages.ent

@@ -7,12 +7,12 @@
      Allowed deviation in disk usage : 2% -->
 
 
-<!ENTITY autoconf-version "2.59">
-<!ENTITY autoconf-size "904 KB">
+<!ENTITY autoconf-version "2.60">
+<!ENTITY autoconf-size "995 KB">
 <!ENTITY autoconf-url "&gnu;autoconf/autoconf-&autoconf-version;.tar.bz2">
-<!ENTITY autoconf-md5 "1ee40f7a676b3cfdc0e3f7cd81551b5f">
+<!ENTITY autoconf-md5 "019609c29d0cbd9110c38480304aafc8">
 <!ENTITY autoconf-home "&gnu-software;autoconf/">
-<!ENTITY autoconf-ch6-du "7.2 MB">
+<!ENTITY autoconf-ch6-du "8.1 MB">
 <!ENTITY autoconf-ch6-sbu "less than 0.1 SBU">
 
 <!ENTITY automake-version "1.9.6">