[glom] 1.30.0



commit 1bd87ded4b9fa9321d13233470bff15a7abed1f3
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Sep 22 14:00:25 2015 +0200

    1.30.0

 NEWS         |   25 +++++++++++++++++++++++--
 configure.ac |    8 ++++----
 2 files changed, 27 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5f6c9d8..51edbc3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+1.30.0 (stable):
+
+* Dialog_FieldDefinition: Show self-triggering lookups as grayed-out.
+  (Murray Cumming) Bug #754641 (m.rick.mac)
+* Lookups: Prevent endless self lookups.
+  (Murray Cumming)
+* Use std::endl instead of std::cerr where std::endl was meant.
+  (David Evans) Bug #754294
+* Build: Disable use of yelp if --disable-documentation was used.
+  This should apparently be useful on MacOS:
+  https://trac.macports.org/ticket/44616
+  (Murray Cumming)
+* More use of C++11
+  (Murray Cumming)
+* EggSpreadTableDnd: Replace use of deprecated gtk_style_context_set_background.
+  (Murray Cumming)
+* Use property_whatever() instead of set_property("whatever").
+  (Murray Cumming)
+* ComboBox_Relationship: Fix a typo in a null check.
+  (Murray Cumming)
+
 1.29.5 (unstable):
 
 * Fix the build with python 3 and require python 3.
@@ -160,7 +181,7 @@ Build:
   * Fix the notebook vertical expansion with latest GTK+.
   (Murray Cumming)
 * Avoid a crash at shutdown.
-  (Murray Cumming) 
+  (Murray Cumming)
 * Add an AppData file for "GNOME Software".
   (Murray Cumming)
 * Remove the recent files menu items in the File menu,
@@ -323,7 +344,7 @@ Build:
 * Use Gtk::Application and Gtk::ApplicationWindow instead of Gtk::Main.
   So far this does not change anything whatosever for the user,
   though --help now doesn't list all options by default.
-  (Murray Cumming)  
+  (Murray Cumming)
 * Windows build fixes (not complete).
   (Murray Cumming) Bug ##671120 (alien), Bug #670903 (alien)
 
diff --git a/configure.ac b/configure.ac
index d590041..ef30dca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([Glom],[1.29.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.30.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])
@@ -159,13 +159,13 @@ AS_IF([test "x$glom_enable_postgresql" = xyes],
 
 
 # Libraries used by libglom:
-REQUIRED_LIBGLOM_LIBS='giomm-2.4 >= 2.43.1 libxml++-2.6 >= 2.23.1 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 
libgdamm-5.0 >= 4.99.8 libgda-5.0 >= 5.2.1 libgda-postgres-5.0 libgda-postgres-5.0 libgda-mysql-5.0 
libarchive >= 3.0'
+REQUIRED_LIBGLOM_LIBS='giomm-2.4 >= 2.46.1 libxml++-2.6 >= 2.24.0 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 
libgdamm-5.0 >= 4.99.10 libgda-5.0 >= 5.2.1 libgda-postgres-5.0 libgda-postgres-5.0 libgda-mysql-5.0 
libarchive >= 3.0'
 
 AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])
 
 # Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.15.2 goocanvasmm-2.0 >= 1.90.8 goocanvas-2.0 >= 
2.0.1 evince-view-3.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.18.0 goocanvasmm-2.0 >= 1.90.11 goocanvas-2.0 >= 
2.0.1 evince-view-3.0"
 
 # Do not require iso-codes in client-only mode, or on Windows:
 # TODO: Package iso-codes for Windows?
@@ -174,7 +174,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 >= 3.0.0"])
+      [REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS gtksourceviewmm-3.0 >= 3.18.0"])
 
 AS_IF([test "x$glom_enable_sqlite" = xyes],
       [REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS libgda-sqlite-5.0"])


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