aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-04 17:07:51 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-04 17:07:51 +0800
commitc91daed0f7eed69b0df2f40963ce623c0821a8a9 (patch)
treefa69f9b09b58688466f85af78046c29c83961220
parentf6ad0c3b5b0ffcf6c89430a684c32b130f8e3ec1 (diff)
downloadgsoc2013-empathy-c91daed0f7eed69b0df2f40963ce623c0821a8a9.tar
gsoc2013-empathy-c91daed0f7eed69b0df2f40963ce623c0821a8a9.tar.gz
gsoc2013-empathy-c91daed0f7eed69b0df2f40963ce623c0821a8a9.tar.bz2
gsoc2013-empathy-c91daed0f7eed69b0df2f40963ce623c0821a8a9.tar.lz
gsoc2013-empathy-c91daed0f7eed69b0df2f40963ce623c0821a8a9.tar.xz
gsoc2013-empathy-c91daed0f7eed69b0df2f40963ce623c0821a8a9.tar.zst
gsoc2013-empathy-c91daed0f7eed69b0df2f40963ce623c0821a8a9.zip
prepare 3.5.91EMPATHY_3_5_91
-rw-r--r--NEWS39
-rw-r--r--configure.ac4
2 files changed, 41 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6bd226881..f6430886f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+NEW in 3.5.91 (04/09/2012)
+=============
+
+Empathy can now be built with GStreamer 1.0 support (--enable-gst-1.0=yes).
+This is currently very experimental and requires not yet released versions of
+Farstream and telepathy-farstream. See bgo#674179 for known issues and current
+blockers.
+
+Bugs fixed:
+ - Fixed #679259, [new roster] no longer remember expanded status of groups (Guillaume Desmottes)
+ - Fixed #680776, Store passwords in libaccounts (Xavier Claessens)
+ - Fixed #682802, Try installing missing UOA plugin when migrating (Guillaume Desmottes)
+ - Fixed #682926, After all groups are collapsed, Empathy indicates that there are no users online and all groups disappeared (Guillaume Desmottes)
+ - Fixed #682938, Crash when disconnecting account (Guillaume Desmottes)
+ - Fixed #683022, Only favorite top contact should be displayed when offline (Guillaume Desmottes)
+ - Fixed #683025, Contacts in groups are duplicated (Guillaume Desmottes)
+ - Fixed #683258, Can't make audio calls with master (Sjoerd Simons)
+ - Fixed #683275, [new roster] Crash when disabling groups (Guillaume Desmottes)
+ - Fixed #683314, [new roster] top contacts not displayed on top in non group mode (Guillaume Desmottes)
+
+Translations:
+ - Updated as Translation (Nilamdyuti Goswami)
+ - Updated el Translation (Tom Tryfonidis)
+ - Updated es Translation (Daniel Mustieles)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated hu Translation (Gabor Kelemen)
+ - Updated id Translation (Andika Triwidada)
+ - Updated it Translation (Milo Casagrande)
+ - Updated lt Translation (Aurimas Černius)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated pt Translation (Duarte Loreto)
+ - Updated ru Translation (Yuri Myasoedov)
+ - Updated ta Translation (Dr.T.Vasudevan)
+ - Updated vi Translation (Nguyễn Thái Ngọc Duy)
+ - Updated zh_HK Translation (Chao-Hsiung Liao)
+ - Updated zh_TW Translation (Chao-Hsiung Liao)
+
NEW in 3.5.90 (20/08/2012)
=============
diff --git a/configure.ac b/configure.ac
index c8b9355e9..ec35f6dda 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], [5])
-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'