diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-31 23:38:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-31 23:38:46 +0800 |
commit | 41856adcd7395a3e7b68af67dbdc23d66c3c29f1 (patch) | |
tree | 65c1c85411beed7120a94c5bc6b5e4572b394ef6 | |
parent | d33879921acbd5f1d92565d7e58850aec590c293 (diff) | |
download | gsoc2013-empathy-41856adcd7395a3e7b68af67dbdc23d66c3c29f1.tar.gz gsoc2013-empathy-41856adcd7395a3e7b68af67dbdc23d66c3c29f1.tar.zst gsoc2013-empathy-41856adcd7395a3e7b68af67dbdc23d66c3c29f1.zip |
3.11.1
-rw-r--r-- | NEWS | 39 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 41 insertions, 2 deletions
@@ -1,3 +1,42 @@ +NEW in 3.11.1 (31/10/2013) +============= + +Dependencies: + • GStreamer 1.0 is now mandatory as 0.10 support has been removed + • The nautilus-sendto plugin has been removed as latest nautilus-sendo + versions don't support plugins any more. + +Bugs fixed: + - Fixed #630896, Use tp-glib API for Chan.T.ServerTLSConnection and TLSCertificate (Guillaume Desmottes) + - Fixed #708897, Make Appdata file translatable (Daniel Mustieles) + - Fixed #710453, libgee memory leak fixes (Philip Withnall) + +Translations: + - Updated be Translation (Ihar Hrachyshka) + - Updated ca@valencia Translation (Carles Ferrando) + - Updated cs Translation (Marek Černocký) + - Updated el Translation (Efstathios Iosifidis) + - Updated es Translation (Daniel Mustieles) + - Updated fa Translation (Arash Mousavi) + - Updated gl Translation (Fran Diéguez) + - Updated hu Translation (Balázs Úr) + - Updated id Translation (Andika Triwidada) + - Updated it Translation (Milo Casagrande) + - Updated ja Translation (Jiro Matsuzawa) + - Updated lt Translation (Aurimas Černius) + - Updated lv Translation (Rūdolfs Mazurs) + - Updated nb Translation (Kjartan Maraas) + - Updated pl Translation (Piotr Drąg) + - Updated pt_BR Translation (Rafael Ferreira, Enrico Nicoletto) + - Updated pt Translation (António Lima) + - Updated ru Translation (Yuri Myasoedov) + - Updated sl Translation (Matej Urbančič) + - Updated sr@latin Translation (Мирослав Николић) + - Updated sr Translation (Мирослав Николић) + +Documentation translations: + - Updated lv Documentation translation (Rūdolfs Mazurs) + NEW in 3.10.1 (14/10/2013) ============= diff --git a/configure.ac b/configure.ac index 2ac9e5822..8a05ada1b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ 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], [10]) +m4_define([empathy_minor_version], [11]) m4_define([empathy_micro_version], [1]) m4_define([empathy_nano_version], [0]) |