diff --git a/general.ent b/general.ent
index a9ea6d7b10..a283c39226 100644
--- a/general.ent
+++ b/general.ent
@@ -1,12 +1,12 @@
-
+
-
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 4d6c7aa030..dfa4f967ae 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -41,6 +41,16 @@
-->
+
+ March 11th, 2021
+
+
+ [ken] - Prevent a (mostly harmless) segfault when a urxvt
+ term (from rxvt-unicode) shuts down.
+
+
+
+
March 10th, 2021
diff --git a/xsoft/other/rxvt-unicode.xml b/xsoft/other/rxvt-unicode.xml
index dba7d1f48c..92379608c1 100644
--- a/xsoft/other/rxvt-unicode.xml
+++ b/xsoft/other/rxvt-unicode.xml
@@ -109,7 +109,8 @@
following commands:
-./configure --prefix=/usr --enable-everything &&
+sed -i '/if (perl)/,+5d' src/rxvtperl.xs &&
+./configure --prefix=/usr --enable-everything &&
make
@@ -127,6 +128,15 @@ make
Command Explanations
+
+ sed -i '/if (perl)/,+5d' src/rxvtperl.xs:
+ This prevents a segmentation fault when closing a urxvt terminal,
+ caused by deallocating a private environment copy before destructing
+ the perl interpreter which calls getenv().
+
+
+
--enable-everything: Add support for all
non-multichoice options. Details about the different options can be