[glom] Depend on libgda 5.0.0.



commit 2a9f69d604b531289ec67a24670711e4931fffce
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Oct 27 11:20:50 2011 +0200

    Depend on libgda 5.0.0.
    
    	* configure.ac: This version of libgda has fixes for:
    	Bug #661655 - data doesn't display when a field is renamed to string with a hyphen.
    	and
    	Bug #661073 - SQL Errors when a relationship name has capital letters.

 ChangeLog    |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 18fc7b1..717d9a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2011-10-27  Murray Cumming  <murrayc murrayc com>
 
+	Depend on libgda 5.0.0.
+
+	* configure.ac: This version of libgda has fixes for:
+	Bug #661655 - data doesn't display when a field is renamed to string with a hyphen.
+	and
+	Bug #661073 - SQL Errors when a relationship name has capital letters.
+
+2011-10-27  Murray Cumming  <murrayc murrayc com>
+
 	Remove GtkHandleBox from the .glade file too.
 	
 	* ui/developer/window_print_layout_edit.glade:
diff --git a/configure.ac b/configure.ac
index 3af7315..5869433 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ AS_IF([test "x$glom_enable_postgresql" = xyes],
 # Libraries used by libglom:
 # TODO: Remove the need for gthread-2.0 when we can depend on giomm (or glibmm) 3.32,
 # because gthread-2.0 is then just an empty unnecessary library.
-REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.4 libgda-postgres-5.0'
+REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.4 libgda-postgres-5.0 libgda-5.0 >= 5.0.0'
 
 AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])



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