summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-09 15:39:43 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-09 15:39:43 +0200
commit3ac598277bb65f10dcb0c4f979c66e692cc089ce (patch)
treeb85351b95e9d3fb5ea7439ad794805be18e5847d
parentfa72bed70086dc63d06577fde43dc6ed7196e0b9 (diff)
prepare 3.8.4
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 86eb15a6..582a5d04 100644
--- 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:
diff --git a/configure.ac b/configure.ac
index 3ce63fe4..c673fde3 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], [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'