Changeset 6f0a3e2a
- Timestamp:
- 03/20/2021 11:48:51 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- 427b46a
- Parents:
- 5ec23d4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5ec23d4 r6f0a3e2a 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 18"> <!-- Always 2 digits -->3 <!ENTITY day "20"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2021"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 18th, &year;">9 <!ENTITY releasedate "March 20th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/git.xml
r5ec23d4 r6f0a3e2a 9 9 <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz"> 10 10 <!ENTITY git-download-ftp " "> 11 <!ENTITY git-md5sum "53f3e1424598cd24eaf78588bcf90816"> 12 <!ENTITY git-size "6.0 MB"> 11 <!ENTITY git-md5sum "c7f808ab107b666af45fccb56b9d9676"> 12 13 <!ENTITY git-size "6.2 MB"> 13 14 <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 --> 14 15 <!-- but people keep forgetting that an install not only needs the nett build 15 16 space, it also needs the install space (or DESTDIR) --> 16 <!ENTITY git-buildsize "3 66 MB (with downloaded documentation, add 46 MB to build documentation)">17 <!ENTITY git-buildsize "374 MB (with downloaded documentation, add 16 MB to build documentation)"> 17 18 <!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? --> 18 19 <!-- Confirmed that it is disk related.--> 19 <!ENTITY git-time "0.3 SBU (with parallelism=4; add 0. 5 SBU for building documentation and 2.5 SBU for testswith parallelism=4)">20 <!ENTITY git-time "0.3 SBU (with parallelism=4; add 0.4 SBU for building documentation and 1.6 SBU for tests, both with parallelism=4)"> 20 21 ]> 21 22 -
introduction/welcome/changelog.xml
r5ec23d4 r6f0a3e2a 43 43 --> 44 44 <listitem> 45 <para>March 20th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to git-2.31.0. Fixes 49 <ulink url="&blfs-ticket-root;14775">#14775</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>March 18th, 2021</para> 46 56 <itemizedlist> -
packages.ent
r5ec23d4 r6f0a3e2a 340 340 <!ENTITY gc-version "8.0.4"> 341 341 <!ENTITY gdb-version "10.1"> 342 <!ENTITY git-version "2.3 0.2">342 <!ENTITY git-version "2.31.0"> 343 343 <!ENTITY guile-version "3.0.5"> 344 344 <!ENTITY librep-version "0.92.7">
Note:
See TracChangeset
for help on using the changeset viewer.