diff options
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 27 insertions, 3 deletions
@@ -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], |