diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-02 16:15:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-02 16:15:09 +0800 |
commit | 4ff89fc3800b496aab529fb7a1da5d1d7bf694f4 (patch) | |
tree | f7ffc5994fc6bc841d7da046681e7092381bc8e2 | |
parent | 08aa9a4e24a6087ee94774027cdcfce54f87e175 (diff) | |
download | gsoc2013-empathy-4ff89fc3800b496aab529fb7a1da5d1d7bf694f4.tar gsoc2013-empathy-4ff89fc3800b496aab529fb7a1da5d1d7bf694f4.tar.gz gsoc2013-empathy-4ff89fc3800b496aab529fb7a1da5d1d7bf694f4.tar.bz2 gsoc2013-empathy-4ff89fc3800b496aab529fb7a1da5d1d7bf694f4.tar.lz gsoc2013-empathy-4ff89fc3800b496aab529fb7a1da5d1d7bf694f4.tar.xz gsoc2013-empathy-4ff89fc3800b496aab529fb7a1da5d1d7bf694f4.tar.zst gsoc2013-empathy-4ff89fc3800b496aab529fb7a1da5d1d7bf694f4.zip |
prepare 2.31.91.1EMPATHY_2_31_91_1
-rw-r--r-- | NEWS | 34 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 36 insertions, 2 deletions
@@ -1,3 +1,37 @@ +NEW in 2.31.91.1 (02/09/2010) +================ + +The "Huggy Hippo" release. + +A small release so our Ubuntu friends will be able to test latest fixes during +their Empathy bug day. See [1] if you want to participate. + +[1] https://wiki.ubuntu.com/UbuntuBugDay/20100902 + +Bugs fixed: + - Fixed #627916, Can't build with GTK3 any more (Guillaume Desmottes) + - Fixed #628106, Groups are not expanded when reconnecting (Philip Withnall) + - Fixed #628315, Can't add video to a audio call (Guillaume Desmottes) + - Fixed #628421, Wrong AV icon in the contact list (Philip Withnall) + - Fixed #628433, Call menu accessible from linking dialogue (Philip Withnall) + - Fixed #628464, Crash in log_manager_got_chats_cb + - Fixed #628481, Double contact tooltips (Philip Withnall) + +Translations: + - Updated el Translation (Michael Kotsarinis) + - Updated en_GB Translation (Philip Withnall) + - Updated es Translation (Jorge González) + - Updated et Translation (Mattias Põldaru) + - Updated gl Translation (Fran Diéguez) + - Updated hu Translation (Gabor Kelemen) + - Updated pa Translation (A S Alam) + - Updated sl Translation (Matej Urbančič) + - Updated sr@latin Translation (Branko Kokanović) + - Updated sr Translation (Branko Kokanović) + +Documentation translations: + - Updated el Documentation translation (Simos Xenitellis, Michael Kotsarinis) + NEW in 2.31.91 (30/08/2010) ============== diff --git a/configure.ac b/configure.ac index a4c9f7fcb..c1a7ff2ee 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], [31]) m4_define([empathy_micro_version], [91]) -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], |