diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-16 00:18:57 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-16 01:04:35 +0800 |
commit | c88fa694db6c603fd01674591255ccfa830e30e5 (patch) | |
tree | fb7c09fdbc4dd2d05a832e1ffedc28a1cb49eed8 | |
parent | 07d220cd50802d5d7e21f7f339984e0f3a8eb74a (diff) | |
download | gsoc2013-empathy-c88fa694db6c603fd01674591255ccfa830e30e5.tar gsoc2013-empathy-c88fa694db6c603fd01674591255ccfa830e30e5.tar.gz gsoc2013-empathy-c88fa694db6c603fd01674591255ccfa830e30e5.tar.bz2 gsoc2013-empathy-c88fa694db6c603fd01674591255ccfa830e30e5.tar.lz gsoc2013-empathy-c88fa694db6c603fd01674591255ccfa830e30e5.tar.xz gsoc2013-empathy-c88fa694db6c603fd01674591255ccfa830e30e5.tar.zst gsoc2013-empathy-c88fa694db6c603fd01674591255ccfa830e30e5.zip |
Prepare 2.29.93 release
-rw-r--r-- | NEWS | 44 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 46 insertions, 2 deletions
@@ -1,3 +1,47 @@ +NEW in 2.29.93 +============== + +The "6 amps limitation" release. + +Empathy now supports marking contacts as favourite. This feature has to be +turned on by passing --enable-favourite-contacts during configure and depends +on the telepathy-logger. We discourage distributions shipping GNOME from +enabling this feature for now. It will be enabled by default in 2.31.x. + +Empathy no longer removes a manually-set Away status when the screen is unlocked. +It is now able to invite contacts to MSN multi-user chats if you have +telepathy-butterfly 0.5.6 installed. + +Bugs fixed: + - Fixed #566832, Don't reset status to available unlocking the screen (Brian Curtis) + - Fixed #609001, Clicking on the tray icon should close roster when open (Guillaume Desmottes) + - Fixed #611525, Separate the debug window into its own process. (Mike Ruprecht) + - Fixed #611972, Support marking contacts as favorites (Travis Reitter, Guillaume Desmottes) + - Fixed #611998, Do not use constant in gettext expressions (Guillaume Desmottes) + - Fixed #612381, accounts pane is still twiddleable underneath assistant (Danielle Madeley) + - Fixed #612433, Window title for the accounts dialog should match the name in the launcher (Ken VanDine) + - Fixed #612448, Display offline contacts and sort by status by default (Guillaume Desmottes) + - Fixed #612450, Side bar should display the audio input page by default (Guillaume Desmottes) + - Fixed #612461, Deal with new butterfly using the conference interface (Jonny Lamb) + - Fixed #612519, Handle a butterfly network ID migration (Jonny Lamb) + - Fixed #612672, Wrong folder used for saving received files (Guillaume Desmottes) + - Fixed #612718, Invite participant dialog show contact on all network (Guillaume Desmottes) + - Fixed #612946, Receive note path via DnD from tomboy (Olivier Le Thanh Duong) + +Translations: + - Updated br Translation (deniarnuad) + - Updated es Translation (Jorge González) + - Updated gl Translation (Fran Diéguez) + - Updated it Translation (Luca Ferretti) + - Updated ru Translation (Leonid Kanter) + - Updated sl Translation (Matej Urbančič) + - Updated uk Translation (Maxim V. Dziumanenko) + +Documentation translations: + - Updated de Documentation translation (Mario Blättermann) + - Updated es Documentation translation (Jorge González) + - Updated it Documentation translation (Milo Casagrande) + NEW in 2.29.92 ============== diff --git a/configure.ac b/configure.ac index 952ff13cd..02baa5b04 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], [2]) m4_define([empathy_minor_version], [29]) -m4_define([empathy_micro_version], [92]) +m4_define([empathy_micro_version], [93]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' |