diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-28 22:13:49 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-28 22:13:49 +0000 |
commit | f8d252beb300b6ffa23a58b9d75ef75f0c45e8fc (patch) | |
tree | 67e9a135dce4425a82ea8fc20d78078a2bd59aa7 /chapter01 | |
parent | 7f67569a930afa1a3b3380a3f55ba728d8886d2e (diff) |
Upgrade to Tar-1.16
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 13 |
2 files changed, 16 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cb4972163..c2358865c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2006-10-28</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Tar-1.16, including dropping the now + unnecessary "gcc4", "security", and + "sparse" patches.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Readline-5.2, including dropping the now unnecessary "fixes" patch.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index ea5d91af4..ed511c1b4 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -163,9 +163,9 @@ <!--<listitem> <para>SysVinit &sysvinit-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Tar &tar-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>TCL &tcl-version;</para> </listitem>--> @@ -242,6 +242,15 @@ <listitem> <para>readline-5.1-fixes-3.patch</para> </listitem> + <listitem> + <para>tar-1.15.1-gcc4_fix_tests-1.patch</para> + </listitem> + <listitem> + <para>tar-1.15.1-security_fixes-1.patch</para> + </listitem> + <listitem> + <para>tar-1.15.1-sparse_fix-1.patch</para> + </listitem> </itemizedlist> |