summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-02-19 14:39:14 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-02-19 14:39:14 +0100
commit68f744576ca4e8d6a4eea14039ffed4e33adc8da (patch)
treeceff76d959bf94e9f464d3bf3ea290427aa293b4
parent28df2ffe0a5239675deef8cd9624f4cebc08bc32 (diff)
downloadtelepathy-account-widgets-68f744576ca4e8d6a4eea14039ffed4e33adc8da.tar.gz
prepare 3.7.90
-rw-r--r--NEWS17
-rw-r--r--configure.ac4
2 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6c0b3133..1e7f2b19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+NEW in 3.7.90 (19/02/2013)
+=============
+
+Dependencies:
+ • gee-0.8
+
+Bugs fixed:
+ - Fixed #680152, build with libgee 0.8 (Guillaume Desmottes)
+ - Fixed #693190, re-enable empathy-tls-test (Stef Walter)
+
+Translations:
+ - Updated an Translation (Daniel Martinez)
+ - Updated de Translation (Tobias Endrigkeit)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated sk Translation (Pavol Klačanský)
+ - Updated ug Translation (Gheyret Kenji)
+
NEW in 3.7.5 (04/02/2013)
============
diff --git a/configure.ac b/configure.ac
index bbdab877..21b2ac82 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], [5])
+m4_define([empathy_micro_version], [90])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'