Changeset 5e8e211e
- Timestamp:
- 02/20/2016 04:57:16 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e4727e66
- Parents:
- ba717478
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rba717478 r5e8e211e 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 6"> <!-- Always 2 digits -->3 <!ENTITY day "19"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 1 4th &year;">9 <!ENTITY releasedate "February 19th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/git.xml
rba717478 r5e8e211e 9 9 <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz"> 10 10 <!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 --> 15 16 ]> 16 17 … … 170 171 171 172 <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>. --> 174 178 </para> 175 179 -
introduction/welcome/changelog.xml
rba717478 r5e8e211e 44 44 45 45 --> 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> 46 56 47 57 <listitem> -
packages.ent
rba717478 r5e8e211e 269 269 <!ENTITY gc-version "7.4.2"> 270 270 <!ENTITY gdb-version "7.10.1"> 271 <!ENTITY git-version "2.7. 0">271 <!ENTITY git-version "2.7.1"> 272 272 <!ENTITY guile-version "2.0.11"> 273 273 <!ENTITY librep-version "0.92.5">
Note:
See TracChangeset
for help on using the changeset viewer.