diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-08-13 17:53:00 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-08-13 17:53:00 +0000 |
commit | 49e30b7ff82dff292f02af300a06237fc56d37f2 (patch) | |
tree | e634d80754605ecb7a7ac1f1134931815c276887 | |
parent | 4f8dab6a7eb61bca173f5edf00be38cc54bea0d7 (diff) |
Merge r8318 from trunk
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.3/BOOK@8319 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 47335d457..b5eb762b5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,15 @@ --> <listitem> + <para>2007-08-13</para> + <itemizedlist> + <listitem> + <para>[dnicholson] - Updated to LFS-Bootscripts-20070813.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2007-08-11</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 998233521..738445b7e 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "6.3-20070811"> -<!ENTITY releasedate "August 11, 2007"> +<!ENTITY version "6.3-20070813"> +<!ENTITY releasedate "August 13, 2007"> <!ENTITY milestone "6.3"> <!ENTITY generic-version "6.3-branch"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 9f5337b35..bdd78b59f 100644 --- a/packages.ent +++ b/packages.ent @@ -281,10 +281,10 @@ <!ENTITY less-ch6-du "2.8 MB"> <!ENTITY less-ch6-sbu "0.1 SBU"> -<!ENTITY lfs-bootscripts-version "20070730"> +<!ENTITY lfs-bootscripts-version "20070813"> <!ENTITY lfs-bootscripts-size "39 KB"> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> -<!ENTITY lfs-bootscripts-md5 "d50c72aa2f45c646f384a1ffeb20fafe"> +<!ENTITY lfs-bootscripts-md5 "0ecbdd3b774d519fc535a0a595aa5b86"> <!ENTITY lfs-bootscripts-home " "> <!ENTITY lfs-bootscripts-ch7-du "0.4 MB"> <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU"> |