empathy r2823 - branches/gnome-2-26



Author: xclaesse
Date: Mon Apr 13 11:00:07 2009
New Revision: 2823
URL: http://svn.gnome.org/viewvc/empathy?rev=2823&view=rev

Log:
Prepare for 2.26.1 release

From: Xavier Claessens <xclaesse gmail com>

Modified:
   branches/gnome-2-26/NEWS
   branches/gnome-2-26/configure.ac

Modified: branches/gnome-2-26/NEWS
==============================================================================
--- branches/gnome-2-26/NEWS	(original)
+++ branches/gnome-2-26/NEWS	Mon Apr 13 11:00:07 2009
@@ -1,3 +1,19 @@
+NEW in 2.26.1
+==============
+
+Bugs fixed:
+ - Fixed #566905, avatar button is too tiny (Xavier Claessens)
+ - Fixed #576375, empathy build fails due to missing file in documentation (Xavier Claessens)
+ - Fixed #577825, empathy-tp-contact-factory: get_requestable_channel_classes_cb: fixed_prop is leaked (Xavier Claessens)
+ - Fixed #577826, dispatcher_connection_ready_cb: capabilities is leaked (Xavier Claessens)
+ - Fixed #577829, empathy_smiley_manager_parse: string leaked (Xavier Claessens)
+ - Fixed #578356, Asserts when reconnecting to a chat room. (Will Thompson)
+
+Translations:
+ - Updated Spanish translation (jorgegonz).
+ - Updated th translation (tkaroonb).
+ - Updated Simplified Chinese translation (fwang).
+
 NEW in 2.26.0.1
 ===============
 

Modified: branches/gnome-2-26/configure.ac
==============================================================================
--- branches/gnome-2-26/configure.ac	(original)
+++ branches/gnome-2-26/configure.ac	Mon Apr 13 11:00:07 2009
@@ -1,4 +1,4 @@
-AC_INIT(Empathy, 2.26.0.1, http://bugzilla.gnome.org/browse.cgi?product=empathy)
+AC_INIT(Empathy, 2.26.1, http://bugzilla.gnome.org/browse.cgi?product=empathy)
 AC_PREREQ(2.59)
 AC_COPYRIGHT([
   Copyright (C) 2003-2007 Imendio AB
@@ -11,11 +11,11 @@
 #   (No interfaces changed:                   REVISION++)
 LIBEMPATHY_CURRENT=23
 LIBEMPATHY_AGE=0
-LIBEMPATHY_REVISION=1
+LIBEMPATHY_REVISION=2
 
 LIBEMPATHY_GTK_CURRENT=21
 LIBEMPATHY_GTK_AGE=2
-LIBEMPATHY_GTK_REVISION=2
+LIBEMPATHY_GTK_REVISION=3
 
 AC_SUBST(LIBEMPATHY_CURRENT)
 AC_SUBST(LIBEMPATHY_AGE)



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