Changeset 9a8be7d5
- Timestamp:
- 01/28/2019 02:24:43 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 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:
- b32a1dc
- Parents:
- 9b21a7a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9b21a7a r9a8be7d5 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 7"> <!-- Always 2 digits -->3 <!ENTITY day "28"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- 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 "January 2 7th, &year;">9 <!ENTITY releasedate "January 28th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome/platform/tracker.xml
r9b21a7a r9a8be7d5 79 79 <xref linkend="json-glib"/>, 80 80 <xref linkend="libseccomp"/>, 81 <xref linkend="libsoup"/>, 82 <xref linkend="python2"/>, and 81 <xref linkend="libsoup"/>, and 83 82 <xref linkend="vala"/> 84 83 </para> … … 95 94 <bridgehead renderas="sect4">Optional</bridgehead> 96 95 <para role="optional"> 97 <xref linkend="gtk-doc"/> and 96 <xref linkend="gtk-doc"/>, 97 <xref linkend="python2"/> (for the <quote>functional</quote> tests), and 98 98 <ulink url="https://github.com/snowballstem/snowball/">Snowball</ulink> 99 99 </para> … … 118 118 119 119 <para> 120 To test the results, issue: <command>make -k check</command>. Eight tests 121 are known to error. 120 To test the results, issue: <command>make -k check</command>. The tests 121 should be run from a graphical session. Several tests may output an error 122 if <application>tracker</application> is not already installed. 122 123 </para> 123 124 -
introduction/welcome/changelog.xml
r9b21a7a r9a8be7d5 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>January 28th, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Move Python 2 to optional in tracker: it is 50 only needed for the "functional" tests.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 44 54 45 55 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.