Changeset 5e8e211e


Ignore:
Timestamp:
02/20/2016 04:57:16 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
e4727e6
Parents:
ba717478
Message:

git-2.7.1 : /me swears at grep-2.23, again (already reported upstream).

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rba717478 r5e8e211e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 14th &year;">
     9<!ENTITY releasedate  "February 19th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/git.xml

    rba717478 r5e8e211e  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
    11   <!ENTITY git-md5sum        "0214e04f7041f835c5c38f2b78eccced">
    12   <!ENTITY git-size          "3.7 MB">
    13   <!ENTITY git-buildsize     "349 MB (add 28 MB for building documentation)">
    14   <!ENTITY git-time          "0.7 SBU (add 12 SBU for tests and 2.4 SBU for building documentation)">
     11  <!ENTITY git-md5sum        "eece7b1e87983271621a0cb6aab37a25">
     12  <!ENTITY git-size          "3.8 MB">
     13  <!ENTITY git-buildsize     "364 MB (including the pre-built documentation)">
     14  <!ENTITY git-time          "0.8 SBU (add 2.4 SBU for building documentation)">
     15  <!-- tests used to take 12 SBU, grep-2.23 causes them to fail after 4.0 SBU -->
    1516]>
    1617
     
    170171
    171172    <para>
    172       The test suite can be run in parallel mode. To run the test suite, issue:
    173       <command>make test</command>.
     173<!--  The test suite can be run in parallel mode. To run the test suite, issue: -->
     174      The test suite fails early, in 'blame respects encoding', because grep-2.23
     175      treats data in the locale tests as binary.  To run the tests up to that
     176      point issue:
     177      <command>make test</command>. -->
    174178    </para>
    175179
  • introduction/welcome/changelog.xml

    rba717478 r5e8e211e  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 19th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Updated to git-2.7.1.  Fixes
     52          <ulink url="&blfs-ticket-root;7322">#7322</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    rba717478 r5e8e211e  
    269269<!ENTITY gc-version                   "7.4.2">
    270270<!ENTITY gdb-version                  "7.10.1">
    271 <!ENTITY git-version                  "2.7.0">
     271<!ENTITY git-version                  "2.7.1">
    272272<!ENTITY guile-version                "2.0.11">
    273273<!ENTITY librep-version               "0.92.5">
Note: See TracChangeset for help on using the changeset viewer.