diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-04 12:05:56 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-04 12:05:56 +0000 |
commit | f03615045404eee1718f709cea87c0fd8ae6bbbe (patch) | |
tree | 1ea18efa49045750aba20327d3f3d5fad69f4147 /chapter01 | |
parent | 886fa7ff2a8b4632a7bc70350e5da5da1314566b (diff) |
Patch util-linux to stop cfdisk from segfaulting
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e97d7413c..ab3087551 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -95,6 +95,7 @@ First a summary, then a detailed log.</para> <listitem><para>&glibc-testfix-patch;</para></listitem> <listitem><para>&perl-libc-patch;</para></listitem> <listitem><para>&mktemp-tempfile-patch;</para></listitem> +<listitem><para>&util-linux-reiser_crash-patch;</para></listitem> <listitem><para>&vim-security_fix-patch;</para></listitem> </itemizedlist> </listitem> @@ -114,6 +115,11 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>September 4, 2005 [matt]: Add patch to stop +<command>cfdisk</command> segfaulting when invoked on devices with partitions +that don't contain an e2fs, xfs or jfs filesystem (see bug 1604)</para> +</listitem> + <listitem><para>September 4, 2005 [matt]: Upgrade to libtool-1.5.20</para> </listitem> |