[glom] 1.19.4
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] 1.19.4
- Date: Mon, 11 Apr 2011 15:41:09 +0000 (UTC)
commit 13381b94292b798e07cd80be87315bfbd1d31570
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Apr 11 17:41:01 2011 +0200
1.19.4
ChangeLog | 2 +
NEWS | 22 +++++++++++++++++++-
configure.ac | 4 +-
.../python/test_python_execute_func_with_record.cc | 2 +
4 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c799834..e65a595 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.19.4:
+
2011-04-11 Murray Cumming <murrayc murrayc com>
Fix a test.
diff --git a/NEWS b/NEWS
index f763aba..8d74e0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+1.19.4 (unstable):
+
+* Calculated fields and button scripts:
+ - Properly return boolean results.
+ - Initialize pygobject, to fix the use of the PyRecord API.
+* libglom: Added utils::build_sql_select_count_rows().
+* Fix crashes when using choices with fixed lists.
+* Do not crash if PyDateTime_IMPORT fails.
+* Remove some unnecessary padding/borders around the main window.
+* Main window: Use a custom Notebook-like widget instead of Gtk::Notebook.
+* CSV Import: Fix quoted-newline detection, so we don't drop rows.
+* Use the new Gtk::ComboBox CellArea API to align columns properly.
+* Build:
+ - Depend on libgdamm-5.0 instead of libgdamm-4.0.
+ - Remove the dependency on pygda, though we now check for
+ gi.repository.Gda at startup instead.
+ It is provided by libgda-5.0 (currently 4.99.x).
+ - Require the latest mm-common and dist the mm-common scripts.
+ - Require the latest gtksourceviewmm
+
1.19.3 (unstable):
* Build
@@ -47,7 +67,7 @@
Bug #167818
* Build: Remove the gconfmm dependency, because we don't use it.
(Murray Cumming)
-
+
1.16.1 (stable):
* Prevent crash when all fields have been deleted from a table, also when
diff --git a/configure.ac b/configure.ac
index cecfc73..4e8ca75 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.19.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.19.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([glom/main.cc])
@@ -169,7 +169,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 >= 2.91.9"])
+ [REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS gtksourceviewmm-3.0 >= 3.0.0"])
AS_IF([test "x$glom_enable_sqlite" = xyes],
[REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS libgda-sqlite-5.0"])
diff --git a/tests/python/test_python_execute_func_with_record.cc b/tests/python/test_python_execute_func_with_record.cc
index c2b96c3..c9748d5 100644
--- a/tests/python/test_python_execute_func_with_record.cc
+++ b/tests/python/test_python_execute_func_with_record.cc
@@ -2,6 +2,7 @@
#include <glom/libglom/connectionpool.h>
#include <glom/python_embed/glom_python.h>
#include <libglom/data_structure/glomconversions.h>
+#include <libglom/utils.h>
#include <boost/python.hpp>
#include <iostream>
@@ -45,6 +46,7 @@ int main()
return EXIT_FAILURE;
}
+ g_assert( Glom::Utils::file_exists(uri) );
//std::cout << "URI=" << uri << std::endl;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]