aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-20 22:54:50 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-20 22:54:50 +0800
commitf97b8a29540f34a9cc8378634f9b4670d44c2124 (patch)
tree081fdf470921f91ec16e090d671dc97c44070f31
parent996f54e4a847489c625c6a813c76f0d5644ae042 (diff)
downloadgsoc2013-empathy-f97b8a29540f34a9cc8378634f9b4670d44c2124.tar
gsoc2013-empathy-f97b8a29540f34a9cc8378634f9b4670d44c2124.tar.gz
gsoc2013-empathy-f97b8a29540f34a9cc8378634f9b4670d44c2124.tar.bz2
gsoc2013-empathy-f97b8a29540f34a9cc8378634f9b4670d44c2124.tar.lz
gsoc2013-empathy-f97b8a29540f34a9cc8378634f9b4670d44c2124.tar.xz
gsoc2013-empathy-f97b8a29540f34a9cc8378634f9b4670d44c2124.tar.zst
gsoc2013-empathy-f97b8a29540f34a9cc8378634f9b4670d44c2124.zip
3.11.4
-rw-r--r--NEWS24
-rw-r--r--configure.ac4
2 files changed, 26 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2626a7803..87b202ebb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+NEW in 3.11.4 (20/01/2014)
+=============
+
+Bugs fixed:
+ - Fixed #710919, Telepathy-account-widgets has an incomplete .pc file (Guillaume Desmottes)
+ - Fixed #710252, [facebook account] entered username can not be selected properly (Guillaume Desmottes)
+ - Fixed #712566, Groups in contact list cannot be hidden (Guillaume Desmottes)
+ - Fixed #719889, All accounts have "Remember Password", only Yahoo! "Remember password"
+ - Fixed #720114, app menu: standardize Help/About/Quit (Michael Catanzaro)
+ - Fixed #721484, License text contains obsolete FSF postal address (Guillaume Desmottes)
+
+Translations:
+ - Updated cs Translation (Marek Černocký)
+ - Updated el Translation (Dimitris Spingos)
+ - Updated es Translation (Daniel Mustieles)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated id Translation (Andika Triwidada)
+ - Updated it Translation (Milo Casagrande)
+ - Updated pt_BR Translation (Rafael Ferreira)
+ - Updated sk Translation (Piotr Drąg)
+ - Updated sl Translation (Matej Urbančič)
+ - Updated tr Translation (Piotr Drąg)
+ - Updated zh_CN Translation (Wylmer Wang, Tong Hui)
+
NEW in 3.11.3 (19/12/2013)
=============
diff --git a/configure.ac b/configure.ac
index 5e032edd2..a356d14f5 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], [11])
-m4_define([empathy_micro_version], [3])
+m4_define([empathy_micro_version], [4])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'