]> git.0d.be Git - empathy.git/commitdiff
Prepare 3.7.3
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 18 Dec 2012 08:36:23 +0000 (09:36 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 18 Dec 2012 08:36:23 +0000 (09:36 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 78af96dcefe3052a4bea6c6e6be8750c62b81e50..49801d3917e2d75a7cfc944823eaeee588ea0376 100644 (file)
--- 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:
index b11107a87855d017318cd77890fb233c72de5ec5..0675ff556d94898bc6d73d6c4b330401d8362de0 100644 (file)
@@ -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'