[dconf] Require gobject-introspection 0.9.5



commit e5d880f0ea536250c12bf8df182fb3a49af2e90a
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 15 22:10:49 2010 +0200

    Require gobject-introspection 0.9.5
    
    This is needed for --identifier-prefix.

 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 362cd1b..4f321d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes in dconf 0.5.1
+======================
+
+ - Adjust to GDBus API changes
+ - Send correct object path in Notify on WriteMany
+ - Use printf() and exit() instead of g_error() to avoid too many crash
+   reports for now
+ - Require vala 0.9.5
+ - Make dconf-editor optional
+ - Drop libgee requirement for dconf-editor
+ - Tweak shared library installation to make ldconfig happy
+ - Bump .gir version to dconf-1.0
+ - Fix introspection build with recent gobject-introspection
+ - Minor bug fixes
+
 Changes in dconf 0.5
 =====================
 
diff --git a/configure.ac b/configure.ac
index 68349e6..fad149e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_PROG_CC
 AM_PROG_VALAC([0.9.5])
 
 # Introspection
-GOBJECT_INTROSPECTION_CHECK([0.9.3])
+GOBJECT_INTROSPECTION_CHECK([0.9.5])
 
 # Gtk-doc support
 GTK_DOC_CHECK([1.15])



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