diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-04 19:19:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-04 21:53:56 +0800 |
commit | b5dc9ffdb3b1b5baf17094b94fd2f4e990176954 (patch) | |
tree | 2d8c7a4911afc0aeca3c7940447c190a09b1e07d | |
parent | 6c40c743fce1357a64290064d5f093274702a0b2 (diff) | |
download | gsoc2013-empathy-b5dc9ffdb3b1b5baf17094b94fd2f4e990176954.tar gsoc2013-empathy-b5dc9ffdb3b1b5baf17094b94fd2f4e990176954.tar.gz gsoc2013-empathy-b5dc9ffdb3b1b5baf17094b94fd2f4e990176954.tar.bz2 gsoc2013-empathy-b5dc9ffdb3b1b5baf17094b94fd2f4e990176954.tar.lz gsoc2013-empathy-b5dc9ffdb3b1b5baf17094b94fd2f4e990176954.tar.xz gsoc2013-empathy-b5dc9ffdb3b1b5baf17094b94fd2f4e990176954.tar.zst gsoc2013-empathy-b5dc9ffdb3b1b5baf17094b94fd2f4e990176954.zip |
prepare 2.32.0.1 releaseEMPATHY_2_32_0_1
-rw-r--r-- | NEWS | 44 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 46 insertions, 2 deletions
@@ -1,3 +1,47 @@ +NEW in 2.32.0.1 (04/10/2010) +=============== + +This release in the stable 2.32 branches fixes various bugs and brings some +small improvements. We suggest distributions shipping GNOME 2.32 to use this version. +If it's too late for you, we strongly recommend that you backport at least these +two patches: + +http://git.gnome.org/browse/empathy/commit/?h=gnome-2-32&id=045d3c82deb7d6288c9026c98dc1b836370864ed +without it newly created GTalk accounts won't be able to connect. + +http://git.gnome.org/browse/empathy/commit/?h=gnome-2-32&id=6c7d6ae27283e2a54b97198baedfe9c26b812b46 +which fixes a crash when trying to connect to some XMPP servers. + +Dependencies: + + • GTK+ ≥ 2.22.0 + +Bugs fixed: + - Fixed #631095, auth client crashes when trying to connect (Cosimo Cecchi) + - Fixed #558802, show the "new message" icon regardless of focus, active tab (Guillaume Desmottes) + - Fixed #593437, Should leave fullscreen mode when call is disconnected (Guillaume Desmottes) + - Fixed #629782, doesn't check unique result (Guillaume Desmottes) + - Fixed #629912, Better heuristic to pick default individual (Guillaume Desmottes) + - Fixed #629922, Contacts list window triggers _NET_ACTIVE_WINDOW timestamp error from Metacity (Guillaume Desmottes) + - Fixed #630107, update Empathy to deprecation changes in GTK+ 2.22 (Diego Escalante Urrelo) + - Fixed #630276, Hitting redial doesn't clear error messages (Guillaume Desmottes) + - Fixed #630427, Empathy Loses ContactInfo data it doesn't support in the UI (Guillaume Desmottes) + - Fixed #631098, Always show status icon in contact right-click menu (for meta-contacts) + - Fixed #630544, Refers to a nonexistent UI item (Milo Casagrande) + - Fixed #631049, Recommended SIP provider no longer available (Milo Casagrande) + +Translations: + - Updated el Translation (Simos Xenitellis, Giannis Katsampirhs) + - Updated es Translation (Jorge González) + - Updated lt Translation (Žygimantas Beručka) + - Updated nl Translation (Hannie Dumoleyn) + - Updated sv Translation (Daniel Nylander) + +Documentation translations: + - Updated el Documentation translation (Michael Kotsarinis) + - Updated hu Documentation translation (Gabor Kelemen) + - Updated it Documentation translation (Milo Casagrande) + NEW in 2.32.0 (27/09/2010) ============= diff --git a/configure.ac b/configure.ac index 2b80f37d9..9e98f5046 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl If not 1, append datestamp to the version number -m4_define(empathy_released, 0) +m4_define(empathy_released, 1) m4_define([empathy_major_version], [2]) m4_define([empathy_minor_version], [32]) m4_define([empathy_micro_version], [0]) -m4_define([empathy_nano_version], [0]) +m4_define([empathy_nano_version], [1]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], |