diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-02-24 14:40:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-02-24 14:40:21 +0000 |
commit | c6a996f57294f487c38e1e9d125e236241e32d6b (patch) | |
tree | bea50e56d552f2997702c1387e2fae370f59402a /chapter01 | |
parent | 3ee0c391d639f295df72061eb0ca29b5b6336fbc (diff) |
Add a patch for Berkeley DB containing upstream fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5518cd0ad..a8e5258d4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2007-02-24</para> <itemizedlist> <listitem> + <para>[matthew] - Add an upstream patch for Berkeley-DB. Fixes + <ulink url="&lfs-ticket-root;1961">#1961</ulink></para> + </listitem> + <listitem> <para>[dnicholson] - Added missing command descriptions for <command>cpan</command> and <command>prove</command> from the Perl package. Reported by Leonhard Landrock.</para> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 5e2ca15e1..2aa46be0f 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -205,6 +205,9 @@ <para>&bash-fixes-patch;</para> </listitem> <listitem> + <para>&db-fixes-patch;</para> + </listitem> + <listitem> <para>&inetutils-man_pages-patch;</para> </listitem> <listitem> |