gnome-bluetooth r595 - trunk



Author: hadess
Date: Thu Apr  9 22:15:55 2009
New Revision: 595
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=595&view=rev

Log:
Release 2.27.3


Modified:
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Apr  9 22:15:55 2009
@@ -1,3 +1,12 @@
+ver 2.27.3:
+	- Fix schema installation
+	- Make sure the applet works even without the schema being
+	  installed properly
+	- Fix display of devices with underscores in their name
+	  in the applet
+	- Fix some devices with no real audio support (AVCRP phones
+	  for example) showing up in the applet
+
 ver 2.27.2:
 General:
 	- Use our own "paired" icon, to avoid confusion in some themes

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Apr  9 22:15:55 2009
@@ -2,7 +2,7 @@
 
 m4_define(gnomebt_version_major, 2)
 m4_define(gnomebt_version_minor, 27)
-m4_define(gnomebt_version_micro, 2)
+m4_define(gnomebt_version_micro, 3)
 
 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=3:0:1
+GNOMEBT_LT_VERSION=4:0:2
 AC_SUBST(GNOMEBT_LT_VERSION)
 
 AM_MAINTAINER_MODE



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