diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-02-17 19:59:14 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-02-17 19:59:14 +0000 |
commit | 49f1c97ebfff7df1284ebeb33585809468230195 (patch) | |
tree | 4de2fdcba9e84dc6a7895036a779463ea6d50503 | |
parent | f7eea1de88d25476420dad2e8c7849b85ca5ec6b (diff) |
Upgrade to Linux-2.6.24.2. Fixes #2147.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8481 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b00347e9c..ba478093f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2008-02-17</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to Linux-2.6.24.2. Fixes + <ulink url="&lfs-ticket-root;2147">#2147</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Now that <command>mktemp</command> is installed by Coreutils in chapter 5, there is no need to fix up GCC's <command>gccbug</command> in chapter 6. Thanks to Greg Schafer for diff --git a/packages.ent b/packages.ent index 8c911e858..dc219d426 100644 --- a/packages.ent +++ b/packages.ent @@ -301,12 +301,12 @@ <!ENTITY linux-major-version "2.6"> <!ENTITY linux-minor-version "24"> -<!ENTITY linux-patch-version ""> -<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">--> -<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -<!ENTITY linux-size "45,642 KB"> +<!ENTITY linux-patch-version "2"> +<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> +<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> --> +<!ENTITY linux-size "45,640 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2"> -<!ENTITY linux-md5 "3f23ad4b69d0a552042d1ed0f4399857"> +<!ENTITY linux-md5 "dd573a2fae55624ed92fa49c17583964"> <!ENTITY linux-home "http://www.kernel.org/"> <!ENTITY linux-ch8-du "350 - 450 MB"> <!ENTITY linux-ch8-sbu "1.5 - 3.5 SBU"> |