Changeset c4e893d
- Timestamp:
- 10/05/2018 02:43:30 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
- 26dbe9a
- Parents:
- 0d38b000
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r0d38b000 rc4e893d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "05"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 4th, &year;">9 <!ENTITY releasedate "October 5th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/git.xml
r0d38b000 rc4e893d 9 9 <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz"> 10 10 <!ENTITY git-download-ftp " "> 11 <!ENTITY git-md5sum " 7a668403aa7807d0db37e8573299d471">12 <!ENTITY git-size " 4.9MB">11 <!ENTITY git-md5sum "bd3f2730c3466604356797b1378c2857"> 12 <!ENTITY git-size "5.0 MB"> 13 13 <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 --> 14 <!ENTITY git-buildsize " 291MB (with downloaded documentation)">15 <!ENTITY git-time "0.3 SBU (with parallelism=4; add 4.4SBU for tests)">14 <!ENTITY git-buildsize "459 MB (with downloaded documentation)"> 15 <!ENTITY git-time "0.3 SBU (with parallelism=4; add 8.7 SBU for tests)"> 16 16 ]> 17 17 … … 344 344 </seg> 345 345 <seg> 346 /usr/lib/perl5/site_perl/<5.x.y>{,<arch>-linux/auto}/Git, 346 /usr/share/perl5/Git, 347 <!-- I do NOT think this is in our %INC search path. --> 347 348 /usr/libexec/git-core and 348 349 /usr/share/{doc/git-&git-version;,git-core,git-gui,gitk,gitweb} -
introduction/welcome/changelog.xml
r0d38b000 rc4e893d 44 44 45 45 <listitem> 46 <para>October 5th, 2018</para> 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Update to git-2.19.0. Fixes 50 <ulink url="&blfs-ticket-root;11134">#11134</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 46 56 <para>October 4th, 2018</para> 47 57 <itemizedlist> -
packages.ent
r0d38b000 rc4e893d 321 321 <!ENTITY gc-version "8.0.0"> 322 322 <!ENTITY gdb-version "8.2"> 323 <!ENTITY git-version "2.1 8.0">323 <!ENTITY git-version "2.19.0"> 324 324 <!ENTITY guile-version "2.2.4"> 325 325 <!ENTITY librep-version "0.92.7">
Note:
See TracChangeset
for help on using the changeset viewer.