summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-05-31 17:45:40 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-05-31 17:45:40 -0700
commit71b08b8af20474bb704a11affaa8ea39b06d5ddf (patch)
treece6871f120ef39c70bbbde7e6ace2b985a3d5265
parent03ba0140940cc76524d83096a47309f5c398541f (diff)
libX11 1.8.5libX11-1.8.5
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index c36bec1e..accdf43a 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,22 @@ For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+## Release 1.8.5
+
+ * autoconf & libtool updates (!187, !188)
+ * Restore missing text in XSetScreenSaver man page (#187, !203)
+ * Update am_ET.UTF-8 compose keys to use dead-vowel symbols,
+ in coordination with xkeyboard-config 2.39 (!205)
+ * Assorted updates to en_US.UTF-8 compose keys (!189, !195, !196, !198,
+ !199, !200, !201, !207, !208, !209)
+
+## Release 1.8.4
+
+ * Revert AddressSanitizer fix from 1.8.3 that caused regression (#176, !180)
+ * Add two compose sequences for "capital B with stroke", remove others (!179)
+ * Further improved handling of reentering libX11 via X*IfEvent() calls (!176)
+
+
## Release 1.8.3
* Improved handling of reentering libX11 via X*IfEvent() calls (!171, !173)
diff --git a/configure.ac b/configure.ac
index 97130f5d..6184cd42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.70])
-AC_INIT([libX11], [1.8.4],
+AC_INIT([libX11], [1.8.5],
[https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])