From: Guillaume Desmottes Date: Fri, 24 May 2013 13:53:24 +0000 (+0200) Subject: 3.8.3 X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=0292ce27a6059f9dac82ecd55ae53f4bad6bda41 3.8.3 --- diff --git a/NEWS b/NEWS index 6060de12..86eb15a6 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 dc40bd89..5d193079 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'