gnome-bluetooth r610 - trunk



Author: hadess
Date: Tue Apr 14 13:28:34 2009
New Revision: 610
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=610&view=rev

Log:
2.27.4


Modified:
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Apr 14 13:28:34 2009
@@ -1,3 +1,11 @@
+ver 2.27.4:
+	- Fix display of labels on the passkey page, and of the
+	  passkey on the passkey options dialogue
+	- More use of GtkBuilder in the wizard
+	- First pass at user-targetted documentation
+	- Fix a few memory leaks
+	- Fix crash when running properties installed
+
 ver 2.27.3:
 	- Fix schema installation
 	- Make sure the applet works even without the schema being

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Apr 14 13:28:34 2009
@@ -2,7 +2,7 @@
 
 m4_define(gnomebt_version_major, 2)
 m4_define(gnomebt_version_minor, 27)
-m4_define(gnomebt_version_micro, 3)
+m4_define(gnomebt_version_micro, 4)
 
 AC_INIT([gnome-bluetooth],
         [gnomebt_version_major.gnomebt_version_minor.gnomebt_version_micro],
@@ -20,7 +20,7 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-GNOMEBT_LT_VERSION=4:0:2
+GNOMEBT_LT_VERSION=5:0:3
 AC_SUBST(GNOMEBT_LT_VERSION)
 
 AM_MAINTAINER_MODE



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