summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS19
-rw-r--r--configure.in4
3 files changed, 26 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c80dce5..2973c58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-19 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS: version 2.25.5
+
2009-01-10 Vincent Untz <vuntz@gnome.org>
* libwnck/wnckprop.c: (print_screen), (print_workspace),
diff --git a/NEWS b/NEWS
index 32b939e..9131238 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+2.25.5
+======
+
+ Fixes
+
+ - Make libwnck compile with gnome-common DEPRECATED variables (Vincent)
+ - Use C_() instead of Q_() (Matthias Clasen)
+
+ Translators
+
+ - Andre Klapper (de)
+ - Jorge González (es)
+ - Mattias Põldaru (et)
+ - Claude Paroz (fr)
+ - Luca Ferretti (it)
+ - Vladimir Melo (pt_BR)
+ - Matej Urbančič (sl)
+ - Daniel Nylander (sv)
+
2.25.3
======
diff --git a/configure.in b/configure.in
index 6945af0..55cd814 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT(libwnck/window.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libwnck, 2.25.4)
+AM_INIT_AUTOMAKE(libwnck, 2.25.5)
AM_MAINTAINER_MODE
GNOME_COMMON_INIT
GNOME_MAINTAINER_MODE_DEFINES
@@ -14,7 +14,7 @@ LIBWNCK_CURRENT=25
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
-LIBWNCK_REVISION=15
+LIBWNCK_REVISION=16
dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been changed or removed. removal has