summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-08 17:30:14 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-08 17:41:46 -0700
commit3a30ada60c5217ada37b143b541c8e6f6284c7fa (patch)
treeec7f12b0051ba25aacf8aae42ddbebcbfa864810
parent70f7403fd3bf362fc50b8de4a2e26300f757c68e (diff)
libX11 1.8.1libX11-1.8.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c82a3c8..48ed5482 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,21 @@ For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+## Release 1.8.1
+
+ * Fix --enable-thread-safety-constructor configure option
+
+## Release 1.8
+
+ * Add --enable-thread-safety-constructor configure option (default: enabled)
+ to call XInitThreads() from the library's constructor, thus enabling
+ thread-safety and locking by default. This may expose bugs in clients
+ which did not follow documented rules for calling libX11 functions.
+ * Fix Ethopian (am_ET.UTF-8) compose sequences.
+ * Remove 8 compose sequences that generated the input symbols.
+ * Add compose seuences for abovedot (\<period\> \<space\>),
+ diaeresis (\<quotedbl\> \<space\>), and ogonek (\<semicolon\> \<space\>).
+
## Release 1.7.5
* Avoids a segfault when an invalid name is used for opening a display.
diff --git a/configure.ac b/configure.ac
index 0edd25cc..6fd68ff0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libX11], [1.8],
+AC_INIT([libX11], [1.8.1],
[https://gitlab.freedesktop.org/xorg/lib/libx11/issues], [libX11])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])