Changeset 217b167
- Timestamp:
- 01/13/2020 07:39:48 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- 9abd8c3
- Parents:
- 92314c0d
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r92314c0d r217b167 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 1"> <!-- Always 2 digits -->3 <!ENTITY day "13"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 1 1th, &year;">9 <!ENTITY releasedate "January 13th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/brotli.xml
r92314c0d r217b167 98 98 <bridgehead renderas="sect4">Optional</bridgehead> 99 99 <para role="optional"> 100 <xref linkend="lua"/> (to create Lua bindings) and 100 101 <xref linkend="python2"/> (to create python2 bindings) 101 102 </para> -
general/graphlib/woff2.xml
r92314c0d r217b167 92 92 <bridgehead renderas="sect4">Required</bridgehead> 93 93 <para role="required"> 94 <xref linkend="brotli"/> ,94 <xref linkend="brotli"/> and 95 95 <xref linkend="cmake"/> 96 96 </para> -
gnome/platform/gnome-keyring.xml
r92314c0d r217b167 12 12 <!ENTITY gnome-keyring-size "1.3 MB"> 13 13 <!ENTITY gnome-keyring-buildsize "142 MB (add 1 MB for tests)"> 14 <!ENTITY gnome-keyring-time "0.3 SBU (Using parallelism=4 i; add 0.3 SBU for tests)">14 <!ENTITY gnome-keyring-time "0.3 SBU (Using parallelism=4; add 0.3 SBU for tests)"> 15 15 ]> 16 16 -
introduction/welcome/changelog.xml
r92314c0d r217b167 41 41 </itemizedlist> 42 42 </listitem> 43 --> 43 --> 44 <listitem> 45 <para>January 13th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Adapt WebKitGTK+ to changes in ICU-65.1+</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 44 53 <listitem> 45 54 <para>January 11th, 2020</para> -
x/lib/webkitgtk.xml
r92314c0d r217b167 130 130 131 131 <para> 132 First, fix some typos exposed by ICU-65.1+: 133 </para> 134 135 <screen><userinput remap="pre">sed -i -e "/U16_NEXT(buffer, i, length, c)/s/$/;/" source/WTF/wtf/URLHelpers.cpp && 136 sed -i -e "/U16_NEXT(characters, i, length, c)/s/$/;/" \ 137 -e "/U16_NEXT(qualifiedName, i, length, c)/s/$/;/" \ 138 Source/WebCore/dom/Document.cpp</userinput></screen> 139 140 <para> 132 141 Install <application>WebKitGTK+</application> by running the 133 142 following commands:
Note:
See TracChangeset
for help on using the changeset viewer.