diff options
author | Vincent Untz <vuntz@gnome.org> | 2008-02-26 17:59:37 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@src.gnome.org> | 2008-02-26 17:59:37 +0000 |
commit | 131f5c39df932476fc2eb6ffb1457d6ebefb719d (patch) | |
tree | dbfeea469f8cb0e719075567c5dec1a83bca3ecf | |
parent | 03e13e268026780b261d84bdabbe32556b8749ca (diff) | |
download | libwnck-131f5c39df932476fc2eb6ffb1457d6ebefb719d.tar.gz |
version 2.21.92LIBWNCK_2_21_92
2008-02-26 Vincent Untz <vuntz@gnome.org>
* configure.in:
* NEWS: version 2.21.92
svn path=/trunk/; revision=1590
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 28 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-02-26 Vincent Untz <vuntz@gnome.org> + + * configure.in: + * NEWS: version 2.21.92 + 2008-02-20 Vincent Untz <vuntz@gnome.org> * libwnck/xutils.c: (_wnck_set_window_geometry): don't push twice the @@ -1,3 +1,25 @@ +2.21.92 +======= + +Fixes + + - Fix wnck_window_set_geometry() not working without a main loop + + Translators + + - Sílvia Miranda (ca) + - Pauli Virtanen (fi) + - Robert-André-Mauchin (fr) + - Ignacio Casal Quinteiro (gl) + - Gil Osher (he) + - Luca Ferretti (it) + - Changwoo Ryu (ko) + - Nabin Gautam (ne) + - Tino Meinen (nl) + - Jonh Wendell (pt_BR) + - Woodman Tuen (zh_HK) + - Woodman Tuen (zh_TW) + 2.21.91 ======= diff --git a/configure.in b/configure.in index 94b8658..3938505 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ LIBWNCK_CURRENT=25 dnl increment any time the source changes; set to dnl 0 if you increment CURRENT -LIBWNCK_REVISION=4 +LIBWNCK_REVISION=5 dnl increment if any interfaces have been added; set to 0 dnl if any interfaces have been changed or removed. removal has |