Changeset 3c4d525
- Timestamp:
- 02/10/2017 07:14:04 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8f31a869
- Parents:
- 3338551f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3338551f r3c4d525 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 09"> <!-- Always 2 digits -->3 <!ENTITY day "10"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 9th &year;">9 <!ENTITY releasedate "February 10th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r3338551f r3c4d525 43 43 --> 44 44 <listitem> 45 <para>February 10th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to PostgreSQL-9.6.2. Fixes 49 <ulink url="&blfs-ticket-root;8864">#8864</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>February 9th, 2017</para> 46 56 <itemizedlist> -
packages.ent
r3338551f r3c4d525 473 473 <!ENTITY lmdb-version "0.9.19"> 474 474 <!ENTITY mariadb-version "10.1.21"> 475 <!ENTITY postgresql-version "9.6. 1">475 <!ENTITY postgresql-version "9.6.2"> 476 476 <!ENTITY sqlite-version "3.16.2"> 477 477 -
server/databases/postgresql.xml
r3338551f r3c4d525 7 7 <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> 8 8 <!ENTITY postgresql-download-ftp "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> 9 <!ENTITY postgresql-md5sum " 92ae6d7cdf18e648b3c22d0aa015565d">10 <!ENTITY postgresql-size "1 8MB">11 <!ENTITY postgresql-buildsize " 197MB (with tests)">9 <!ENTITY postgresql-md5sum "ee9cd5dfa24f691275cc65c92b6ff8f7"> 10 <!ENTITY postgresql-size "19 MB"> 11 <!ENTITY postgresql-buildsize "249 MB (with tests)"> 12 12 <!ENTITY postgresql-time "1.8 SBU (with tests)"> 13 13 ]>
Note:
See TracChangeset
for help on using the changeset viewer.