Browse Source

Add changelog to commit 10672.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10675 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 11 years ago
parent
commit
9b5528adbf
2 changed files with 15 additions and 2 deletions
  1. 13 0
      chapter01/changelog.xml
  2. 2 2
      general.ent

+ 13 - 0
chapter01/changelog.xml

@@ -35,6 +35,19 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>2014-08-03</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update text about upgrades. Fixes
+          <ulink url="&lfs-ticket-root;3645">#3645</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Add a fix to gcc identified upstream.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2014-08-02</para>
       <itemizedlist>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
-<!ENTITY version         "SVN-20140802">
+<!ENTITY version         "SVN-20140803">
 <!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate     "August 02, 2014">
+<!ENTITY releasedate     "August 03, 2014">
 <!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "7.6">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->