]> git.0d.be Git - empathy.git/commitdiff
prepare 3.8.4
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 9 Sep 2013 13:39:43 +0000 (15:39 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 9 Sep 2013 13:39:43 +0000 (15:39 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 86eb15a66021fc30a36f58aedfbf5d651adc3e73..582a5d04d84c975ac6553576691954afa17db9e1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+NEW in 3.8.4 (09/09/2013)
+============
+
+This stable release fixes a bunch of bugs including various crashes.
+Upgrading is highly recommended.
+
+Bugs fixed:
+ - Fixed #696328, empathy-debugger crashed with SIGSEGV (Guillaume Desmottes)
+ - Fixed #692105, empathy-3.6.2-1.fc18: items_delete_cb: Process /usr/bin/empathy-accounts was killed by signal 11 (Emilio Pozuelo Monfort)
+ - Fixed #704469, Crash when deleting a non-chat GOA account (Marco Barisione)
+ - Fixed #702095, System crash when typing a long string in empathy (Xavier Claessens)
+ - Fixed #691085, Backslash escapes applied in the chat log (Ryan Lortie)
+ - Fixed #701914, Return value of tp_debug_client_get_messages_finish() is leaked (Guillaume Desmottes)
+ - Fixed #698742, Crash when joining an IRC channel (Xavier Claessens)
+
 NEW in 3.8.3 (24/05/2013)
 ============
 Bugs fixed:
index 3ce63fe45cfd15d5bd2a249509ba77abc274c6a6..c673fde354be7e54485e6007f266a467dee44742 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], [8])
-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'