diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-17 13:41:01 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-17 13:41:01 +0000 |
commit | 8dc8eb42fea3e6a906a7cbc14189d10e587b6601 (patch) | |
tree | db1206715822d4a87c05727822b5c6427e5c1845 /chapter01/changelog.xml | |
parent | d0160188edb98870964c76a2b1f8e9583401764e (diff) |
Add a patch to improve POSIX and bash compatibility of 'echo' - required by the testsuite in udev-069 and later
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 86771c90e..fa298541e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -89,6 +89,7 @@ First a summary, then a detailed log.</para> <itemizedlist> <listitem><para>&bzip2-bzgrep-patch;</para></listitem> <listitem><para>&bzip2-docs-patch;</para></listitem> +<listitem><para>&coreutils-echo-patch;</para></listitem> <listitem><para>&gcc-specs-patch;</para></listitem> <listitem><para>&glibc-gcc4_elf-patch;</para></listitem> <listitem><para>&glibc-gcc4_iconvdata-patch;</para></listitem> @@ -122,6 +123,10 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>September 17, 2005 [matt]: Added patch for coreutils to improve +echo's POSIX and bash compatibility and to recognise "\xhh" syntax as +required by the test suite in udev-069 and later.</para></listitem> + <listitem><para>September 15, 2005 [archaic]: Added patch for util-linux to prevent a umount vulnerability.</para></listitem> |