Changeset 04dc524d
- Timestamp:
- 12/15/2016 05:07:13 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- 0df923f
- Parents:
- ff28363
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rff28363 r04dc524d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 1 4th &year;">9 <!ENTITY releasedate "December 15th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/beaker.xml
rff28363 r04dc524d 75 75 </para> 76 76 77 <bridgehead renderas="sect5">Optional</bridgehead> 78 <para role="optional"> 79 <xref linkend="funcsigs"/> (required for Python-2.7) 80 </para> 81 77 82 <para condition="html" role="usernotes"> 78 83 User Notes: <ulink url="&blfs-wiki;/Beaker"/> -
general/prog/python-modules.xml
rff28363 r04dc524d 79 79 <listitem revision="systemd"> 80 80 <para> 81 <xref linkend="funcsigs"/> 82 </para> 83 </listitem> 84 <listitem revision="systemd"> 85 <para> 81 86 <xref linkend="Beaker"/> 82 87 </para> … … 138 143 139 144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 145 href="funcsigs.xml"/> 146 147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 140 148 href="beaker.xml"/> 141 149 -
introduction/welcome/changelog.xml
rff28363 r04dc524d 43 43 </listitem> 44 44 --> 45 <listitem revision="systemd"> 46 <para>December 15th, 2016</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Added Python 2 module funcsigs-1.0.2.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 45 54 <listitem> 46 55 <para>December 14th, 2016</para> -
packages.ent
rff28363 r04dc524d 371 371 <!ENTITY Beaker-version "1.8.1"> 372 372 <!ENTITY dbus-python-version "1.2.4"> 373 <!ENTITY funcsigs-version "1.0.2"> 373 374 <!ENTITY Jinja2-version "2.8"> 374 375 <!ENTITY lxml-version "3.6.4">
Note:
See TracChangeset
for help on using the changeset viewer.