Changeset 79067e0
- Timestamp:
- 11/24/2020 11:18:03 AM (3 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 39edfbc4
- Parents:
- 01701da9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r01701da9 r79067e0 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 2"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- 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 "November 2 2nd, &year;">9 <!ENTITY releasedate "November 24th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/cmake.xml
r01701da9 r79067e0 75 75 </itemizedlist> 76 76 77 <!-- 77 <!-- --> 78 78 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 79 79 <itemizedlist spacing="compact"> … … 81 81 <para> 82 82 Required patch: 83 <ulink url="&patch-root;/cmake-&cmake-version;- regression_fix-1.patch"/>83 <ulink url="&patch-root;/cmake-&cmake-version;-src_property_fix-1.patch"/> 84 84 </para> 85 85 </listitem> 86 86 </itemizedlist> 87 -->87 <!-- --> 88 88 89 89 <bridgehead renderas="sect3">CMake Dependencies</bridgehead> … … 118 118 <title>Installation of CMake</title> 119 119 120 <!-- This patch was applied in 3.18.1!121 <para> 122 First, fix a regression that was discovered after the release of 3.1 8.0:123 </para> 124 125 <screen><userinput remap="pre">patch -Np1 -i ../cmake-&cmake-version;- regression_fix-1.patch</userinput></screen>126 -->120 <!-- This patch might be included in 3.19.1 and higher --> 121 <para> 122 First, fix a regression that was discovered after the release of 3.19.0: 123 </para> 124 125 <screen><userinput remap="pre">patch -Np1 -i ../cmake-&cmake-version;-src_property_fix-1.patch</userinput></screen> 126 <!-- --> 127 127 128 128 <para> -
introduction/welcome/changelog.xml
r01701da9 r79067e0 43 43 --> 44 44 <listitem> 45 <para>November 24th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[thomas] - Add a patch to cmake-3.19.0. 49 Thanks to Pierre for finding it.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>November 22nd, 2020</para> 46 56 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.