aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--configure.ac4
2 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5eae4d0d0..92d209958 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+NEW in 3.9.1 (03/05/2013)
+============
+Bugs fixed:
+ - Fixed #692160, Updated Icon Names (B.Prathibha)
+ - Fixed #697214, call-window: Remember that the audio output has been added (Olivier Crête)
+ - Fixed #697302, Spelling mistake: "You need to setup an account..." (SandipTiwari)
+ - Fixed #699017, libempathy: Fix build by adding missing math.h header (Stef Walter)
+ - Fixed #673775, The icon for audio call in the help is wrong. (Ekaterina Gerasimova)
+ - Fixed #677549, "Link Contacts" user documentation is wrong (Shobha Tyagi)
+
+Translations:
+ - Updated crh Translation (Reşat SABIQ)
+ - Updated it Translation (Milo Casagrande)
+
+Documentation translations:
+ - Updated de Documentation translation (Christian Kirbach)
+ - Updated el Documentation translation (Dimitris Spingos)
+ - Updated es Documentation translation (Daniel Mustieles)
+ - Updated zh_CN Documentation translation (Wylmer Wang)
+
NEW in 3.8.1 (15/04/2013)
============
Bugs fixed:
diff --git a/configure.ac b/configure.ac
index d4c07d0d0..11482c399 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
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], [8])
+m4_define([empathy_minor_version], [9])
m4_define([empathy_micro_version], [1])
m4_define([empathy_nano_version], [0])