aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7fc151182..690ff3630 100644
--- 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:
diff --git a/configure.ac b/configure.ac
index fd61787ea..8aced41fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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'