Changeset f37e8f37
- Timestamp:
- 05/01/2020 03:10:46 PM (4 years ago)
- Branches:
- 10.0, 10.1, 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:
- 3f8f617
- Parents:
- 6545b53f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r6545b53f rf37e8f37 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 30"> <!-- Always 2 digits -->4 <!ENTITY month "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " April 30th, &year;">9 <!ENTITY releasedate "May 1st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome/platform/gnome-shell.xml
r6545b53f rf37e8f37 126 126 <sect2 role="installation"> 127 127 <title>Installation of GNOME Shell</title> 128 129 <para> 130 First, cause a regression that can cause a crash when locking 131 the screen with some extensions: 132 </para> 133 134 <screen><userinput remap="pre">sed -i '290 d' src/st/st-theme.c && 135 sed -i '290a cr_stylesheet_unref (stylesheet);' src/st/st-theme.c</userinput></screen> 136 137 <!-- See https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1230/diffs 138 https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2709 and 139 http://lists.linuxfromscratch.org/pipermail/blfs-dev/2020-May/037397.html 140 for rationale for this change. --> 128 141 129 142 <para> -
introduction/welcome/changelog.xml
r6545b53f rf37e8f37 43 43 --> 44 44 <listitem> 45 <para>May 1st, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Fix a regression in gnome-shell that causes crashes 49 with some extensions, such as dash-to-panel, enabled.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>April 30th, 2020</para> 46 56 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.