diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-29 12:28:09 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-29 12:28:09 +0000 |
commit | 48b0c273d718b4a7c926e5e353072b77f4486e47 (patch) | |
tree | 287fae23cfdfc92c8cf3773d7330da9f7e0542e3 | |
parent | b0e0c469dba710bd5902928ef1b86fe6e2e3025c (diff) |
* Upgrade to sed-4.1.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4589 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | general.ent | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c4f6eeb68..e54189048 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,7 @@ first a summary, then a detailed log.</para> <listitem><para>Module-init-tools 3.1</para></listitem> <listitem><para>Perl 5.8.6</para></listitem> <listitem><para>Procps 3.2.5</para></listitem> +<listitem><para>Sed 4.1.4</para></listitem> <listitem><para>Shadow 4.0.7</para></listitem> <listitem><para>Sysvinit 2.86</para></listitem> <listitem><para>Tar 1.15.1</para></listitem> @@ -74,6 +75,8 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>January 29, 2005 [matt]: Upgraded to sed-4.1.4</para></listitem> + <listitem><para>January 29, 2005 [matt]: Upgraded to procps-3.2.5</para> </listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index cce23a4dd..fd3a84a59 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -334,7 +334,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note> </varlistentry> <varlistentry> -<term>Sed (&sed-version;) - 749 KB:</term> +<term>Sed (&sed-version;) - 776 KB:</term> <listitem> <para><ulink url="&freshmeat;sed/"/></para> </listitem> diff --git a/general.ent b/general.ent index 80d2c60ab..a446401de 100644 --- a/general.ent +++ b/general.ent @@ -61,7 +61,7 @@ <!ENTITY procps-version "3.2.5"> <!ENTITY psmisc-version "21.5"> <!ENTITY readline-version "5.0"> -<!ENTITY sed-version "4.1.2"> +<!ENTITY sed-version "4.1.4"> <!ENTITY shadow-version "4.0.7"> <!ENTITY syslog-ng-version "1.6.5"> <!ENTITY sysvinit-version "2.86"> |