diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-18 16:26:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-18 16:26:53 +0000 |
commit | 70e333070850713c117980482d9bc5d6ca1852ed (patch) | |
tree | 4f8dae183dde9b22e17a472fc3d0dc3b70c2e8ad /chapter01 | |
parent | 276b8ff8cc2cab539ec96307c0c22b8d5dc3ed37 (diff) |
Add bc memory leak patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 3 |
2 files changed, 14 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f72aefae8..6d107da82 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,10 +36,20 @@ </listitem> --> <listitem> + <para>2014-04-18</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Added bc patch to address memory leaks. Fixes + <ulink url="&lfs-ticket-root;3540">#3536</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-04-08</para> <itemizedlist> <listitem> - <para>[bdubbs] - Change lex rwapper script to a symbolic + <para>[bdubbs] - Change lex wrapper script to a symbolic link. Completes <ulink url="&lfs-ticket-root;3523">#3523</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 642951a9c..736132801 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -233,6 +233,9 @@ <para>attr-&attr-version;</para> </listitem> <listitem> + <para>&bc-memory-leak-patch;</para> + </listitem> + <listitem> <para>dbus-&dbus-version;</para> </listitem> <listitem> |