From d35b7f3cedd4eba67e5c8651ff0fd8de99065381 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 6 Jul 2009 06:54:06 +0000 Subject: Update to sed 4,2,1 Update to Linux 2.6.30.1 Correct GCC to use -fomit-frame-pointer Add pkg-config Remove --with-col from Man-DB Move Util-Linux-NG to before E2fsprogs in Chapter 6 Update to e2fsprogs-1.41.7 Remove E2fsprogs in Chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'chapter01/changelog.xml') diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 80538ceea..5bc0db949 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,61 @@ --> + + + 2009-07-04 + + + [matthew] - Upgrade to Util-Linux-NG-2.16-rc2. This + is temporary until the release version of 2.16 comes out. + See #2391 for + more details. + + + Remove E2fsprogs in Chapter 5. It was only there as a + dependency of Util-Linux-NG to provide + libuuid and + libblkid, which + Util-Linux-NG provides for itself now. + + + Move Util-Linux-NG to before E2fsprogs in Chapter 6 and add + "--disable-libblkid" and "--disable-libuuid" + configure switches to E2fsprogs so that it uses Util-Linux-NG's + versions. + + + Add Pkg-Config as it's a pre-requisite of E2fsprogs' new + configure switches. + + + Remove "--with-col" from Man-DB's configure + command as Man-DB is now installed after Util-Linux-NG so + col is found automatically. + + + + + [matthew] - Upgrade to Sed-4.2.1. Fixes + #2427. + + + [matthew] - Upgrade to Linux-2.6.30.1. Fixes + #2430. + + + [matthew] - Correct GCC sed command to add + -fomit-frame-pointer for non-bootstrapped builds of GCC-4.4.x. Thanks + to Guy Dalziel for the report and fix. + + + + [matthew] - Upgrade to E2fsprogs-1.41.7. Fixes + #2428. + + + + 2009-06-29 -- cgit v1.2.3-54-g00ecf