aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-29 22:29:03 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-29 22:29:03 +0800
commit0c2fb857804274bea66d0ee7c8fa0a3b8cc54110 (patch)
tree0d67976b229480ba5fcb49ab7c40fd5a7f9dc31f
parent3c82d19411c5e6dd7f2ba78a8d2a01d42829b84b (diff)
downloadgsoc2013-empathy-EMPATHY_3_9_2.tar
gsoc2013-empathy-EMPATHY_3_9_2.tar.gz
gsoc2013-empathy-EMPATHY_3_9_2.tar.bz2
gsoc2013-empathy-EMPATHY_3_9_2.tar.lz
gsoc2013-empathy-EMPATHY_3_9_2.tar.xz
gsoc2013-empathy-EMPATHY_3_9_2.tar.zst
gsoc2013-empathy-EMPATHY_3_9_2.zip
prepare 3.9.2EMPATHY_3_9_2
-rw-r--r--NEWS20
-rw-r--r--configure.ac4
2 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 92d209958..7fc151182 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+NEW in 3.9.2 (29/05/2013)
+============
+Bugs fixed:
+ - Fixed #692746, history uses wrong encoding to show utf8 logs (Guillaume Desmottes)
+ - Fixed #696151, empathy crashed with SIGSEGV in listing_failed_cb() (Guillaume Desmottes)
+ - Fixed #699333, online-accounts-preferences crashes when accounts need access granted (Xavier Claessens)
+ - Fixed #700084, new *.page added not recognized by git due to commit eb8eb761 (Sindhu S)
+
+Translations:
+ - Updated cs Translation (Marek Černocký)
+ - Updated es Translation (Daniel Mustieles)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated sk Translation (Pavol Klačanský)
+ - Updated sl Translation (Matej Urbančič)
+
+Documentation translations:
+ - Updated ca Documentation translation (Gil Forcada, Manel Vidal)
+ - Updated es Documentation translation (Daniel Mustieles)
+
NEW in 3.9.1 (03/05/2013)
============
Bugs fixed:
diff --git a/configure.ac b/configure.ac
index f88d1558e..fa1b0332e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
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], [9])
-m4_define([empathy_micro_version], [1])
+m4_define([empathy_micro_version], [2])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'