[gnome-bluetooth] 2.27.90



commit fca397a37ee010d327848eed8167d7af26f32bf0
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Sep 2 15:27:17 2009 +0100

    2.27.90

 NEWS            |   10 ++++++++++
 configure.ac    |    2 +-
 lib/Makefile.am |    3 +--
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 00064e7..e4f2fa1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+ver 2.27.90:
+Wizard:
+	- Fix crasher when exiting and the NetworkManager
+	  plugin was installed
+	- Fix wizard not loading because of a bug in the UI
+	  definition
+
+Properties:
+	- Fix keyboard not working
+
 ver 2.27.9:
 All:
 	- Port to using new rfkill API in Linux
diff --git a/configure.ac b/configure.ac
index d53def8..07a44d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
 
 m4_define(gnomebt_version_major, 2)
 m4_define(gnomebt_version_minor, 27)
-m4_define(gnomebt_version_micro, 9)
+m4_define(gnomebt_version_micro, 90)
 
 AC_INIT([gnome-bluetooth],
         [gnomebt_version_major.gnomebt_version_minor.gnomebt_version_micro],
diff --git a/lib/Makefile.am b/lib/Makefile.am
index d637f09..ec5a224 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -50,6 +50,7 @@ gnomebluetooth_HEADERS =				\
 
 AM_CFLAGS = -I$(srcdir) $(LIBGNOMEBT_CFLAGS) $(COMMON_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPLUGINDIR=\"$(libdir)/gnome-bluetooth/plugins\"
 
+if HAVE_INTROSPECTION
 BUILT_GIRSOURCES += GnomeBluetooth-1.0.gir
 
 GnomeBluetooth-1.0.gir: $(libgnome_bluetooth_la_SOURCES)
@@ -73,8 +74,6 @@ GnomeBluetooth-1.0.gir: $(INTROSPECTION_SCANNER)
 		$(LIBGNOMEBT_CFLAGS) \
 		$(gnomebluetooth_HEADERS)
 
-if HAVE_INTROSPECTION
-
 girdir = $(GIRDIR)
 dist_gir_DATA = $(BUILT_GIRSOURCES)
 



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