aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-16 23:29:44 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-16 23:29:44 +0800
commit478c74c916a3c49ed47de530c8b10f2042a4622f (patch)
tree5247580084a4dd6534feae5d3ec4e1d065358da8
parent1eef5e7b371f1344300785d2b8a2c048fb7c3e8f (diff)
downloadgsoc2013-empathy-EMPATHY_3_3_4.tar
gsoc2013-empathy-EMPATHY_3_3_4.tar.gz
gsoc2013-empathy-EMPATHY_3_3_4.tar.bz2
gsoc2013-empathy-EMPATHY_3_3_4.tar.lz
gsoc2013-empathy-EMPATHY_3_3_4.tar.xz
gsoc2013-empathy-EMPATHY_3_3_4.tar.zst
gsoc2013-empathy-EMPATHY_3_3_4.zip
prepare 3.3.4EMPATHY_3_3_4
-rw-r--r--NEWS40
-rw-r--r--configure.ac4
2 files changed, 42 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8a3611521..df6866024 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+NEW in 3.3.4 (16/01/2012)
+============
+
+The empathy-accounts dialog has been partially re-designed, please report any
+regression you may experience.
+
+Dependencies:
+ • champlain ≥ 0.12.1 (optional)
+
+Bugs fixed:
+ - Fixed #631236, Adding # on mistyping of channel names (Jovanka Gulicoska)
+ - Fixed #652670, Combine account parameter editing and personal information editing (Danielle Madeley, Guillaume Desmottes)
+ - Fixed #661500, Display map in tooltip (Guillaume Desmottes)
+ - Fixed #666864, Can't link contacts
+ - Fixed #667676, segfault in empathy-chat (Guillaume Desmottes)
+ - Fixed #667743, Topup menu item not displayed when re-connecting account (Guillaume Desmottes)
+ - Fixed #667791, Should set Account.Service on IRC accounts (Guillaume Desmottes)
+ - Fixed #666531, Invite IRC contacts to join room broken (Guillaume Desmottes)
+
+Translations:
+ - Updated be Translation (Kasia Bondarava)
+ - Updated es Translation (Daniel Mustieles)
+ - Updated et Translation (Mattias Põldaru)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated hu Translation (Gabor Kelemen)
+ - Updated mk Translation (Jovan Naumovski)
+ - Updated nl Translation (Hannie Dumoleyn)
+ - Updated ru Translation (Yuri Myasoedov)
+ - Updated tr Translation (Muhammet Kara)
+ - Updated xh Translation (Andiswa Mvanyashe)
+ - Updated zh_HK Translation (Cheng-Chia Tseng)
+ - Updated zh_TW Translation (Cheng-Chia Tseng)
+
+Documentation translations:
+ - Updated es Documentation translation (Daniel Mustieles)
+ - Updated fr Documentation translation (Bruno Brouard)
+ - Updated pl Documentation translation (Piotr Drąg)
+ - Updated sl Documentation translation (Andrej Žnidaršič)
+
NEW in 3.3.3 (19/12/2011)
============
diff --git a/configure.ac b/configure.ac
index f0b2eb907..e72c3127e 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], [3])
-m4_define([empathy_micro_version], [3])
+m4_define([empathy_micro_version], [4])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'