diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-31 00:03:25 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-31 00:03:25 +0000 |
commit | 278815126128b5a7e00f9da9fda8a5f8b798b3b8 (patch) | |
tree | c8ff422dcd1263c5877e70a14ea35b06f8096c35 | |
parent | ed20c2dd120e5f34d416e98dfce4b5a27faf7daf (diff) |
Updated to lfs-bootscritps-20081031.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 2 |
3 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2958552c5..bcf350f86 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,15 @@ --> <listitem> + <para>2008-10-31</para> + <itemizedlist> + <listitem> + <para>[dj] - Updated to lfs-bootscripts-20081031.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-10-30</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index bc38a4870..c2d1f9b13 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20081030"> -<!ENTITY releasedate "October 30, 2009"> +<!ENTITY version "SVN-20081031"> +<!ENTITY releasedate "October 31, 2009"> <!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 9d7e5bf67..7679b0fd4 100644 --- a/packages.ent +++ b/packages.ent @@ -293,7 +293,7 @@ <!ENTITY less-ch6-du "2.8 MB"> <!ENTITY less-ch6-sbu "0.1 SBU"> -<!ENTITY lfs-bootscripts-version "20081023"> <!-- Scripts depend on this format --> +<!ENTITY lfs-bootscripts-version "20081031"> <!-- Scripts depend on this format --> <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile --> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile --> |