summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-03-24 15:02:23 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-03-24 15:02:23 -0700
commite4927d0c4fbf950bc45fc27309290e1911e75f42 (patch)
tree453970c842aafb7ad6ab9b86231d5c9679012c05
parent4ab58f26d388c82ffe46ef1c7dd1cee6259eec8a (diff)
libX11 1.8.8libX11-1.8.8
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 81c7794c..46b1bd27 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,13 @@ For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+## Release 1.8.8
+
+ * Fix XIM input sometimes jumbled (#198, !236)
+ * Fix _XkbReadGetDeviceInfoReply for nButtons == dev->buttons (!237)
+ * Drop ifdefs for platforms that are no longer supported (!242, !243)
+ * Assorted memory handling cleanups
+
## Release 1.8.7
* Security fixes and hardening in XImage and pixmap handling code
diff --git a/configure.ac b/configure.ac
index b0bc0f51..eee7bce1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.70])
-AC_INIT([libX11], [1.8.7],
+AC_INIT([libX11], [1.8.8],
[https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])