diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-10-06 07:08:07 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-10-06 07:08:07 +0000 |
commit | 64397d9837459cea9ee88baba0498249a632a4ea (patch) | |
tree | 901b2491d9dc11d7c4d13f2476f57ba338d3066f | |
parent | 2b8d69a394afd4ab0ad01ca0e91f796df6fc34d2 (diff) |
Update to Linux-3.11.4. Fixes #3408.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10353 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a37efdd18..0d3ed4ea8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ </listitem> --> <listitem> + <para>2013-10-06</para> + <itemizedlist> + <listitem> + <para>[matthew] - Update to Linux 3.11.4. Fixes + <ulink url="&lfs-ticket-root;3408">#3408</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2013-10-02</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index e45af7534..409d66659 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20131002"> -<!ENTITY releasedate "October 2, 2013"> +<!ENTITY version "SVN-20131006"> +<!ENTITY releasedate "October 6, 2013"> <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.5"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 589c36227..0104750b4 100644 --- a/packages.ent +++ b/packages.ent @@ -339,12 +339,12 @@ <!ENTITY linux-major-version "3"> <!ENTITY linux-minor-version "11"> -<!ENTITY linux-patch-version "3"> +<!ENTITY linux-patch-version "4"> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> -<!ENTITY linux-size "73,327 KB"> +<!ENTITY linux-size "73,338 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "8ecae4b49df495171095b7d91c913437"> +<!ENTITY linux-md5 "39f2a90cd8ad2fa62a4e5c6ffaa1a948"> <!ENTITY linux-home "http://www.kernel.org/"> <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, |