diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-07-17 20:04:20 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-07-17 20:04:20 +0000 |
commit | 7900dc3d373305de7f30752a54562132c0eaef0a (patch) | |
tree | c9bab0a208d694a678eef7fcfda4c9e7f5f5bff7 | |
parent | 7e1b3ce8a2cedb1375a7df3de8be527629bf6a45 (diff) |
Upgrade to Linux-2.6.22.1. Fixes #2044.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3b7500538..3089fae92 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2007-07-17</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Linux-2.6.22.1, fixes + <ulink url="&lfs-ticket-root;2044">#2044</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to E2fsprogs-1.40.2, fixes <ulink url="&lfs-ticket-root;2042">#2042</ulink>. Remove the --disable-evms configure parameter as it is no longer recognised by diff --git a/packages.ent b/packages.ent index ab0fe07d6..570c2c0ff 100644 --- a/packages.ent +++ b/packages.ent @@ -298,12 +298,12 @@ <!ENTITY libtool-ch6-sbu "0.1 SBU"> <!ENTITY linux-major-version "2.6"> -<!ENTITY linux-minor-version "21"> -<!ENTITY linux-patch-version "5"> +<!ENTITY linux-minor-version "22"> +<!ENTITY linux-patch-version "1"> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!ENTITY linux-size "42,993 KB"> +<!ENTITY linux-size "44,050 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2"> -<!ENTITY linux-md5 "2e9a302b5d514b231640227d6a2ab7bf"> +<!ENTITY linux-md5 "50249e822a2a112d9221129a4a3af374"> <!ENTITY linux-home "http://www.kernel.org/"> <!ENTITY linux-ch8-du "310 - 390 MB"> <!ENTITY linux-ch8-sbu "1.5 - 3.5 SBU"> |