[libwnck] release: 3.3.5
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libwnck] release: 3.3.5
- Date: Tue, 7 Feb 2012 07:34:20 +0000 (UTC)
commit daa15c235d3bf4db6d7550f72f9bc6fd0b9522da
Author: Vincent Untz <vuntz gnome org>
Date: Tue Feb 7 08:34:06 2012 +0100
release: 3.3.5
NEWS | 18 ++++++++++++++++++
configure.ac | 8 ++++----
2 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8c9b0d7..41c27d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
=============
+Version 3.3.5
+=============
+
+ Features
+
+ * Add wnck_shutdown() API (Martin Pitt, Vincent)
+
+ Fixes
+
+ * Don't ask for tasklist menus to be pushed in (Vincent)
+
+ Translators
+
+ * OKANO Takayoshi (ja)
+ * Kjartan Maraas (nb)
+ * Wouter Bolsterlee (nl)
+
+=============
Version 3.2.1
=============
diff --git a/configure.ac b/configure.ac
index 33db610..35b498e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ(2.62)
m4_define([wnck_major_version], [3])
-m4_define([wnck_minor_version], [2])
-m4_define([wnck_micro_version], [2])
+m4_define([wnck_minor_version], [3])
+m4_define([wnck_micro_version], [5])
m4_define([wnck_version],
[wnck_major_version.wnck_minor_version.wnck_micro_version])
@@ -20,7 +20,7 @@ GNOME_MAINTAINER_MODE_DEFINES
dnl libtool versioning for libwnck
dnl increment if the interface has additions, changes, removals.
-LIBWNCK_CURRENT=1
+LIBWNCK_CURRENT=2
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
@@ -29,7 +29,7 @@ LIBWNCK_REVISION=0
dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been changed or removed. removal has
dnl precedence over adding, so set to 0 if both happened.
-LIBWNCK_AGE=1
+LIBWNCK_AGE=2
AC_SUBST(LIBWNCK_CURRENT)
AC_SUBST(LIBWNCK_REVISION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]