[empathy] prepare 2.91.0 release



commit a8bb1c59bba2f69ff3110822f2353c16f49d5a6a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Oct 4 13:01:11 2010 +0200

    prepare 2.91.0 release

 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 30 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9beea0b..d6338b1 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
 =============
 
diff --git a/configure.ac b/configure.ac
index 288b6bc..c16dd75 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], [90])
-m4_define([empathy_micro_version], [99])
+m4_define([empathy_minor_version], [91])
+m4_define([empathy_micro_version], [0])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]