summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2012-05-14 17:52:36 +0200
committerVincent Untz <vuntz@gnome.org>2012-05-14 17:52:36 +0200
commite886644305e07d92e378b56db837dd1e303b8794 (patch)
treec4a24504a3736fb35f7b8c656383aa4934b9a933
parent38398dcfdff701e7820f5515f57db558624a2c44 (diff)
downloadlibwnck-e886644305e07d92e378b56db837dd1e303b8794.tar.gz
release: 3.4.23.4.2
-rw-r--r--NEWS19
-rw-r--r--configure.ac4
2 files changed, 21 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2349965..1bdc533 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
=============
+Version 3.4.2
+=============
+
+ Fixes
+
+ * Fix mouse wheel scrolling with new GTK+ (Christian Persch, Vincent)
+
+ Misc
+
+ * Add --enable-tools to enable/disable installation of tools (Vincent)
+
+ Translators
+
+ * Sílvia Miranda (ca)
+ * Sílvia Miranda (ca@valencia)
+ * Sweta Kothari (gu)
+ * Mitsuya Shibata (ja)
+
+=============
Version 3.4.0
=============
diff --git a/configure.ac b/configure.ac
index 082157d..07929a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.62)
m4_define([wnck_major_version], [3])
m4_define([wnck_minor_version], [4])
-m4_define([wnck_micro_version], [1])
+m4_define([wnck_micro_version], [2])
m4_define([wnck_version],
[wnck_major_version.wnck_minor_version.wnck_micro_version])
@@ -24,7 +24,7 @@ LIBWNCK_CURRENT=2
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
-LIBWNCK_REVISION=0
+LIBWNCK_REVISION=1
dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been changed or removed. removal has