diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-09 12:30:40 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-09 12:30:40 +0000 |
commit | 4ee40885a9429838a9ee8785f1242e994f2494d4 (patch) | |
tree | e676375c515e70bd9bb52bcf4e96a9f16db46730 | |
parent | 0d2234c2bc8ae0b2c8071279fd79c265bae4d3d1 (diff) |
* Upgrade to perl-5.8.6
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | general.ent | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2f1a8a289..cf93e6238 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,7 @@ first a summary, then a detailed log.</para> <listitem><para>Man 1.5o1</para></listitem> <listitem><para>Man-pages 2.01</para></listitem> <listitem><para>Module-init-tools 3.1</para></listitem> +<listitem><para>Perl 5.8.6</para></listitem> <listitem><para>Procps 3.2.4</para></listitem> <listitem><para>Shadow 4.0.6</para></listitem> <listitem><para>Tcl 8.4.8</para></listitem> @@ -64,6 +65,8 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>January 9, 2005 [matt]: Upgraded to perl-5.8.6</para></listitem> + <listitem><para>January 9, 2005 [matt]: Upgraded to man-pages-2.01</para></listitem> <listitem><para>January 9, 2005 [matt]: Upgraded to linux-libc-headers-2.6.10.0</para></listitem> diff --git a/general.ent b/general.ent index b5d7c4325..f6ff6561e 100644 --- a/general.ent +++ b/general.ent @@ -57,7 +57,7 @@ <!ENTITY module-init-tools-version "3.1"> <!ENTITY ncurses-version "5.4"> <!ENTITY patch-version "2.5.4"> -<!ENTITY perl-version "5.8.5"> +<!ENTITY perl-version "5.8.6"> <!ENTITY procps-version "3.2.4"> <!ENTITY psmisc-version "21.5"> <!ENTITY readline-version "5.0"> |