diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-08 14:08:15 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-08 14:08:15 +0000 |
commit | 5f40c7d1b57987f0d0ceee2b5e2b1ad953f594e5 (patch) | |
tree | 080665c1c1b5cbdb91f7f17be38fabff5f6413e0 | |
parent | 5fde2f94c3259d67ffc2e7c6ee1ff52d75085786 (diff) |
Upgrade to File-5.10. Fixes #2989.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9700 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 18 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index eff51e64c..c3de09116 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ </listitem> --> + + <listitem> + <para>2012-01-08</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to File-5.10. Fixes + <ulink url="&lfs-ticket-root;2989">#2989</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2012-01-06</para> <itemizedlist> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 505749070..803a1df57 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -61,9 +61,9 @@ <!--<listitem> <para>Expect &expect-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>File &file-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Findutils &findutils-version;</para> </listitem>--> diff --git a/general.ent b/general.ent index e099d44fd..e2d5cbee2 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20120106"> -<!ENTITY releasedate "Jan 6, 2012"> +<!ENTITY version "SVN-20120108"> +<!ENTITY releasedate "Jan 8, 2012"> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.1"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index afbd388b2..5a8d7a190 100644 --- a/packages.ent +++ b/packages.ent @@ -127,10 +127,10 @@ <!ENTITY expect-ch5-du "4.1 MB"> <!ENTITY expect-ch5-sbu "0.1 SBU"> -<!ENTITY file-version "5.09"> -<!ENTITY file-size "593 KB"> +<!ENTITY file-version "5.10"> +<!ENTITY file-size "595 KB"> <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> -<!ENTITY file-md5 "6fd7cd6c4281e68fe9ec6644ce0fac6f"> +<!ENTITY file-md5 "4cea34b087b060772511e066e2038196"> <!ENTITY file-home "http://www.darwinsys.com/file/"> <!ENTITY file-ch5-du "9.5 MB"> <!ENTITY file-ch5-sbu "0.2 SBU"> |