]> git.0d.be Git - empathy.git/commitdiff
3.9.3
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 17 Jun 2013 09:59:45 +0000 (11:59 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 17 Jun 2013 09:59:45 +0000 (11:59 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7fc151182af8a580b563d316d1d3a163adf44a26..690ff36301a72190bd2356aad1a1f506a81a78d0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+NEW in 3.9.3 (17/06/2013)
+============
+Bugs fixed:
+ - Fixed #680778, Stop using empathy-accounts
+ - Fixed #698742, Crash when joining an IRC channel (Xavier Claessens)
+ - Fixed #701281, empathy-sanity-checker: Include empathy-keyring.h when HAVE_UOA is defined. (Iain Lane)
+ - Fixed #701891, New account dialog title is incorrect (Sindhu S)
+ - Fixed #701914, Return value of tp_debug_client_get_messages_finish() is leaked (Guillaume Desmottes)
+
+Translations:
+ - Updated gl Translation (Fran DiĆ©guez)
+
 NEW in 3.9.2 (29/05/2013)
 ============
 Bugs fixed:
index fd61787eac9e20669b22db9544bcb33dfcb52b7e..8aced41fcb975a1392b977f5322feb385d8b957b 100644 (file)
@@ -1,9 +1,9 @@
 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], [3])
 m4_define([empathy_minor_version], [9])
-m4_define([empathy_micro_version], [2])
+m4_define([empathy_micro_version], [3])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'