aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-12-18 16:36:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-12-18 16:36:23 +0800
commit65c220b6ceb8906e6f6afb536063fe412dbf28d0 (patch)
tree46ad69faa56c940bb14018bee205e34cb9f56d3e
parent119d0ba59b9a89034462d6791d8d78afc8b0a981 (diff)
downloadgsoc2013-empathy-65c220b6ceb8906e6f6afb536063fe412dbf28d0.tar
gsoc2013-empathy-65c220b6ceb8906e6f6afb536063fe412dbf28d0.tar.gz
gsoc2013-empathy-65c220b6ceb8906e6f6afb536063fe412dbf28d0.tar.bz2
gsoc2013-empathy-65c220b6ceb8906e6f6afb536063fe412dbf28d0.tar.lz
gsoc2013-empathy-65c220b6ceb8906e6f6afb536063fe412dbf28d0.tar.xz
gsoc2013-empathy-65c220b6ceb8906e6f6afb536063fe412dbf28d0.tar.zst
gsoc2013-empathy-65c220b6ceb8906e6f6afb536063fe412dbf28d0.zip
Prepare 3.7.3EMPATHY_3_7_3
-rw-r--r--NEWS22
-rw-r--r--configure.ac4
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 78af96dce..49801d391 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+NEW in 3.7.3 (18/12/2012)
+============
+
+Dependencies:
+ • geocode-glib ≥ 0.99.1 (optional)
+
+Bugs fixed:
+ - Fixed #688988, [PATCH] add more protocolname<->displayname (Gabriele Giacone)
+ - Fixed #689056, Port EmpathyContact to geocode-glib >= 0.99.1 (Bastien Nocera)
+ - Fixed #689122, org.gnome.empathy.notifications.notification-focus should default to true (Guillaume Desmottes)
+
+Translations:
+ - Updated as Translation (Nilamdyuti Goswami)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated ml Translation (Ani Peter)
+ - Updated or Translation (ManojKumar Giri)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated ru Translation (Yuri Myasoedov)
+
+Documentation translations:
+ - Updated es Documentation translation (Daniel Mustieles)
+
NEW in 3.7.2 (22/11/2012)
============
Bugs fixed:
diff --git a/configure.ac b/configure.ac
index b11107a87..0675ff556 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], [7])
-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'