diff options
author | Vincent Untz <vuntz@gnome.org> | 2006-10-02 19:27:17 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@src.gnome.org> | 2006-10-02 19:27:17 +0000 |
commit | 49cc76f46baa235c4c454e3f0d3d874ad67000b9 (patch) | |
tree | 329c4e676d2f2884b5b8e623be889d92c637d9e2 | |
parent | a4531dcb5f29d6143b6aba30b7e59cb727dcc3f8 (diff) | |
download | libwnck-49cc76f46baa235c4c454e3f0d3d874ad67000b9.tar.gz |
version 2.16.0LIBWNCK_2_16_1
2006-10-02 Vincent Untz <vuntz@gnome.org>
* configure.in:
* NEWS: version 2.16.0
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 32 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 38 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-10-02 Vincent Untz <vuntz@gnome.org> + + * configure.in: + * NEWS: version 2.16.0 + 2006-10-01 Vincent Untz <vuntz@gnome.org> * configure.in: depends on GTK+ >= 2.8.0 (and thus on cairo) @@ -1,3 +1,35 @@ +2.16.1 +====== + + Fixes + + - Fix critical warning and leak (Benjamin Berg) [#354268] + - Avoid sending spurious icon geometry updates (Ryan Lortie) [#355523] + - Fix leaks (Benjamin Berg) [#354830] + + Misc + + - Require GTK+ 2.8.0 (Vincent) [#348189] + + Translators + + - Vladimir Petkov (bg) + - Jordi Mallach (ca) + - David Lodge (en_GB) + - Francisco Javier F. Serrador (es) + - Pauli Virtanen (fi) + - Ankit Patel (gu) + - Rajesh Ranjan (hi) + - Mohammad DAMT (id) + - Ani Peter (ml) + - Wouter Bolsterlee (nl) + - Matic Žgur (sl) + - Daniel Nylander (sv) + - Felix (ta) + - Sree Ganesh (te) + - Woodman Tuen (zh_HK) + - Woodman Tuen (zh_TW) + 2.16.0 ====== diff --git a/configure.in b/configure.in index 97892fb..3525380 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ LIBWNCK_CURRENT=20 dnl increment any time the source changes; set to dnl 0 if you increment CURRENT -LIBWNCK_REVISION=3 +LIBWNCK_REVISION=4 dnl increment if any interfaces have been added; set to 0 dnl if any interfaces have been changed or removed. removal has |