diff options
author | Vincent Untz <vuntz@gnome.org> | 2012-09-04 14:09:03 +0200 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2012-09-04 14:09:03 +0200 |
commit | b78b85e260a16f5d6bae89d5f723aceb7e67982b (patch) | |
tree | 7821879fdc4dff483a8678673b41fde232eb4538 | |
parent | a670bcfe9f06389f0364cfd883cfdaec34cfb1bc (diff) | |
download | libwnck-b78b85e260a16f5d6bae89d5f723aceb7e67982b.tar.gz |
release: 3.4.33.4.3
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,4 +1,23 @@ ============= +Version 3.4.3 +============= + + Fixes + + * Add deprecation attributes to deprecated functions (Javier Jardón) + + Misc + + * Require gtk+-3.0 >= 3.4.0 (Vincent) + + Translators + + * Nilamdyuti Goswami (as) + * Tom Tryfonidis (el) + * Sandeep Shedmake (mr) + * Kjartan Maraas (nb) + +============= Version 3.4.2 ============= diff --git a/configure.ac b/configure.ac index a7516b3..591bb6f 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ LIBWNCK_CURRENT=2 dnl increment any time the source changes; set to dnl 0 if you increment CURRENT -LIBWNCK_REVISION=1 +LIBWNCK_REVISION=2 dnl increment if any interfaces have been added; set to 0 dnl if any interfaces have been changed or removed. removal has |