Changeset 583ec9b3
- Timestamp:
- 09/20/2017 06:43:31 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2a50bcd
- Parents:
- 9ee2487
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9ee2487 r583ec9b3 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 19"> <!-- Always 2 digits -->3 <!ENTITY day "20"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- 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 "September 19th, &year;">9 <!ENTITY releasedate "September 20th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome.ent
r9ee2487 r583ec9b3 20 20 <!ENTITY libsecret-version "0.18.5"> 21 21 <!ENTITY gcr-version "3.20.0"> 22 <!ENTITY gjs-version "1. 48.7">22 <!ENTITY gjs-version "1.50.0"> 23 23 <!ENTITY gnome-autoar-version "0.2.2"> 24 24 <!ENTITY gnome-desktop-version "3.24.2"> -
gnome/platform/gjs.xml
r9ee2487 r583ec9b3 5 5 %general-entities; 6 6 7 <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1. 48/gjs-&gjs-version;.tar.xz">8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1. 48/gjs-&gjs-version;.tar.xz">7 <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.50/gjs-&gjs-version;.tar.xz"> 8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.50/gjs-&gjs-version;.tar.xz"> 9 9 <!ENTITY gjs-md5sum "38326b9befcc2e597319d21044af6e27"> 10 <!ENTITY gjs-size " 584KB">11 <!ENTITY gjs-buildsize " 37MB (with tests)">12 <!ENTITY gjs-time "0. 6SBU (with tests)">10 <!ENTITY gjs-size "600 KB"> 11 <!ENTITY gjs-buildsize "52 MB (with tests)"> 12 <!ENTITY gjs-time "0.8 SBU (with tests)"> 13 13 ]> 14 14 … … 77 77 <xref linkend="cairo"/>, 78 78 <xref linkend="gobject-introspection"/>, and 79 <xref linkend="js 38"/>79 <xref linkend="js52"/> 80 80 </para> 81 81 … … 87 87 <bridgehead renderas="sect4">Optional</bridgehead> 88 88 <para role="optional"> 89 <xref linkend="gvfs"/> (for tests), 90 <xref linkend="valgrind"/> (for tests), 89 91 <ulink url="http://dtrace.org/blogs/about">DTrace</ulink>, 90 92 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>, and -
introduction/welcome/changelog.xml
r9ee2487 r583ec9b3 43 43 --> 44 44 <listitem> 45 <para>September 20th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to gjs-1.50.0. Partially fixes 49 <ulink url="&blfs-ticket-root;9746">#9746</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>September 19th, 2017</para> 46 56 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.