aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-15 21:30:01 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-15 21:31:23 +0800
commit6cd889790503f0ca1adfdeda78e49bcd360a5a35 (patch)
treef754a7c4a6e3a04e976d2812ad28a5672a0f83a0
parent13c5732d3848d648af821c18e66fe79bb494fbac (diff)
downloadgsoc2013-empathy-EMPATHY_2_32_1.tar
gsoc2013-empathy-EMPATHY_2_32_1.tar.gz
gsoc2013-empathy-EMPATHY_2_32_1.tar.bz2
gsoc2013-empathy-EMPATHY_2_32_1.tar.lz
gsoc2013-empathy-EMPATHY_2_32_1.tar.xz
gsoc2013-empathy-EMPATHY_2_32_1.tar.zst
gsoc2013-empathy-EMPATHY_2_32_1.zip
prepare 2.32.1EMPATHY_2_32_1
-rw-r--r--NEWS24
-rw-r--r--configure.ac6
2 files changed, 27 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0c8259b75..624b471b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+NEW in 2.32.1 (15/11/2010)
+=============
+
+This release fixes some minor issues and updates a few translations.
+
+Bugs fixed:
+ - Fixed #631657, Empathy doesn't build with gcr-3 (Guillaume Desmottes)
+ - Fixed #632806, Empathy 2.32.x needs to require libnotify < 0.7 (Guillaume Desmottes)
+ - Fixed #632807, Empathy 2.32.x shouldn't support GTK 3 (Guillaume Desmottes)
+ - Fixed #631455, window resizes irreversibly when perfoming a contact search (Guillaume Desmottes)
+
+Translations:
+ - Updated ca Translation (Gil Forcada)
+ - Updated ca@valencia Translation (Carles Ferrando)
+ - Updated crh Translation (Reşat SABIQ)
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Mattias Põldaru)
+ - Updated fi Translation (Ville-Pekka Vainio)
+ - Updated ja Translation (Takayuki KUSANO)
+ - Updated ko Translation (Changwoo Ryu)
+
+Documentation translations:
+ - Updated hu Documentation translation (Gabor Kelemen)
+
NEW in 2.32.0.1 (04/10/2010)
===============
diff --git a/configure.ac b/configure.ac
index 3bf3feefb..20d80b37b 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], [2])
m4_define([empathy_minor_version], [32])
-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],