From 71b08b8af20474bb704a11affaa8ea39b06d5ddf Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 31 May 2023 17:45:40 -0700 Subject: libX11 1.8.5 Signed-off-by: Alan Coopersmith --- README.md | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.3