Changeset 9d08b97
- Timestamp:
- 02/14/2020 10:54:33 AM (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:
- 3585fd66
- Parents:
- 1c76830
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1c76830 r9d08b97 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 3"> <!-- Always 2 digits -->3 <!ENTITY day "14"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- 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 "February 1 3th, &year;">9 <!ENTITY releasedate "February 14th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/ptlib.xml
r1c76830 r9d08b97 126 126 127 127 sed -i '/\/ioctl.h/a#include <sys/uio.h>' src/ptlib/unix/channel.cxx</userinput></screen> 128 129 <para> 130 Fix an issue with make-4.3 and later (breaks the build with previous 131 versions of make): 132 </para> 133 134 <screen><userinput>sed 's/\\#/#/' -i make/common.mak</userinput></screen> 128 135 129 136 <para> -
introduction/welcome/changelog.xml
r1c76830 r9d08b97 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>February 14th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Fix building ptlib with make-4.3.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 44 53 <listitem> 45 54 <para>February 13th, 2020</para>
Note:
See TracChangeset
for help on using the changeset viewer.