aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS32
-rw-r--r--configure.ac6
2 files changed, 35 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 34a9595e9..c805e6f4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+NEW in 3.2.1 (17/10/2011)
+============
+
+This stable release fixes a bunch of crashes and IRC topic support. Note that
+this version depends on telepathy-glib 0.16.0 which is the first release in
+the new stable branch.
+
+Dependencies:
+
+ • telepathy-glib ≥ 0.16.0
+
+Bugs fixed:
+ - Fixed #658542, Use new Subject and RoomConfig APIs rather than Telepathy.Properties (Will Thompson)
+ - Fixed #660586, setting to third party Adium theme leads to crash (Guillaume Desmottes)
+
+Translations:
+ - Updated bg Translation (Alexander Shopov)
+ - Updated ca Translation (Gil Forcada)
+ - Updated de Translation (Mario Blättermann)
+ - Updated en_GB Translation (Bruce Cowan)
+ - Updated es Translation (Jorge González)
+ - Updated fr Translation (Bruno Brouard)
+ - Updated gl Translation (Fran Dieguez)
+ - Updated hu Translation (Gabor Kelemen)
+ - Updated it Translation (Luca Ferretti)
+ - Updated ko Translation (Changwoo Ryu)
+ - Updated lt Translation (Aurimas Černius)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated sl Translation (Andrej Žnidaršič)
+ - Updated sv Translation (Daniel Nylander)
+ - Updated vi Translation (Nguyễn Thái Ngọc Duy)
+
NEW in 3.2.0.1 (09/10/2011)
==============
diff --git a/configure.ac b/configure.ac
index 4e4a4a122..b76cd4124 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], [3])
m4_define([empathy_minor_version], [2])
-m4_define([empathy_micro_version], [0])
-m4_define([empathy_nano_version], [1])
+m4_define([empathy_micro_version], [1])
+m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'
m4_define([empathy_base_version],