diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-10 22:57:13 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-10 22:57:13 +0800 |
commit | 8103d9d64d3fa440921ae58f05d9c42aed0fc5ee (patch) | |
tree | 571e4ad4388166835409a1ea0e07761861e18a0c | |
parent | 4fb31c94452dfb42dc7a83ee3f864daabbe60f48 (diff) | |
download | gsoc2013-empathy-8103d9d64d3fa440921ae58f05d9c42aed0fc5ee.tar gsoc2013-empathy-8103d9d64d3fa440921ae58f05d9c42aed0fc5ee.tar.gz gsoc2013-empathy-8103d9d64d3fa440921ae58f05d9c42aed0fc5ee.tar.bz2 gsoc2013-empathy-8103d9d64d3fa440921ae58f05d9c42aed0fc5ee.tar.lz gsoc2013-empathy-8103d9d64d3fa440921ae58f05d9c42aed0fc5ee.tar.xz gsoc2013-empathy-8103d9d64d3fa440921ae58f05d9c42aed0fc5ee.tar.zst gsoc2013-empathy-8103d9d64d3fa440921ae58f05d9c42aed0fc5ee.zip |
prepare 2.91.5EMPATHY_2_91_5
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 25 insertions, 2 deletions
@@ -1,3 +1,26 @@ +NEW in 2.91.5 (10/01/2011) +============= + +The --with-ca-file configure option has been removed as certificates are now +managed using gnome-keyring. + +Bugs fixed: + - Fixed #603027, "Manage favorites" dialog should skip accounts which don't support rooms (Chandni Verma) + - Fixed #636258, Certificate verification should use keyring (Stef Walter) + - Fixed #637195, File transfer window should let you double click to open a file (Kushal Das) + - Fixed #638040, avatar X filter adding is jumping throug hoops for now reason (Sjoerd Simons) + - Fixed #638041, Should highlight both the tab label and the tab menu label (Sjoerd Simons) + +Translations: + - Updated es Translation (Daniel Mustieles) + - Updated et Translation (Mattias Põldaru) + - Updated gl Translation (Fran Diéguez) + - Updated he Translation (Yaron Shahrabani) + - Updated nb Translation (Kjartan Maraas) + - Updated pa Translation (A S Alam) + - Updated sl Translation (Matej Urbančič) + - Updated sv Translation (Daniel Nylander) + NEW in 2.91.4.3 (24/12/2010) =============== diff --git a/configure.ac b/configure.ac index 28040909b..a7877285c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ m4_define(empathy_released, 1) m4_define([empathy_major_version], [2]) m4_define([empathy_minor_version], [91]) -m4_define([empathy_micro_version], [4]) -m4_define([empathy_nano_version], [3]) +m4_define([empathy_micro_version], [5]) +m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], |