[glom] 1.19.1



commit 2c8c6d2f71c0840811b040e9663078b749280f9a
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Nov 4 14:37:29 2010 +0100

    1.19.1

 ChangeLog    |    6 +-----
 NEWS         |   15 +++++++++++++--
 configure.ac |    4 ++--
 3 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2d51eb7..47f8efe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -156,7 +156,7 @@
 
 2010-10-07  Murray Cumming  <murrayc murrayc com>
 
-	Choices: Do not offer editing formatting features when choosign extra fields.
+	Choices: Do not offer editing formatting features when choosing extra fields.
 
 	* glom/mode_design/layout/layout_item_dialogs/box_formatting.[h|cc]:
   Rename the two set_formatting() methods to set_formatting_for_non_field(),
@@ -728,10 +728,6 @@
   Adapted.
   This lets me use it for other things too.
 
-2010-09-06  Murray Cumming  <murrayc murrayc-desktop>
-
-	get_choices_related
-
 2010-09-06  Murray Cumming  <murrayc murrayc com>
 
 	Fix the build for the latest goocanvasmm and gtkmm API.
diff --git a/NEWS b/NEWS
index f73abf0..60c0ce2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,22 @@
-1.6.1 (stable);
+1.9.1 (unstable):
+
+* Choices: Allow multiple extra fields, and allow them to be related fields
+  or even doubly-related fields.
+  See http://www.murrayc.com/blog/permalink/2010/10/07/glom-choice-drop-downs-can-show-related-fields/
+* Added a --stop-auto-server-shutdown command-line option for debugging.
+* Build:
+  - Use gtkmm-3.0 instead of gtkmm-2.4.
+  - Use goocanvasmm-2.0 instead of goocanvasmm-1.0.
+  - Use gtksourceviewmm-3.0 instead of gtksourceviewmm-2.0.
+
+1.6.1 (stable):
 
 * Prevent crash when all fields have been deleted from a table, also when
   then trying to reopen the file. (Murray Cumming)
 * Find: prevent duplicate error dialog when no find criteria was entered.
   (Armin Burgeier)
 
-1.16.0: (stable)
+1.16.0 (stable):
 
 New features in Glom 1.16, compared to Glom 1.14:
 
diff --git a/configure.ac b/configure.ac
index 0d323f8..3bbd288 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,7 +151,7 @@ AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.3.1"])
 
 # Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 2.19.7 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 0.14.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 2.91.3 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 1.9.2"
 
 # Do not require iso-codes in client-only mode, or on Windows:
 # TODO: Package iso-codes for Windows?
@@ -160,7 +160,7 @@ AS_IF([test "x$glom_enable_client_only" != xyes && test "x$glom_host_win32" != x
 
 # Do not require gtksourceviewmm in client only mode
 AS_IF([test "x$glom_enable_client_only" != xyes],
-      [REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS gtksourceviewmm-3.0"])
+      [REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS gtksourceviewmm-3.0 >= 2.91.1"])
 
 AS_IF([test "x$glom_enable_sqlite" = xyes],
       [REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS libgda-sqlite-4.0"])



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