diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-01 22:24:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-01 22:25:03 +0800 |
commit | c9dae1a810f67c37e1218fc42b7364e0e2f91fc2 (patch) | |
tree | 682c1ed0005ff9dd9ba9d43eb7a59f93d662a4db | |
parent | 621bbbb8631f4b149d0478a3423687e4e973b04f (diff) | |
download | gsoc2013-empathy-c9dae1a810f67c37e1218fc42b7364e0e2f91fc2.tar gsoc2013-empathy-c9dae1a810f67c37e1218fc42b7364e0e2f91fc2.tar.gz gsoc2013-empathy-c9dae1a810f67c37e1218fc42b7364e0e2f91fc2.tar.bz2 gsoc2013-empathy-c9dae1a810f67c37e1218fc42b7364e0e2f91fc2.tar.lz gsoc2013-empathy-c9dae1a810f67c37e1218fc42b7364e0e2f91fc2.tar.xz gsoc2013-empathy-c9dae1a810f67c37e1218fc42b7364e0e2f91fc2.tar.zst gsoc2013-empathy-c9dae1a810f67c37e1218fc42b7364e0e2f91fc2.zip |
prepare 2.91.6.1
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +NEW in 2.91.6.1 (01/02/2011) +=============== + +The "How many French speaking hackers do you need to fix a bug?" release. + +We finally managed to fix the very annoying bug making Empathy getting stuck in +a memory eating infinite loop. \o/ + +Bugs fixed: + - Fixed #635105, Empathy is eating all the memory (Guillaume Desmottes) + NEW in 2.91.6 (01/02/2011) ============= diff --git a/configure.ac b/configure.ac index 9c4c12783..e4c7fe11b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ 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], [2]) m4_define([empathy_minor_version], [91]) m4_define([empathy_micro_version], [6]) -m4_define([empathy_nano_version], [0]) +m4_define([empathy_nano_version], [1]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], |