diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-04 19:01:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-04 22:12:50 +0800 |
commit | a8bb1c59bba2f69ff3110822f2353c16f49d5a6a (patch) | |
tree | 6fcceb9188e1931bee06aebb9b073a6992dd5ee1 /NEWS | |
parent | d5bcb9462a07ab89e5ce525c0f3572fd94feceed (diff) | |
download | gsoc2013-empathy-a8bb1c59bba2f69ff3110822f2353c16f49d5a6a.tar gsoc2013-empathy-a8bb1c59bba2f69ff3110822f2353c16f49d5a6a.tar.gz gsoc2013-empathy-a8bb1c59bba2f69ff3110822f2353c16f49d5a6a.tar.bz2 gsoc2013-empathy-a8bb1c59bba2f69ff3110822f2353c16f49d5a6a.tar.lz gsoc2013-empathy-a8bb1c59bba2f69ff3110822f2353c16f49d5a6a.tar.xz gsoc2013-empathy-a8bb1c59bba2f69ff3110822f2353c16f49d5a6a.tar.zst gsoc2013-empathy-a8bb1c59bba2f69ff3110822f2353c16f49d5a6a.zip |
prepare 2.91.0 releaseEMPATHY_2_91_0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +NEW in 2.91.0 (04/10/2010) +============= + +This is the first release in the new 2.91 development branch. +Empathy now depends on GTK+3 and can't build with GTK+2 anymore. +As a consequence, dependencies linking on GTK+ itself have been bumped to +depend on the GTK+3 version of those libs. + +Dependencies: + + • GTK+ ≥ 2.91.0 + • libcanberra-gtk3 ≥ 0.25 + • libnotify ≥ 0.5.1 + • libunique ≥ 2.90.1 + • WebKitGTK+ ≥ 1.3.2 (optional) + • nautilus-sendto ≥ 2.90.0 (optional) + +Bugs fixed (since 2.32.0.1): + - Fixed #601191, Use the size of the latest chat window when opening a new a one in "one window per chat" mode (Guillaume Desmottes) + - Fixed #629544, First item of context menu must be "copy", not "clear" (Bilal Akhtar) + - Fixed #629707, Missing msgctxt for translatable "Select" string (Guillaume Desmottes) + - Fixed #629734, Should use Account.Service (Guillaume Desmottes) + - Fixed #630025, FTBFS with GTK+/GDK 3 git master (Guillaume Desmottes) + - Fixed #630343, Stop using Connection.RequestChannel() (Guillaume Desmottes) + - Fixed #630709, Use tp-glib generated code rather than our (Guillaume Desmottes) + - Fixed #631080, Stop popping up the import dialog (Guillaume Desmottes) + NEW in 2.32.0 (27/09/2010) ============= |