diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-02 19:11:41 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-02 19:14:27 +0800 |
commit | 71b003449ed9203ca6e12df0d80c2e5efdfe8d3b (patch) | |
tree | e949adf798e6eb57fb7e6e46a9c8388768ca8bfe | |
parent | 29973effee9abb05f78b8da5e3258194abc2c461 (diff) | |
download | gsoc2013-empathy-71b003449ed9203ca6e12df0d80c2e5efdfe8d3b.tar gsoc2013-empathy-71b003449ed9203ca6e12df0d80c2e5efdfe8d3b.tar.gz gsoc2013-empathy-71b003449ed9203ca6e12df0d80c2e5efdfe8d3b.tar.bz2 gsoc2013-empathy-71b003449ed9203ca6e12df0d80c2e5efdfe8d3b.tar.lz gsoc2013-empathy-71b003449ed9203ca6e12df0d80c2e5efdfe8d3b.tar.xz gsoc2013-empathy-71b003449ed9203ca6e12df0d80c2e5efdfe8d3b.tar.zst gsoc2013-empathy-71b003449ed9203ca6e12df0d80c2e5efdfe8d3b.zip |
prepare 3.3.90.2EMPATHY_3_3_90_2
-rw-r--r-- | NEWS | 32 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 34 insertions, 2 deletions
@@ -1,3 +1,35 @@ +NEW in 3.3.90.2 (02/03/2012) +=============== + +This release optionally brings back empathy-av, the old call UI which has been +removed in 3.3.90. You'll have to pass --enable-empathy-av to configure in +order to build it. empathy-av is now using telepathy-farstream instead of +telepathy-farsight and so shares the same dependencies as empathy-call. +This is really legacy code, we are not going to continue +maintaining it so most distributions shouldn't enable it and just use +empathy-call. + +Dependencies: + • yelp-tools + • yelp-xsl + +Bugs fixed: + - Fixed #656676, Use new documentation infrastructure (Javier Jardón) + - Fixed #671061, Debug: Clear doesn't work for the All option (Chandni Verma) + +Translations: + - Updated ar Translation (Ibrahim Saed) + - Updated be Translation (Ihar Hrachyshka) + - Updated et Translation (Mattias Põldaru) + - Updated pt_BR Translation (Jonh Wendell) + - Updated ru Translation (Yuri Myasoedov) + - Updated sl Translation (Matej Urbančič) + - Updated ta Translation (Dr.T.Vasudevan) + - Updated ug Translation (Gheyret Kenji) + +Documentation translations: + - Updated gl Documentation translation (Fran Diéguez) + NEW in 3.3.90.1 (24/02/2012) =============== diff --git a/configure.ac b/configure.ac index 7bb9a4a6b..db3d3c4b8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ 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], [3]) m4_define([empathy_micro_version], [90]) -m4_define([empathy_nano_version], [1]) +m4_define([empathy_nano_version], [2]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], |