Changeset 90f49b3
- Timestamp:
- 03/11/2021 09:38:40 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- af85ac3
- Parents:
- 4f808b6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r4f808b6 r90f49b3 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "11"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2021"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 1 0th, &year;">9 <!ENTITY releasedate "March 11th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r4f808b6 r90f49b3 43 43 --> 44 44 <listitem> 45 <para>March 11th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Prevent a (mostly harmless) segfault when a urxvt 49 term (from rxvt-unicode) shuts down.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>March 10th, 2021</para> 46 56 <itemizedlist> -
xsoft/other/rxvt-unicode.xml
r4f808b6 r90f49b3 110 110 </para> 111 111 112 <screen><userinput>./configure --prefix=/usr --enable-everything && 112 <screen><userinput>sed -i '/if (perl)/,+5d' src/rxvtperl.xs && 113 ./configure --prefix=/usr --enable-everything && 113 114 make</userinput></screen> 114 115 … … 127 128 <sect2 role="commands"> 128 129 <title>Command Explanations</title> 130 131 <para> 132 <command>sed -i '/if (perl)/,+5d' src/rxvtperl.xs</command>: 133 This prevents a segmentation fault when closing a urxvt terminal, 134 caused by deallocating a private environment copy before destructing 135 the perl interpreter which calls getenv(). 136 <!--https://bugzilla.redhat.com/show_bug.cgi?id=1894917 137 http://lists.schmorp.de/pipermail/rxvt-unicode/2020q2/002583.html --> 138 </para> 129 139 130 140 <para>
Note:
See TracChangeset
for help on using the changeset viewer.