Changeset cf4247e


Ignore:
Timestamp:
05/06/2016 12:11:37 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
419681d6
Parents:
dd0f4acd
Message:

Merge to trunk r17126

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17322 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdd0f4acd rcf4247e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
  • introduction/welcome/changelog.xml

    rdd0f4acd rcf4247e  
    4545-->
    4646    <listitem>
     47      <para>May 6th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Sync to trunk r17126.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Update to GTK+-2.23.30. Merged from trunk
     54          r17123.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[renodr] - Document a test suite failure in GTK+-3. Merged
     58          from trunk r17124.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[renodr] - Update to dovecot-2.2.22. Merged from trunk
     62          r17125.</para>
     63        </listitem>
     64      </itemizedlist>
     65    </listitem>
     66
     67    <listitem>
    4768      <para>May 5th, 2016</para>
    4869      <itemizedlist>
  • packages.ent

    rdd0f4acd rcf4247e  
    450450<!ENTITY dovecot-major                "2">
    451451<!ENTITY dovecot-minor                "2">
    452 <!ENTITY dovecot-micro                "21">
     452<!ENTITY dovecot-micro                "22">
    453453<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    454454
     
    514514<!ENTITY glu-version                  "9.0.0">
    515515<!ENTITY goffice010-version           "0.10.27">
    516 <!ENTITY gtk2-version                 "2.24.29">
     516<!ENTITY gtk2-version                 "2.24.30">
    517517<!ENTITY gtk3-version                 "3.18.6">
    518518<!ENTITY gtk-engines-version          "2.20.2">
  • server/mail/dovecot.xml

    rdd0f4acd rcf4247e  
    88  "http://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "28c39ab78a20f00701c26960d9190cf0">
    11   <!ENTITY dovecot-size          "4.8 MB">
     10  <!ENTITY dovecot-md5sum        "bc8057bd5bdfa0f8e80e2fef1082a241">
     11  <!ENTITY dovecot-size          "5.1 MB">
    1212  <!ENTITY dovecot-buildsize     "286 MB (with tests)">
    1313  <!ENTITY dovecot-time          "2.1 SBU (with tests)">
  • x/lib/gtk+2.xml

    rdd0f4acd rcf4247e  
    77  <!ENTITY gtk2-download-http "&gnome-download-http;/gtk+/2.24/gtk+-&gtk2-version;.tar.xz">
    88  <!ENTITY gtk2-download-ftp  "&gnome-download-ftp;/gtk+/2.24/gtk+-&gtk2-version;.tar.xz">
    9   <!ENTITY gtk2-md5sum        "1b7a3689f65617387b5b54520f4439e8">
     9  <!ENTITY gtk2-md5sum        "04568ba5c58b75e3c7543e45628ad789">
    1010  <!ENTITY gtk2-size          "13 MB">
    11   <!ENTITY gtk2-buildsize     "370 MB (with tests)">
    12   <!ENTITY gtk2-time          "3.8 SBU (with tests)">
     11  <!ENTITY gtk2-buildsize     "368 MB">
     12  <!ENTITY gtk2-time          "2.7 SBU (plus 0.2 SBU for tests)">
    1313]>
    1414
  • x/lib/gtk3.xml

    rdd0f4acd rcf4247e  
    136136    <para>
    137137      If <filename>flipping-icons.ui</filename> test fails, remove it with
    138       <command>rm -v testsuite/reftests/flipping-icons.ui</command>
     138      <command>rm -v testsuite/reftests/flipping-icons.ui</command>.
     139    <!-- no, this probably isn't a real file name, it describes the file name
     140    as /style/set-widget-path-saved:  but life is too short to care,
     141    (ken) -->
     142      At least one other test, <filename>set-widget-path-saved</filename>,
     143      might fail.
    139144    </para>
    140145
Note: See TracChangeset for help on using the changeset viewer.