Changeset af1a5b1
- Timestamp:
- 02/19/2019 05:11:14 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 55017a0
- Parents:
- 0891321
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r0891321 raf1a5b1 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 6"> <!-- Always 2 digits -->3 <!ENTITY day "19"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 1 6th, &year;">9 <!ENTITY releasedate "February 19th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r0891321 raf1a5b1 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>February 19th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to postgresql-11.2. Fixes 49 <ulink url="&blfs-ticket-root;11673">#11673</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 44 53 45 54 <listitem> -
packages.ent
r0891321 raf1a5b1 630 630 <!ENTITY lmdb-version "0.9.23"> 631 631 <!ENTITY mariadb-version "10.3.12"> 632 <!ENTITY postgresql-version "11. 1">632 <!ENTITY postgresql-version "11.2"> 633 633 <!ENTITY sqlite-version "3.27.1"> 634 634 -
server/databases/postgresql.xml
r0891321 raf1a5b1 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 " 5e45f6d5b859cc76b5d62f1e328e9711">10 <!ENTITY postgresql-size " 20MB">11 <!ENTITY postgresql-buildsize " 188MB (add 34 MB for tests)">12 <!ENTITY postgresql-time "0. 8SBU (with parallelism=4, add 0.1 SBU for tests)">9 <!ENTITY postgresql-md5sum "19d43be679cb0d55363feb8926af3a0f"> 10 <!ENTITY postgresql-size "19 MB"> 11 <!ENTITY postgresql-buildsize "222 MB (add 34 MB for tests)"> 12 <!ENTITY postgresql-time "0.7 SBU (with parallelism=4, add 0.1 SBU for tests)"> 13 13 ]> 14 14 … … 34 34 from the Berkeley Postgres database management system.</para> 35 35 36 &lfs8 3_checked;36 &lfs84_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> … … 74 74 <bridgehead renderas="sect4">Optional (To Regenerate Documentation)</bridgehead> 75 75 <para role="optional"> 76 <xref linkend="fop"/>, 76 77 <xref linkend="sgml-dtd"/>, 77 78 <xref linkend="docbook-dsssl"/>, 79 <xref linkend="docbook-utils"/>, 78 80 <xref linkend="openjade"/>, and 79 81 <xref linkend="perl-sgmlspm"/>
Note:
See TracChangeset
for help on using the changeset viewer.