diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-31 13:36:36 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-31 13:36:36 +0000 |
commit | 9f3a510454d36ceeab531ae88dbbd57ff11151bd (patch) | |
tree | 3a09a02f62be76f725ca901cfaabd2d9e649fd39 | |
parent | 98fcc378d5213940ec51b75663afe3e68e5626f3 (diff) |
Upgrade to LFS Bootscripts 3.1.0
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | general.ent | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c654dca77..cad729e31 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -23,6 +23,7 @@ of the LFS Book.</para> <listitem><para>findutils-4.2.10</para></listitem> <listitem><para>gcc-3.4.3</para></listitem> <listitem><para>glibc-20041220</para></listitem> +<listitem><para>lfs-bootscripts-3.1.0</para></listitem> <listitem><para>linux-2.6.10</para></listitem> <listitem><para>man-pages-2.01</para></listitem> <listitem><para>perl-5.8.6</para></listitem> @@ -49,6 +50,8 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>December 31st, 2004 [jeremy]: Upgrade to LFS-Bootscripts 3.1.0</para></listitem> + <listitem><para>December 30th, 2004 [jeremy]: Added Archaic's sed to stop installation of shadow's groups binary, as well as it's man page.</para></listitem> diff --git a/general.ent b/general.ent index 4f8dae525..bfd1b2c19 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20041230"> -<!ENTITY releasedate "December 30, 2004"> +<!ENTITY version "SVN-20041231"> +<!ENTITY releasedate "December 31, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> @@ -43,7 +43,7 @@ <!ENTITY iproute2-patch-version "2.6.9_041019"> <!ENTITY kbd-version "1.12"> <!ENTITY less-version "382"> -<!ENTITY lfs-bootscripts-version "2.2.3"> +<!ENTITY lfs-bootscripts-version "3.1.0"> <!ENTITY libol-version "0.3.14"> <!ENTITY libtool-version "1.5.10"> <!ENTITY linux-version "2.6.10"> |