diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-08-14 22:33:16 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-08-14 22:33:16 +0000 |
commit | f7b8c6d7db725427a24c1b8bf992c612e0f97d0f (patch) | |
tree | 936cf98d9f1e7e25cc5a819c875195711b3832ff /chapter01 | |
parent | dc504daa20567832806a4a38c6946f51c66628c9 (diff) |
Upgrade to GDBM-1.9.1. Fixes #2913.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d0227a625..7c096e27f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2011-08-14</para> <itemizedlist> <listitem> + <para>[matthew] - Update to GDBM-1.9.1. Fixes + <ulink url="&lfs-ticket-root;2913">#2913</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Update to Diffutils-3.1. Fixes <ulink url="&lfs-ticket-root;2912">#2912</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 5e925edac..9e84bcc05 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -82,9 +82,9 @@ <listitem> <para>GCC &gcc-version;</para> </listitem> - <!--<listitem> + <listitem> <para>GDBM &gdbm-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Gettext &gettext-version;</para> </listitem>--> |