Browse Source

Add changelog comments for the move of GDBM to before Perl, which was committed by mistake in r8977. Fixes #2447.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.5/BOOK@8979 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 16 năm trước cách đây
mục cha
commit
86baa1cfd5
2 tập tin đã thay đổi với 13 bổ sung2 xóa
  1. 11 0
      chapter01/changelog.xml
  2. 2 2
      general.ent

+ 11 - 0
chapter01/changelog.xml

@@ -37,6 +37,17 @@
 
 -->
 
+    <listitem>
+      <para>2009-07-20</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Move GDBM build before Perl, so that Perl's
+          GDBM_File module will be built. Fixes
+          <ulink url="&lfs-ticket-root;2447">#2447</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2009-07-18</para>
       <itemizedlist>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090718">
-<!ENTITY releasedate "July 18, 2009">
+<!ENTITY version "SVN-20090720">
+<!ENTITY releasedate "July 20, 2009">
 <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "6.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->