Changeset 76acea4a


Ignore:
Timestamp:
01/02/2015 02:02:14 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dcafc39
Parents:
f5125859
Message:

Update to mercurial-3.2.4.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf5125859 r76acea4a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 1st, &year;">
     9<!ENTITY releasedate  "January 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/mercurial.xml

    rf5125859 r76acea4a  
    77  <!ENTITY mercurial-download-http "http://mercurial.selenic.com/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "ca6d1a0b0fd255fb1b9fb3fa46a856b8">
     9  <!ENTITY mercurial-md5sum        "4e9447b538a101138e257d5d774bcbfb">
    1010  <!ENTITY mercurial-size          "3.9 MB">
    1111  <!ENTITY mercurial-buildsize     "44 MB (additional 255 MB for the tests and 2.2 MB for docs generation)">
    12   <!ENTITY mercurial-time          "less than 0.1 SBU (additional 2.1 SBU for tests, using parallelism=8)">
     12  <!ENTITY mercurial-time          "less than 0.1 SBU (additional 1.9 SBU for tests, using parallelism=8)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    rf5125859 r76acea4a  
    4646
    4747    <listitem>
     48      <para>January 2nd, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to mercurial-3.2.4. Fixes
     52          <ulink url="&blfs-ticket-root;5997">#5997</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>January 1st, 2015</para>
    4959      <itemizedlist>
  • packages.ent

    rf5125859 r76acea4a  
    263263<!ENTITY llvm-version                 "3.5.0">
    264264<!ENTITY lua-version                  "5.2.3">
    265 <!ENTITY mercurial-version            "3.2.3">
     265<!ENTITY mercurial-version            "3.2.4">
    266266<!ENTITY nasm-version                 "2.11.06">
    267267<!ENTITY npapi-sdk-version            "0.27.2">
  • xsoft/other/rxvt-unicode.xml

    rf5125859 r76acea4a  
    174174    <para>For that, you need <xref linkend="desktop-file-utils"/> and at least
    175175    one of <xref linkend="gnome-icon-theme"/>, <xref linkend="oxygen-icons"/>
    176     and <xref linkend="lxde-icon-theme"/></para>
     176    and <xref linkend="lxde-icon-theme"/>. Uncomment the line with
     177    <quote>StartupNotify=true</quote> if <xref linkend="startup-notification"/>
     178    is installed.</para>
    177179
    178180  </sect2>
Note: See TracChangeset for help on using the changeset viewer.