aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-03 23:10:36 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-03 23:10:36 +0800
commitd0e784f22efcc6cbf85f1c74446c4fb8c091e03b (patch)
tree5c850fcb0dc6501b4e866d17888c972456a07eb7
parent71f08a0f943ee4d0da96222ca78b8908a460eaa4 (diff)
downloadgsoc2013-empathy-d0e784f22efcc6cbf85f1c74446c4fb8c091e03b.tar
gsoc2013-empathy-d0e784f22efcc6cbf85f1c74446c4fb8c091e03b.tar.gz
gsoc2013-empathy-d0e784f22efcc6cbf85f1c74446c4fb8c091e03b.tar.bz2
gsoc2013-empathy-d0e784f22efcc6cbf85f1c74446c4fb8c091e03b.tar.lz
gsoc2013-empathy-d0e784f22efcc6cbf85f1c74446c4fb8c091e03b.tar.xz
gsoc2013-empathy-d0e784f22efcc6cbf85f1c74446c4fb8c091e03b.tar.zst
gsoc2013-empathy-d0e784f22efcc6cbf85f1c74446c4fb8c091e03b.zip
-rw-r--r--NEWS37
-rw-r--r--configure.ac4
2 files changed, 39 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d4472ddd4..b8429d5e3 100644
--- 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:
diff --git a/configure.ac b/configure.ac
index f2a0c0d53..9b1cfdd22 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], [90])
+m4_define([empathy_micro_version], [91])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'