From c188e51075214045bce4c6ccb00a34b148576802 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Sun, 9 Oct 2011 14:55:05 -0400 Subject: prepare 3.2.0.1 --- NEWS | 27 +++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ef18f91ef..34a9595e9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +NEW in 3.2.0.1 (09/10/2011) +============== + +The "Stolen cookies" release. + +This stable release fixes calling issues when Empathy is built without +the experimental call support. We strongly recommend that distributions shipping +GNOME 3.2 to update to this version. + +Bugs fixed: + - Fixed #660449, empathy-accounts still uses goa-prefs.desktop (Guillaume Desmottes) + - Fixed #660124, editing of local accounts fails (Guillaume Desmottes) + - Fixed #646630, account-widgets: fix glade sizing issues (Xavier Claessens) + - Fixed #659594, Shouldn't try requesting Call channel if built without Call support (Guillaume Desmottes) + - Fixed #659816, Presence misaligned in muc user tooltips (Guillaume Desmottes) + +Translations: + - Updated ca@valencia Translation (Carles Ferrando) + - Updated eo Translation (Kristjan SCHMIDT) + - Updated lv Translation (Rudolfs Mazurs) + - Updated sk Translation (Pavol Klačanský) + - Updated uk Translation (Daniel Korostil) + - Updated zh_CN Translation (Aron Xu) + +Documentation translations: + - Updated fr Documentation translation (Bruno Brouard) + NEW in 3.2.0 (26/09/2011) ============ diff --git a/configure.ac b/configure.ac index e72609779..de4483aa5 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], [0]) +m4_define([empathy_nano_version], [1]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], -- cgit v1.2.3