[libwnck] release: 3.1.5



commit ef9739defc311f948b998431758267b2dcc2bab9
Author: Vincent Untz <vuntz gnome org>
Date:   Fri Aug 12 13:15:03 2011 +0200

    release: 3.1.5

 NEWS         |   29 +++++++++++++++++++++++++++++
 configure.ac |   10 +++++-----
 2 files changed, 34 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8b206f5..cd5d8a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,33 @@
 =============
+Version 3.1.5
+=============
+
+ Features
+
+  - Add API to get WM_CLASS group name & instance name of a WnckWindow:
+    wnck_window_get_class_group_name(), wnck_window_get_class_instance_name()
+    (Marco Trevisan)
+  - Change WnckClassGroup to talk about identifier instead of resource class.
+    This includes deprecating wnck_class_group_get_res_class() in favor of
+    wnck_class_group_get_id() (Vincent)
+
+ Fixes
+
+  - Fix tasklist taking some space when there is no window (Vincent)
+  - Remove unused variables (Vincent)
+  - Stop using several deprecated APIs (Vincent)
+  - Remove disabling of libgnomeui sounds (Vincent)
+  - Do not connect same signal handler twice (Vincent)
+
+ Misc
+
+  - Modernize build system (Vincent)
+
+ Translators
+
+  - Petr Kovar (cs)
+
+=============
 Version 3.0.2
 =============
 
diff --git a/configure.ac b/configure.ac
index ccb8e38..0a1ce49 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], [0])
-m4_define([wnck_micro_version], [3])
+m4_define([wnck_minor_version], [1])
+m4_define([wnck_micro_version], [5])
 m4_define([wnck_version],
           [wnck_major_version.wnck_minor_version.wnck_micro_version])
 
@@ -20,16 +20,16 @@ GNOME_MAINTAINER_MODE_DEFINES
 dnl libtool versioning for libwnck
 
 dnl increment if the interface has additions, changes, removals.
-LIBWNCK_CURRENT=0
+LIBWNCK_CURRENT=1
 
 dnl increment any time the source changes; set to
 dnl  0 if you increment CURRENT
-LIBWNCK_REVISION=1
+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=0
+LIBWNCK_AGE=1
 
 AC_SUBST(LIBWNCK_CURRENT)
 AC_SUBST(LIBWNCK_REVISION)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]