summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--NEWS1
-rw-r--r--configure.in2
3 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a44f2c9..22560f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2008-03-18 svu
* Makefile.am, gtk-doc.make: unneeded external file should not be in dist/CVS
+ * configure.in, NEWS: preparing 3.9
2008-03-10 svu
diff --git a/NEWS b/NEWS
index 2278818..bb3a9b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+3.9 Several small bugs fixed, including memleak and crash under NX
3.8 Added "new device" signal - for plugged keyboard (no need in the
"device removed yet"
3.7 A couple of essential bugfixes. Now all translated strings are in
diff --git a/configure.in b/configure.in
index 0647fde..f44b712 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
-AC_INIT([libxklavier], [3.8])
+AC_INIT([libxklavier], [3.9])
AC_CONFIG_SRCDIR([libxklavier/xklavier.c])
AM_INIT_AUTOMAKE([1.10 dist-bzip2])