]> git.0d.be Git - empathy.git/commitdiff
3.9.91
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 3 Sep 2013 15:10:36 +0000 (17:10 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 3 Sep 2013 15:10:36 +0000 (17:10 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d4472ddd4f5ffdfae3a8b83b6266403b53a5a02a..b8429d5e3bfd0145176fe5b818b9d8aa1a7243bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+NEW in 3.9.91 (03/09/2013)
+=============
+
+Dependencies:
+ • GLib ≥ 2.37.6
+ • Geoclue-2.0 (optional)
+
+Bugs fixed:
+ - Fixed #643183, Stop live search when an action is started (Chandni Verma)
+ - Fixed #701392, Empathy does not honor disabled "Automatically connect on startup"
+ - Fixed #706627, Port to Geoclue2 (Guillaume Desmottes)
+ - Fixed #706829, build fails due to outdated egg-list-box submodule (Guillaume Desmottes)
+ - Fixed #706830, build fails due to misnamed macro (Seán de Búrca)
+ - Fixed #707104, Interface should consistently use typographical ellipsis (Seán de Búrca)
+ - Fixed #707208, menu does not appear translated (Marco Barisione)
+ - Fixed #707265, Stop using GtkHBox (Guillaume Desmottes)
+ - Fixed #707291, Warning when opening preferences dialog (Guillaume Desmottes)
+ - Fixed #707338, UOA: Fix build failure (Tim Lunn)
+ - Fixed #706801, tp-aw ships files in a path that cannot be configured (Marco Barisione)
+ - Fixed #706881, Avatar file chooser unusable if avatar chooser button is in a modal dialog
+
+Translations:
+ - Updated es Translation (Daniel Mustieles)
+ - Updated ga Translation (Seán de Búrca)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated it Translation (Milo Casagrande)
+ - Updated lt Translation (Aurimas Černius)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated pt_BR Translation (Rafael Ferreira, Enrico Nicoletto)
+ - Updated sk Translation (Pavol Klačanský)
+ - Updated sl Translation (Matej Urbančič)
+
+Documentation translations:
+ - Updated fr Documentation translation (Alexandre Franke)
+
 NEW in 3.9.90 (20/08/2013)
 =============
 Bugs fixed:
index f2a0c0d53c9df422578583f39714d0bee934ae0c..9b1cfdd2205c7b11db0d5737f6515c8bc8c98530 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], [90])
+m4_define([empathy_micro_version], [91])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'