diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-01-31 18:24:33 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-01-31 18:24:33 +0000 |
commit | c38b204e8a823bab9cada2474896029c650ad401 (patch) | |
tree | 8ac76a09df7a740f6b9cd97740c02778107ee6fc /chapter01 | |
parent | ff1f2da7f75fedc6e68b00c0fdce146c74c9918d (diff) |
Add upstream fixes from the Readline maintainer. Fixes #1945.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7905 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7ce39e69f..a29df9bf0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2007-01-31</para> <itemizedlist> <listitem> + <para>[matthew] - Include a patch from from the Readline maintainer to + fix a multibyte-related issue. Fixes + <ulink url="&lfs-ticket-root;1945">#1945</ulink></para> + </listitem> + <listitem> <para>[matthew] - Include more upstream fixes from the Bash maintainer in bash-3.2-fixes-2.patch</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 464e7aa45..5e2ca15e1 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -211,6 +211,9 @@ <para>&less-signal_fix-patch;</para> </listitem> <listitem> + <para>&readline-fixes-patch;</para> + </listitem> + <listitem> <para>&util-linux-lseek-patch;</para> </listitem> <listitem> |