summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-09-02 15:27:17 +0100
committerBastien Nocera <hadess@hadess.net>2009-09-02 15:37:18 +0100
commitfca397a37ee010d327848eed8167d7af26f32bf0 (patch)
treed1c16a17a8e337c829d324c7e914fc931712ae38
parenteb984ded73548659b98ac46c35198cde282d076e (diff)
downloadgnome-bluetooth-GNOMEBT_V_2_27_90.tar.gz
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--lib/Makefile.am3
3 files changed, 12 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 00064e70..e4f2fa1a 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 d53def83..07a44d06 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 d637f096..ec5a2245 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)