aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS37
-rw-r--r--configure.ac6
2 files changed, 40 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index fe2e29ebc..ef18f91ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+NEW in 3.2.0 (26/09/2011)
+============
+
+The "As good as Bigon's hangover" release.
+
+Here we are, the first 3.2 release. No big change since 3.1.92 as we were in
+hard code freeze so most of the credit goes to the awesome work of the GNOME
+translation team.
+
+Bugs fixed:
+ - Fixed #659118, empathy frequently crashes because of already unref'fed window (Danielle Madeley)
+ - Fixed #659298, log-window: improve icons in the search entry (Cosimo Cecchi)
+
+Translations:
+ - Updated an Translation (Daniel Martinez Cucalon)
+ - Updated as Translation (Nilamdyuti Goswami)
+ - Updated bg Translation (Alexander Shopov)
+ - Updated ca Translation (Gil Forcada)
+ - Updated cs Translation (Petr Kovar, Marek Černocký)
+ - Updated eu Translation (Inaki Larranaga Murgoitio)
+ - Updated ga Translation (Seán de Búrca)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated hu Translation (Gabor Kelemen)
+ - Updated id Translation (Andika Triwidada)
+ - Updated ko Translation (Changwoo Ryu)
+ - Updated lv Translation (Rudolfs Mazurs)
+ - Updated nl Translation (Hannie Dumoleyn)
+ - Updated sl Translation (Matej Urbančič)
+ - Updated sr@latin Translation (Мирослав Николић)
+ - Updated sr Translation (Мирослав Николић)
+ - Updated th Translation (Theppitak Karoonboonyanan)
+ - Updated zh_HK Translation (Cheng-Chia Tseng)
+ - Updated zh_TW Translation (Cheng-Chia Tseng)
+
+Documentation translations:
+ - Updated hu Documentation translation (Gabor Kelemen)
+
NEW in 3.1.92 (19/09/2011)
=============
diff --git a/configure.ac b/configure.ac
index 25c8df8e6..1106b575e 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], [1])
-m4_define([empathy_micro_version], [92])
+m4_define([empathy_minor_version], [2])
+m4_define([empathy_micro_version], [0])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'