summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2012-05-30 21:07:38 +0900
committerArnaud Fontaine <arnau@debian.org>2012-05-30 21:07:38 +0900
commit12fc61fbbdf1ca2df25281a7d8e00f2dab75d1c2 (patch)
tree08e4ed643d3cb4a2ccb694c5713d8ba135cd74c4
parent5a3906f700a975653da7f64a2d66ebdbea8b8b34 (diff)
downloadutil-keysyms-12fc61fbbdf1ca2df25281a7d8e00f2dab75d1c2.tar.gz
Release 0.3.90.3.9
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-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])