aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-07 17:32:16 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-07 17:32:16 +0800
commit8b2b650001042efed6b84281ddedad0e0c2eb6f2 (patch)
treeadfb7474310779a7d1775a5d138ebd0be3bef2d0
parent51de235d7db35d6e4ae87f4196b7060fb40afe96 (diff)
downloadgsoc2013-empathy-8b2b650001042efed6b84281ddedad0e0c2eb6f2.tar
gsoc2013-empathy-8b2b650001042efed6b84281ddedad0e0c2eb6f2.tar.gz
gsoc2013-empathy-8b2b650001042efed6b84281ddedad0e0c2eb6f2.tar.bz2
gsoc2013-empathy-8b2b650001042efed6b84281ddedad0e0c2eb6f2.tar.lz
gsoc2013-empathy-8b2b650001042efed6b84281ddedad0e0c2eb6f2.tar.xz
gsoc2013-empathy-8b2b650001042efed6b84281ddedad0e0c2eb6f2.tar.zst
gsoc2013-empathy-8b2b650001042efed6b84281ddedad0e0c2eb6f2.zip
3.10.3
-rw-r--r--NEWS17
-rw-r--r--configure.ac4
2 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2e42a3f4a..544060a14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+NEW in 3.10.3 (07/01/2014)
+=============
+
+Bugs fixed:
+ - Fixed #712566, Groups in contact list cannot be hidden (Guillaume Desmottes)
+ - Fixed #712839, Remove empathy_create_individual_from_tp_contact() (Philip Withnall)
+
+Translations:
+ - Updated es Translation (Daniel Mustieles)
+ - Updated pa Translation (A S Alam)
+ - Updated ta Translation (Shantha kumar)
+ - Updated te Translation (Krishnababu Krothapalli)
+ - Updated zh_CN Translation (甘露(Gan Lu))
+
+Documentation translations:
+ - Updated el Documentation translation (Dimitris Spingos)
+
NEW in 3.10.2 (11/11/2013)
=============
diff --git a/configure.ac b/configure.ac
index 6f1bc2a99..b7cda050c 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], [10])
-m4_define([empathy_micro_version], [2])
+m4_define([empathy_micro_version], [3])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'