Changeset f977d64
- Timestamp:
- 02/04/2020 08:36:19 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, 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:
- b5f0edd
- Parents:
- eed5cd8
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
reed5cd8 rf977d64 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 3"> <!-- Always 2 digits -->3 <!ENTITY day "04"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 3rd, &year;">9 <!ENTITY releasedate "February 4th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/mercurial.xml
reed5cd8 rf977d64 7 7 <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz"> 8 8 <!ENTITY mercurial-download-ftp " "> 9 <!ENTITY mercurial-md5sum " f2251256063f20864fa9fed10ace76d5">10 <!ENTITY mercurial-size "7. 0MB">11 <!ENTITY mercurial-buildsize "7 5 MB (with docs, add 855MB for tests)">9 <!ENTITY mercurial-md5sum "8a0b590f081130969cf07248a072a4cf"> 10 <!ENTITY mercurial-size "7.2 MB"> 11 <!ENTITY mercurial-buildsize "77 MB (with docs, add 878 MB for tests)"> 12 12 <!ENTITY mercurial-time "0.5 SBU (with docs, add 11 SBU for tests using -j4)"> 13 13 ]> -
introduction/welcome/changelog.xml
reed5cd8 rf977d64 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>February 4th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to libinput-1.15.1. Fixes 49 <ulink url="&blfs-ticket-root;13097">#13097</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to mercurial-5.3. Fixes 53 <ulink url="&blfs-ticket-root;13096">#13096</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 44 58 <listitem> 45 59 <para>February 3rd, 2020</para> -
packages.ent
reed5cd8 rf977d64 331 331 <!ENTITY lua-version "5.3.5"> 332 332 <!ENTITY lua52-version "5.2.4"> 333 <!ENTITY mercurial-version "5. 2.2">333 <!ENTITY mercurial-version "5.3"> 334 334 <!ENTITY nasm-version "2.14.02"> 335 335 <!ENTITY ninja-version "1.9.0"> -
x/installing/libinput.xml
reed5cd8 rf977d64 5 5 %general-entities; 6 6 7 <!ENTITY libinput-version "1.15. 0">7 <!ENTITY libinput-version "1.15.1"> 8 8 9 9 <!ENTITY libinput-download-http "https://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz"> 10 10 <!ENTITY libinput-download-ftp " "> 11 <!ENTITY libinput-md5sum " d5fe153c4b1d69ec35dc846588cd47ec">12 <!ENTITY libinput-size "56 0KB">11 <!ENTITY libinput-md5sum "93850756b6c07aafb49d5226e88fdc81"> 12 <!ENTITY libinput-size "568 KB"> 13 13 <!ENTITY libinput-buildsize "12 MB"> 14 14 <!ENTITY libinput-time "less than 0.1 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.