diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-28 16:37:23 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-28 16:37:23 +0000 |
commit | ac377cca845160545ea2aa64757a53560b3d7d9f (patch) | |
tree | ab062571c11bfe8ab9e245c875955082ab2bb2dc | |
parent | c812238d1dc296382c6aa10fb2f702793ea07462 (diff) |
* Upgrade to sed-4.1.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1d338c5f2..c68aedc8f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -24,7 +24,7 @@ of the LFS Book.</para> <listitem><para>lfs-bootscripts-3.1.0</para></listitem> <listitem><para>linux-libc-headers-2.6.10.0</para></listitem> <listitem><para>procps-3.2.5</para></listitem> -<listitem><para>sed-4.1.3</para></listitem> +<listitem><para>sed-4.1.4</para></listitem> <listitem><para>shadow-4.0.7</para></listitem> <listitem><para>util-linux-2.12q</para></listitem> </itemizedlist> @@ -43,6 +43,9 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>January 28th, 2005 [matt]: Upgraded to sed-4.1.4</para> +</listitem> + <listitem><para>January 27th, 2005 [matt]: Upgraded to findutils 4.2.14</para> </listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 02384c202..fe7aa1640 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -328,7 +328,7 @@ </varlistentry> <varlistentry> -<term>Sed (&sed-version;) - 775 KB:</term> +<term>Sed (&sed-version;) - 776 KB:</term> <listitem> <para><ulink url="http://ftp.gnu.org/gnu/sed/"/></para> </listitem> diff --git a/general.ent b/general.ent index 88eddec42..078e327d8 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050127"> -<!ENTITY releasedate "January 27, 2005"> +<!ENTITY version "SVN-20050128"> +<!ENTITY releasedate "January 28, 2005"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> @@ -60,7 +60,7 @@ <!ENTITY procps-version "3.2.5"> <!ENTITY psmisc-version "21.5"> <!ENTITY readline-version "5.0"> -<!ENTITY sed-version "4.1.3"> +<!ENTITY sed-version "4.1.4"> <!ENTITY shadow-version "4.0.7"> <!ENTITY syslog-ng-version "1.6.5"> <!ENTITY sysvinit-version "2.86"> |