aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/changelog.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-07-06 06:54:06 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-07-06 06:54:06 +0000
commitd35b7f3cedd4eba67e5c8651ff0fd8de99065381 (patch)
tree73bcf64522b30e6716c6473c6e78e14c6051961c /chapter01/changelog.xml
parent94e69545480652dc592f78f3fe42142a4699a9a4 (diff)
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
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r--chapter01/changelog.xml55
1 files changed, 55 insertions, 0 deletions
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 @@
</listitem>
-->
+
+ <listitem>
+ <para>2009-07-04</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Upgrade to Util-Linux-NG-2.16-rc2. This
+ is temporary until the release version of 2.16 comes out.
+ See <ulink url="&lfs-ticket-root;2391">#2391</ulink> for
+ more details.</para>
+ <itemizedlist>
+ <listitem>
+ <para>Remove E2fsprogs in Chapter 5. It was only there as a
+ dependency of Util-Linux-NG to provide
+ <systemitem class="library">libuuid</systemitem> and
+ <systemitem class="library">libblkid</systemitem>, which
+ Util-Linux-NG provides for itself now.</para>
+ </listitem>
+ <listitem>
+ <para>Move Util-Linux-NG to before E2fsprogs in Chapter 6 and add
+ &quot;--disable-libblkid&quot; and &quot;--disable-libuuid&quot;
+ configure switches to E2fsprogs so that it uses Util-Linux-NG's
+ versions.</para>
+ </listitem>
+ <listitem>
+ <para>Add Pkg-Config as it's a pre-requisite of E2fsprogs' new
+ configure switches.</para>
+ </listitem>
+ <listitem>
+ <para>Remove &quot;--with-col&quot; from Man-DB's configure
+ command as Man-DB is now installed after Util-Linux-NG so
+ <command>col</command> is found automatically.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>[matthew] - Upgrade to Sed-4.2.1. Fixes
+ <ulink url="&lfs-ticket-root;2427">#2427</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[matthew] - Upgrade to Linux-2.6.30.1. Fixes
+ <ulink url="&lfs-ticket-root;2430">#2430</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[matthew] - Correct GCC <command>sed</command> command to add
+ -fomit-frame-pointer for non-bootstrapped builds of GCC-4.4.x. Thanks
+ to Guy Dalziel for the report and fix.
+ </para>
+ </listitem>
+ <listitem>
+ <para>[matthew] - Upgrade to E2fsprogs-1.41.7. Fixes
+ <ulink url="&lfs-ticket-root;2428">#2428</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem>
<para>2009-06-29</para>
<itemizedlist>