aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-24 21:53:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-24 21:53:24 +0800
commit0292ce27a6059f9dac82ecd55ae53f4bad6bda41 (patch)
tree08f324963d2e4e99fc4be7e3d60e95ede650e5a9
parentfa9fe6db3a9bf4cdb268a7cc1ec0c42201837b5d (diff)
downloadgsoc2013-empathy-EMPATHY_3_8_3.tar
gsoc2013-empathy-EMPATHY_3_8_3.tar.gz
gsoc2013-empathy-EMPATHY_3_8_3.tar.bz2
gsoc2013-empathy-EMPATHY_3_8_3.tar.lz
gsoc2013-empathy-EMPATHY_3_8_3.tar.xz
gsoc2013-empathy-EMPATHY_3_8_3.tar.zst
gsoc2013-empathy-EMPATHY_3_8_3.zip
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6060de12f..86eb15a66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+NEW in 3.8.3 (24/05/2013)
+============
+Bugs fixed:
+ - Fixed #692746, history uses wrong encoding to show utf8 logs (Guillaume Desmottes)
+ - Fixed #696151, empathy crashed with SIGSEGV in listing_failed_cb() (Guillaume Desmottes)
+
NEW in 3.8.2 (20/05/2013)
============
Bugs fixed:
diff --git a/configure.ac b/configure.ac
index dc40bd89d..5d1930796 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], [2])
+m4_define([empathy_micro_version], [3])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'