summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-07-28 10:37:55 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-07-28 10:37:55 -0700
commited9fb5535efe1e5278654b6b3994a34337b4bf1a (patch)
treeeadee829953d3346aaaf64e64e25e961fa48155c
parent92014b39634e0b0aa52d4bff955a7aac3ed0a915 (diff)
libX11 1.8.10libX11-1.8.10
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index be1bddbb..abacb393 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,17 @@ For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+## Release 1.8.10
+
+ * Re-fix XIM input sometimes jumbled (#205, #206, #207, #208, !246)
+ * Fix various static analysis errors (!250)
+ * Add compose sequences for Arabic hamza (!218), Ezh (!221), and
+ hryvnia currency (!259)
+ * Make colormap private interfaces thread safe (#215, !254)
+ * Fix deadlock in XRebindKeysym() (!256)
+ * Assorted memory handling cleanups (!251, !258)
+ * Restore VAX support still in use by NetBSD (!257)
+
## Release 1.8.9
* Fix regressions introduced in 1.8.8 (!245, !248) - this includes reverting
diff --git a/configure.ac b/configure.ac
index 15ccdd53..49f05e9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.70])
-AC_INIT([libX11], [1.8.9],
+AC_INIT([libX11], [1.8.10],
[https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])