Changeset ba8b3f4
- Timestamp:
- 05/01/2017 04:14:28 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c42db05d
- Parents:
- 7f7e7f6
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7f7e7f6 rba8b3f4 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 30"> <!-- Always 2 digits -->4 <!ENTITY month "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " April 30th&year;">9 <!ENTITY releasedate "May 1st &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r7f7e7f6 rba8b3f4 43 43 --> 44 44 <listitem> 45 <para>May 1st, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update to dovecot-2.2.29.1. Fixes 49 <ulink url="&blfs-ticket-root;9127">#9127</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[pierre] - Update to ed-1.14.2. Fixes 53 <ulink url="&blfs-ticket-root;9110">#9110</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 45 59 <para>April 30th, 2017</para> 46 60 <itemizedlist> -
packages.ent
r7f7e7f6 rba8b3f4 62 62 <!-- Chapter 6 --> 63 63 <!ENTITY bluefish-version "2.2.10"> 64 <!ENTITY ed-version "1.14. 1">64 <!ENTITY ed-version "1.14.2"> 65 65 <!ENTITY emacs-version "25.2"> 66 66 <!ENTITY joe-version "4.4"> … … 476 476 <!ENTITY dovecot-major "2"> 477 477 <!ENTITY dovecot-minor "2"> 478 <!ENTITY dovecot-micro "29 ">478 <!ENTITY dovecot-micro "29.1"> 479 479 <!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;"> 480 480 -
postlfs/editors/ed.xml
r7f7e7f6 rba8b3f4 7 7 <!ENTITY ed-download-http "http://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.lz"> 8 8 <!ENTITY ed-download-ftp "ftp://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.lz"> 9 <!ENTITY ed-md5sum " 7f4a54fa7f366479f03654b8af645fd0">10 <!ENTITY ed-size "6 8KB">11 <!ENTITY ed-buildsize " 984 KB">9 <!ENTITY ed-md5sum "273d04778b2a51f7c3cbfcd2001876bf"> 10 <!ENTITY ed-size "66 KB"> 11 <!ENTITY ed-buildsize "1.1 MB"> 12 12 <!ENTITY ed-time "less than 0.1 SBU"> 13 13 ]> -
server/mail/dovecot.xml
r7f7e7f6 rba8b3f4 8 8 "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz"> 9 9 <!ENTITY dovecot-download-ftp " "> 10 <!ENTITY dovecot-md5sum " ff95486a5c43025a2c3f5a712e7962b9">10 <!ENTITY dovecot-md5sum "5c9f69bcda1b48cc7a64b94a311df07f"> 11 11 <!ENTITY dovecot-size "5.7 MB"> 12 <!ENTITY dovecot-buildsize " 254 MB (add 14MB for tests)">13 <!ENTITY dovecot-time " 2.1 SBU (add 0.2SBU for tests)">12 <!ENTITY dovecot-buildsize "314 MB (add 16 MB for tests)"> 13 <!ENTITY dovecot-time "1.8 SBU (add 1.1 SBU for tests)"> 14 14 ]> 15 15
Note:
See TracChangeset
for help on using the changeset viewer.