aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--configure.ac4
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index caf311a07..c2983c407 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+NEW in 3.4.2 (14/05/2012)
+============
+
+Dependencies:
+ • telepathy-glib ≥ 0.18.0
+
+Bugs fixed:
+ - Fixed #674432, The buddy list window is very small by default
+ - Fixed #675767, IRC Edit Connection Parameters text alignment
+
+Translations:
+ - Updated an Translation (Daniel Martinez Cucalon)
+ - Updated sk Translation (Pavol Klačanský)
+
NEW in 3.4.1 (16/04/2012)
============
diff --git a/configure.ac b/configure.ac
index 1c45c90fa..b6c8e1752 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], [4])
-m4_define([empathy_micro_version], [1])
+m4_define([empathy_micro_version], [2])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'