diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-25 18:25:10 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-25 18:25:10 +0000 |
commit | c5bb96bba1453714753976b4a57be30c40ad3bac (patch) | |
tree | c6ff6f3c2d0811d583b7bd12a500adb7c4b8a0a4 | |
parent | 2cf5d490b9a7d04262fd7619288d5b0eec7f14db (diff) |
Upgrade to Linux-2.6.18.3. Fixes #1911.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5460f4f02..fe7f8eeda 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2006-11-25</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Linux-2.6.18.3. Fixes + <ulink url="&lfs-ticket-root;1911">#1911</ulink></para> + </listitem> + <listitem> <para>[matthew] - chapter08/kernel.xml: Reworded the warning about overwriting sanitized kernel headers rather than raw headers, so as to avoid mentioning the now obsolete Linux-Libc-Headers package. diff --git a/packages.ent b/packages.ent index 8fe1de684..63784b1ff 100644 --- a/packages.ent +++ b/packages.ent @@ -299,11 +299,11 @@ <!ENTITY linux-major-version "2.6"> <!ENTITY linux-minor-version "18"> -<!ENTITY linux-patch-version "1"> +<!ENTITY linux-patch-version "3"> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!ENTITY linux-size "40,880 KB"> +<!ENTITY linux-size "40,872 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2"> -<!ENTITY linux-md5 "38f00633b02f07819d17bcd87d03eb3a"> +<!ENTITY linux-md5 "fb10bd4918f22f349131af0b5121b70e"> <!ENTITY linux-home "http://www.kernel.org/"> <!ENTITY linux-ch8-du "310 - 350 MB"> <!ENTITY linux-ch8-sbu "1.5 - 3 SBU"> |