diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-04 01:40:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-04 01:40:30 +0000 |
commit | 9b5528adbf936ff54666229a204c21c69b47527a (patch) | |
tree | 2f749f53dfebbc420e04a506867daa4a04db8c79 | |
parent | c26c46ba31dc2c325cd0ede4d5822c2341f885bc (diff) |
Add changelog to commit 10672.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10675 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 13 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 15 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cf44d86bc..9e475c569 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,19 @@ </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> <listitem> diff --git a/general.ent b/general.ent index 43f148e31..f978f4c1f 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "7.6"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |