Changeset b3b6019


Ignore:
Timestamp:
05/27/2006 01:27:03 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
d621a23
Parents:
7f5c97e
Message:

Updated to GLib-2.10.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7f5c97e rb3b6019  
    1 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     1<!ENTITY day          "27">                   <!-- Always 2 digits -->
    22<!ENTITY month        "05">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    9595<!ENTITY gdbm-version                 "1.8.3">
    9696<!ENTITY GLib-version                 "1.2.10">
    97 <!ENTITY glib2-version                "2.10.2">
     97<!ENTITY glib2-version                "2.10.3">
    9898<!ENTITY libidl-version               "0.8.6">
    9999<!ENTITY libcroco-version             "0.6.1">
  • general/genlib/glib2.xml

    r7f5c97e rb3b6019  
    66
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.10/glib-&glib2-version;.tar.bz2">
    8   <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.10/glib-&glib2-version;.tar.bz2">
    9   <!ENTITY glib2-md5sum        "718961161ee1692c216a2d542196a04a">
     8  <!ENTITY glib2-download-ftp  "ftp://ftp.gtk.org/pub/gtk/v2.10/glib-&glib2-version;.tar.bz2">
     9  <!ENTITY glib2-md5sum        "87206e721c12d185d17dd9ecd7e30369">
    1010  <!ENTITY glib2-size          "2.7 MB">
    11   <!ENTITY glib2-buildsize     "43.6 MB">
    12   <!ENTITY glib2-time          "0.5 SBU (additional 2.7 SBU to run the test suite)">
     11  <!ENTITY glib2-buildsize     "48.4 MB">
     12  <!ENTITY glib2-time          "0.5 SBU (additional 1.4 SBU to run the test suite)">
    1313]>
    1414
     
    8080    commands:</para>
    8181
    82 <screen><userinput>sed -i -e "/g_assert (test_count_threads () == limit);/d"  \
    83    tests/threadpool-test.c &amp;&amp;       
    84 ./configure --prefix=/usr &amp;&amp;
     82<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8583make</userinput></screen>
    8684
     
    9694    <title>Command Explanations</title>
    9795
    98     <para><command>sed -i -e "/g_assert (test_count_threads () == limit);/d"
    99     tests/threadpool-test.c</command>: This command eliminates an unneeded
    100     assertion in the test suite.  The <command>make check</command> will
    101     fail without this command.</para>
    102    
    10396    <para><option>--enable-gtk-doc</option>: This switch will rebuild
    10497    the API documentation during the <command>make</command> command.</para>
  • introduction/welcome/changelog.xml

    r7f5c97e rb3b6019  
    4343
    4444    <listitem>
    45       <para>Date</para>
    46       <itemizedlist>
    47         <listitem>
    48           <para>[manuel] - Made all dependencies on a mail server
    49           actual corss-references.</para>
     45      <para>May 27th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to GLib-2.10.3.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
     54      <para>May 26th, 2006</para>
     55      <itemizedlist>
     56        <listitem>
     57          <para>[manuel] - Made all dependencies on a mail server an
     58          actual cross-reference.</para>
    5059        </listitem>
    5160      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.