diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-14 17:32:57 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-14 17:32:57 +0000 |
commit | bf2bd2518cfbcfaae5c662170abdf63974e5b03e (patch) | |
tree | 9e82ca59d9adc03d07b52a5e0627e32abb98740b /chapter01 | |
parent | 7559e334777f324659296e2fcee70772436fffd2 (diff) |
Restore XML::Parser.
Update to tzdata-2014c.
Update to linux-3.14.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10564 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 18 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 20 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0e60f9865..f938cb2e8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,24 @@ <para>2014-05-12</para> <itemizedlist> <listitem> + <para>[bdubbs] - Restore XML::Parser. Fixes + <ulink url="&lfs-ticket-root;3579">#3579</ulink></para> + </listitem> + <listitem> + <para>[bdubbs] - Update to tzdata-2014c. Fixes + <ulink url="&lfs-ticket-root;3578">#3578</ulink></para> + </listitem> + <listitem> + <para>[bdubbs] - Update to linux-3.14.4. Fixes + <ulink url="&lfs-ticket-root;3577">#3577</ulink></para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2014-05-12</para> + <itemizedlist> + <listitem> <para>[bdubbs] - Remove XML::Parser.</para> </listitem> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index b2c86542a..0c0e6c336 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -271,9 +271,9 @@ <!--<listitem> <para>systemd-&systemd-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>XML::Parser-&xml-parser-version;</para> - </listitem>--> + </listitem> </itemizedlist> <itemizedlist> |