glom r1942 - in trunk: . glom/utility_widgets
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glom r1942 - in trunk: . glom/utility_widgets
- Date: Sun, 1 Mar 2009 13:11:42 +0000 (UTC)
Author: murrayc
Date: Sun Mar 1 13:11:42 2009
New Revision: 1942
URL: http://svn.gnome.org/viewvc/glom?rev=1942&view=rev
Log:
Increased version.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
trunk/glom/utility_widgets/test_flowtable.cc
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Mar 1 13:11:42 2009
@@ -1,3 +1,12 @@
+1.9.3: (unstable)
+
+* Fix network sharing with just-created documents.
+ Bug #572982.
+* Sqlite backend: Fix changing newly added fields with SQLite.
+ (Armin Burgmeier)
+* Build: Builds again against a released libgda version (3.99.12).
+ (Murray Cumming)
+
1.9.2: (unstable)
* Sqlite backend:
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Mar 1 13:11:42 2009
@@ -4,7 +4,7 @@
AM_CONFIG_HEADER(config.h)
# Package name and version number:
-AM_INIT_AUTOMAKE(glom, 1.9.2)
+AM_INIT_AUTOMAKE(glom, 1.9.3)
AM_MAINTAINER_MODE
@@ -97,7 +97,7 @@
fi
# Do not require, goocanvas and gtksourceviewmm in client only mode
-REQUIRED_LIBS="bakery-2.6 >= 2.6.0 gtkmm-2.4 >= 2.10 gthread-2.0 libxslt >= 1.1.10 pygda-4.0 >= 2.25.3 pygtk-2.0 >= 2.6.0 libgdamm-4.0 >= 3.99.11 libgda-4.0 >= 3.99.11 libgda-postgres-4.0 goocanvasmm-1.0 >= 0.13.0"
+REQUIRED_LIBS="bakery-2.6 >= 2.6.0 gtkmm-2.4 >= 2.10 gthread-2.0 libxslt >= 1.1.10 pygda-4.0 >= 2.25.3 pygtk-2.0 >= 2.6.0 libgdamm-4.0 >= 3.99.12 libgda-4.0 >= 3.99.12 libgda-postgres-4.0 goocanvasmm-1.0 >= 0.13.0"
if test $enable_client_only != yes; then
REQUIRED_LIBS="$REQUIRED_LIBS gtksourceviewmm-2.0"
fi
Modified: trunk/glom/utility_widgets/test_flowtable.cc
==============================================================================
--- trunk/glom/utility_widgets/test_flowtable.cc (original)
+++ trunk/glom/utility_widgets/test_flowtable.cc Sun Mar 1 13:11:42 2009
@@ -44,7 +44,7 @@
Gtk::Window window;
//Gtk::VBox flowtable;
Glom::FlowTable flowtable;
- flowtable.set_columns_count(4);
+ flowtable.set_columns_count(3);
flowtable.set_padding(5);
Gtk::Entry button7; button7.set_text("seven");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]