瀏覽代碼

Upgrade to Bash-4.2.39. Fixes #3217.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 12 年之前
父節點
當前提交
2a8f0979ff
共有 3 個文件被更改,包括 15 次插入5 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 2 2
      general.ent
  3. 3 3
      patches.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2012-11-03</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade to Bash-4.2.39.  Fixes
+          <ulink url="&lfs-ticket-root;3217">#3217</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2012-11-02</para>
       <itemizedlist>

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20121102">
-<!ENTITY releasedate "November 2, 2012">
+<!ENTITY version "SVN-20121103">
+<!ENTITY releasedate "November 3, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 3 - 3
patches.ent

@@ -2,9 +2,9 @@
 
 <!-- Start of Common Patches -->
 
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-9.patch">
-<!ENTITY bash-fixes-patch-md5 "db330dd98d829792aca1b463ba47d63b">
-<!ENTITY bash-fixes-patch-size "53 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-10.patch">
+<!ENTITY bash-fixes-patch-md5 "739056302cfbb5675ceb87b29cd898e5">
+<!ENTITY bash-fixes-patch-size "54 KB">
 
 
 <!ENTITY binutils-build-patch "binutils-&binutils-version;-build_fix-1.patch">