summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 24ed439..0221d76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Release 0.3.9 (2012-05-30)
+==========================
+
+- Recognise ISO_Level5-keysyms as modifiers in xcb_is_modifier_key #39177.
+
Release 0.3.8 (2010-04-25)
==========================
diff --git a/configure.ac b/configure.ac
index 13564f2..fd0700c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59c)
-AC_INIT([xcb-util-keysyms],0.3.8,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-keysyms],0.3.9,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])