Changeset 00166c8a


Ignore:
Timestamp:
03/09/2008 02:20:31 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9288855
Parents:
a3a5a95
Message:

Updated to libxml2-2.6.31

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7222 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra3a5a95 r00166c8a  
    101101<!ENTITY gamin-version                "0.1.8">
    102102<!ENTITY libxml-version               "1.8.17">
    103 <!ENTITY libxml2-version              "2.6.29">
     103<!ENTITY libxml2-version              "2.6.31">
    104104<!ENTITY libxslt-version              "1.1.21">
    105105<!ENTITY libgtkhtml-version           "2.11.0">
  • general/genlib/libxml2.xml

    ra3a5a95 r00166c8a  
    88  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    99  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    10   <!ENTITY libxml2-md5sum        "8b99b6e8b08e838438d9e6b639d79ebd">
     10  <!ENTITY libxml2-md5sum        "714b0683b1ec4bdc63bc356d729f9b18">
    1111  <!ENTITY libxml2-size          "4.7 MB">
    1212  <!ENTITY libxml2-buildsize     "85 MB (additional 184 MB to run the test suite)">
    13   <!ENTITY libxml2-time          "1.2 SBU (additional 1.0 SBU to run the test suite)">
     13  <!ENTITY libxml2-time          "1.3 SBU (additional 1.0 SBU to run the test suite)">
    1414]>
    1515
     
    110110    <para><parameter>--with-history</parameter>: If this option is used, it
    111111    enables <application>readline</application> support when running
    112     xmlcatalog in shell mode.</para>
     112    <command>xmlcatalog</command> or <command>xmllint</command> in shell
     113    mode.</para>
    113114
    114115    <caution>
     
    116117      hang forever if either <filename>/etc/inputrc</filename> or
    117118      <filename>~/.inputrc</filename> has the option
    118       <option>show-all-if-ambiguous</option> turned on.</para>
     119      <option>show-all-if-ambiguous</option> or
     120      <option>show-all-if-available</option> turned on.</para>
    119121    </caution>
    120122
  • introduction/welcome/changelog.xml

    ra3a5a95 r00166c8a  
    4545      <para>March 9th, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to libxml2-2.6.31.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[dj] - Updated to JDK-6u5 and added warning about trailing
Note: See TracChangeset for help on using the changeset viewer.