]> git.0d.be Git - empathy.git/commitdiff
prepare 3.9.2
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 29 May 2013 14:29:03 +0000 (16:29 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 29 May 2013 14:29:03 +0000 (16:29 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 92d20995830eda1d8a874b841cba0d21c314a1b8..7fc151182af8a580b563d316d1d3a163adf44a26 100644 (file)
--- 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:
index f88d1558e60b204b606f3dbc3a3c6c6fec227147..fa1b0332e53cb9ce1bf1e99e11dbff6e40cd7942 100644 (file)
@@ -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'