aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-20 16:20:00 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-20 16:20:00 +0800
commitb0d08102b64ed36b92016c90ed775bb4462d4adf (patch)
treeb311f800545d466a822a606cb410b85c760cfb86
parentadd79d54e3c0149a2c336077d1e37c60d54c5ace (diff)
downloadgsoc2013-empathy-EMPATHY_3_8_2.tar
gsoc2013-empathy-EMPATHY_3_8_2.tar.gz
gsoc2013-empathy-EMPATHY_3_8_2.tar.bz2
gsoc2013-empathy-EMPATHY_3_8_2.tar.lz
gsoc2013-empathy-EMPATHY_3_8_2.tar.xz
gsoc2013-empathy-EMPATHY_3_8_2.tar.zst
gsoc2013-empathy-EMPATHY_3_8_2.zip
prepare 3.8.2EMPATHY_3_8_2
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5eae4d0d0..6060de12f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+NEW in 3.8.2 (20/05/2013)
+============
+Bugs fixed:
+ - Fixed #697214, call-window: Remember that the audio output has been added (Olivier CrĂȘte)
+ - Fixed #699017, libempathy: Fix build by adding missing math.h header (Stef Walter)
+ - Fixed #699333, online-accounts-preferences crashes when accounts need access granted
+
NEW in 3.8.1 (15/04/2013)
============
Bugs fixed:
diff --git a/configure.ac b/configure.ac
index d4c07d0d0..cd032ee53 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], [1])
+m4_define([empathy_micro_version], [2])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'