diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-23 09:19:03 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-23 09:19:03 +0000 |
commit | 8f90f47defba93ca3aaca795099f001733fc956a (patch) | |
tree | 2532fb9aeaa20163cfc9d4f553d96c59870fc43e /chapter01 | |
parent | 4d99bf0278754f76770d71f02438df850a2852df (diff) |
Add GDBM as a pre-requisite for Man-DB. Fixes #2298.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 55ce6b121..d7207bb9a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-05-23</para> <itemizedlist> <listitem> + <para>[matthew] - Add GDBM as a pre-requisite for Man-DB. Fixes + <ulink url="&lfs-ticket-root;2298">#2298</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Add upstream Bash patches. Fixes <ulink url="&lfs-ticket-root;2397">#2397</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 5d588a1fb..38e848a77 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -75,6 +75,9 @@ <para>GCC &gcc-version;</para> </listitem> <!--<listitem> + <para>GDBM &gdbm-version;</para> + </listitem>--> + <!--<listitem> <para>Gettext &gettext-version;</para> </listitem>--> <listitem> @@ -229,6 +232,10 @@ </listitem> <listitem> + <para>GDBM-&gdbm-version;</para> + </listitem> + + <listitem> <para>&gettext-upstream_fixes-patch;</para> </listitem> |