Changeset 5b23c1e
- Timestamp:
- 09/30/2018 08:00:58 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, bdubbs/svn, elogind, 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:
- 8c83efc
- Parents:
- b3555028
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb3555028 r5b23c1e 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 27"> <!-- Always 2 digits -->3 <!ENTITY day "30"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 27th, &year;">9 <!ENTITY releasedate "September 30th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/openjpeg2.xml
rb3555028 r5b23c1e 93 93 cd build && 94 94 95 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. && 95 cmake -DCMAKE_BUILD_TYPE=Release \ 96 -DCMAKE_INSTALL_PREFIX=/usr \ 97 -DBUILD_STATIC_LIBS=OFF .. && 96 98 make</userinput></screen> 97 99 -
introduction/welcome/changelog.xml
rb3555028 r5b23c1e 44 44 45 45 <listitem> 46 <para>September 30th, 2018</para> 47 <itemizedlist> 48 <listitem> 49 <para>[ken] - suppress static lib in openjpeg2. Fixes 50 <ulink url="&blfs-ticket-root;11195">#11195</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 46 56 <para>September 27th, 2018</para> 47 57 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.