From f19b15f91e90c02ae0e2bf815a9bbf5444db1987 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 17 Oct 2011 16:32:34 +0200 Subject: prepare 3.2.1 --- NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 6 +++--- 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], -- cgit v1.2.3