empathy r1141 - trunk



Author: xclaesse
Date: Mon Jun  2 16:34:34 2008
New Revision: 1141
URL: http://svn.gnome.org/viewvc/empathy?rev=1141&view=rev

Log:
Prepare for release


Modified:
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jun  2 16:34:34 2008
@@ -1,3 +1,27 @@
+NEW in 0.23.3
+==============
+ - Updated manual (Milo Casagrande).
+ - Set a tooltip on contact list view showing EmpathyContactWidget information.
+   Only enabled if running with GTK+ >= 2.12.10 because of
+   bug #504087 (Xavier Claessens).
+ - Move avatar cache to ~/.cache and don't mix avatar from different contacts,
+   tokens are not garanteed to be different. (Xavier Claessens).
+
+Bugs fixed:
+ - Fixed #465928, The status icon keep blinking when opening a chat with the contact list (Xavier Claessens)
+ - Fixed #527970, don't permit to call several time the same personn (Xavier Claessens)
+ - Fixed #531414, The "menu" key doesn't work in the contact list (Baptiste Mille-Mathias)
+ - Fixed #533541, Schema short description improved (Claude Paroz)
+ - Fixed #533732, Help button missing from the Accounts dialog (Milo Casagrande)
+ - Fixed #533840, BaconMessageConnection and D-Bus interaction (Xavier Claessens)
+
+Translations:
+ - Updated es translation  (Jorge Gonzalez).
+ - Updated ja translation  (Takeshi AIHANA).
+ - Updated Norwegian bokmÃl translation. (kmaraas).
+ - Updated Arabic Translation by Abou Manal. (djihed).
+ - Updated French translation (claudep).
+
 NEW in 0.23.2
 ==============
  - Keep a priv pointer in the object struct instead of using

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Jun  2 16:34:34 2008
@@ -9,11 +9,11 @@
 #   (Interfaces removed:    CURRENT++, AGE=0, REVISION=0)
 #   (Interfaces added:      CURRENT++, AGE++, REVISION=0)
 #   (No interfaces changed:                   REVISION++)
-LIBEMPATHY_CURRENT=13
+LIBEMPATHY_CURRENT=14
 LIBEMPATHY_AGE=0
 LIBEMPATHY_REVISION=0
 
-LIBEMPATHY_GTK_CURRENT=13
+LIBEMPATHY_GTK_CURRENT=14
 LIBEMPATHY_GTK_AGE=0
 LIBEMPATHY_GTK_REVISION=0
 
@@ -25,7 +25,7 @@
 AC_SUBST(LIBEMPATHY_GTK_REVISION)
 
 # Minimal version required
-GLIB_REQUIRED=2.15.5
+GLIB_REQUIRED=2.16.0
 GTK_REQUIRED=2.12.0
 GCONF_REQUIRED=1.2.0
 LIBGLADE_REQUIRED=2.0.0



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