diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-13 17:06:59 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-13 17:06:59 +0000 |
commit | 53dbac2ee881c4dfa41796682e010aa711fa182b (patch) | |
tree | 44b5cda44381d6f8627d596ea0132ede68f6d46c /chapter01 | |
parent | 06115909e40aaf1b860a791ab1562ee404f15c97 (diff) |
Upgrade to Perl-5.16.3. Fixes #3303.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10202 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 19b0c1969..0577a7654 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2013-03-13</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Perl-5.16.3. Fixes + <ulink url="&lfs-ticket-root;3303">#3303</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Bash-4.2.45. Fixes <ulink url="&lfs-ticket-root;3301">#3301</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index e43fe9ddc..6d51aa3d4 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -157,9 +157,9 @@ <!--<listitem> <para>Patch &patch-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Perl &perl-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Pkg-config &pkgconfig-version;</para> </listitem>--> @@ -233,6 +233,10 @@ <para>&bash-fixes-patch;</para> </listitem> + <listitem> + <para>&perl-libc-patch;</para> + </listitem> + </itemizedlist> <itemizedlist> @@ -243,6 +247,10 @@ <para>bash-4.2-fixes-11.patch</para> </listitem> + <listitem> + <para>perl-5.16.2-libc-1.patch</para> + </listitem> + </itemizedlist> </sect1> |