summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-11-13 16:54:52 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-11-13 16:54:52 +0000
commit8c3f5a091eeb9cceaac43663a15196377c3467ed (patch)
treea990ede3b768e8074c341487a5034b33bb0100f9
parentc7343fa18d5d1f882df50027455455c84e37ab55 (diff)
downloadlibwnck-LIBWNCK_2_21_2_1.tar.gz
version 2.21.2.1LIBWNCK_2_21_2_1
2007-11-13 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: version 2.21.2.1 svn path=/trunk/; revision=1520
-rw-r--r--ChangeLog5
-rw-r--r--NEWS15
-rw-r--r--configure.in4
3 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b26036e..5ca9f03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2007-11-13 Vincent Untz <vuntz@gnome.org>
* configure.in:
+ * NEWS: version 2.21.2.1
+
+2007-11-13 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
* libwnck-1.0-uninstalled.pc.in:
* libwnck-1.0.pc.in:
* libwnck/Makefile.am:
diff --git a/NEWS b/NEWS
index 8cd1caf..aecfb8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.21.2.1
+========
+
+ Fixes
+
+ - Fix accidental ABI break in 2.21.2 (Vincent)
+
+ Misc
+
+ - Fix for X libraries detection to work with Xorg 6.8 (Vincent)
+
+ Translators
+
+ - Daniel Nylander (sv)
+
2.21.2
======
diff --git a/configure.in b/configure.in
index a97d991..bb0c928 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.21.3)
+AM_INIT_AUTOMAKE(libwnck, 2.21.2.1)
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=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