aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-06 22:34:45 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-06 22:34:45 +0800
commit78cf933ba03eaa12cf69dd0f684c32b4f648b251 (patch)
treeee0cf98eb079f0c112d48c0945a3a9f15297ad2a
parent173c39daafca8f712462abc7bbde64a1c269d4a0 (diff)
downloadgsoc2013-empathy-78cf933ba03eaa12cf69dd0f684c32b4f648b251.tar
gsoc2013-empathy-78cf933ba03eaa12cf69dd0f684c32b4f648b251.tar.gz
gsoc2013-empathy-78cf933ba03eaa12cf69dd0f684c32b4f648b251.tar.bz2
gsoc2013-empathy-78cf933ba03eaa12cf69dd0f684c32b4f648b251.tar.lz
gsoc2013-empathy-78cf933ba03eaa12cf69dd0f684c32b4f648b251.tar.xz
gsoc2013-empathy-78cf933ba03eaa12cf69dd0f684c32b4f648b251.tar.zst
gsoc2013-empathy-78cf933ba03eaa12cf69dd0f684c32b4f648b251.zip
prepare 3.5.5
-rw-r--r--NEWS34
-rw-r--r--configure.ac6
2 files changed, 37 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d4b6411e3..6d2005ff7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+NEW in 3.5.5 (06/08/2012)
+============
+
+Ubuntu Oncline Accounts support has been greatly improved as Empathy can now
+provides plugins to create any kind of IM account using UOA's panel.
+
+Empathy also migrated to libsecret [0].
+
+[0] https://live.gnome.org/GnomeGoals/LibsecretMigration
+
+Dependencies:
+ • telepathy-glib ≥ 0.19.6
+ • libsecret ≥ 0.5
+
+Bugs fixed:
+ - Fixed #679884, libsecret migration (Stef Walter)
+ - Fixed #680448, Generate UOA plugins (Guillaume Desmottes)
+ - Fixed #680449, Add UOA app plugin (Xavier Claessens)
+ - Fixed #680646, UOA: Web authentificated accounts shouldn't be modifiable (Xavier Claessens)
+ - Fixed #680952, empathy-auth-client crashed with SIGSEGV in auth_data_free() (Guillaume Desmottes)
+ - Fixed #681079, Claim that Windows Live certificate isn't valid (Guillaume Desmottes)
+
+Translations:
+ - Updated el Translation (Tom Tryfonidis)
+ - Updated es Translation (Daniel Mustieles)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated gu Translation (Sweta Kothari)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated hu Translation (Gabor Kelemen)
+ - Updated id Translation (Andika Triwidada)
+ - Updated ja Translation (Jiro Matsuzawa)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated sl Translation (Matej Urbančič)
+
NEW in 3.5.4.1 (24/07/2012)
==============
diff --git a/configure.ac b/configure.ac
index c6d916211..109d2398c 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], [5])
-m4_define([empathy_micro_version], [4])
-m4_define([empathy_nano_version], [1])
+m4_define([empathy_micro_version], [5])
+m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'
m4_define([empathy_base_version],