diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-11 17:36:39 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-11 17:36:39 +0000 |
commit | ecd016b289961104c34b226600ed5e3e943d7f40 (patch) | |
tree | 80ede3a548912d0458bf5f3afad4b05aa990f524 | |
parent | 29bb0d3f50ae12425dc9b2fc6d24a599fb78fc98 (diff) |
Update to intltool-0.51.0
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 17 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d4a9c43cd..8ce26e8d3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2015-03-11</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to intltool-0.51.0. Fixes + <ulink url="&lfs-ticket-root;3763">#3764</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-03-08</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index a678bb214..3bb754aaf 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -121,9 +121,9 @@ <!--<listitem> <para>Inetutils &inetutils-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Intltool-&intltool-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>IPRoute2 &iproute2-version;</para> </listitem>--> diff --git a/general.ent b/general.ent index 1824f67da..ffe192cf2 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ -<!ENTITY version "SVN-20150308"> +<!ENTITY version "SVN-20150311"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release but not -rc releases --> -<!ENTITY releasedate "March 8, 2015"> +<!ENTITY releasedate "March 11, 2015"> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.8"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index e2857c33b..7cb8e21c9 100644 --- a/packages.ent +++ b/packages.ent @@ -312,10 +312,10 @@ <!ENTITY inetutils-ch6-du "34 MB"> <!ENTITY inetutils-ch6-sbu "0.4 SBU"> -<!ENTITY intltool-version "0.50.2"> -<!ENTITY intltool-size "185 KB"> +<!ENTITY intltool-version "0.51.0"> +<!ENTITY intltool-size "159 KB"> <!ENTITY intltool-url "http://launchpad.net/intltool/trunk/&intltool-version;/+download/intltool-&intltool-version;.tar.gz"> -<!ENTITY intltool-md5 "23fbd879118253cb99aeac067da5f591"> +<!ENTITY intltool-md5 "12e517cac2b57a0121cda351570f1e63"> <!ENTITY intltool-home "http://freedesktop.org/wiki/Software/intltool"> <!ENTITY intltool-ch6-du "1.3 MB"> <!ENTITY intltool-ch6-sbu "less than 0.1 SBU"> |