Changeset 581077c0
- Timestamp:
- 03/02/2019 04:51:05 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 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:
- 3201e53
- Parents:
- fb7406e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rfb7406e r581077c0 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "02"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- 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 "March 1st, &year;">9 <!ENTITY releasedate "March 2nd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rfb7406e r581077c0 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>March 2nd, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[timtas] - Update to sqlite-3.27.2. Fixes 49 <ulink url="&blfs-ticket-root;11720">#11720</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 44 53 <listitem> 45 54 <para>March 1st, 2019</para> -
packages.ent
rfb7406e r581077c0 631 631 <!ENTITY mariadb-version "10.3.13"> 632 632 <!ENTITY postgresql-version "11.2"> 633 <!ENTITY sqlite-version "3.27. 1">633 <!ENTITY sqlite-version "3.27.2"> 634 634 635 635 <!-- Chapter 23 --> -
server/databases/sqlite.xml
rfb7406e r581077c0 5 5 %general-entities; 6 6 7 <!ENTITY sqlite-dl-version "3270 100">8 <!ENTITY sqlite-doc-version "3270 100">7 <!ENTITY sqlite-dl-version "3270200"> 8 <!ENTITY sqlite-doc-version "3270200"> 9 9 10 10 <!-- When updating, do not forget the above entities --> … … 12 12 <!ENTITY sqlite-download-http "https://sqlite.org/2019/sqlite-autoconf-&sqlite-dl-version;.tar.gz"> 13 13 <!ENTITY sqlite-download-ftp " "> 14 <!ENTITY sqlite-md5sum " cb72c5f93235cd56b18ee2aa1504cdaf">14 <!ENTITY sqlite-md5sum "1f72631ce6e8efa5b4a6e55a43b3bdc0"> 15 15 <!ENTITY sqlite-size "2.7 MB"> 16 <!ENTITY sqlite-buildsize " 72MB">16 <!ENTITY sqlite-buildsize "66 MB"> 17 17 <!ENTITY sqlite-time "0.3 SBU (Using parallelism=4)"> 18 18
Note:
See TracChangeset
for help on using the changeset viewer.