[glom] 1.19.17



commit d2003c78fe3da7c93a3c0c80491035bc292f17d8
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Nov 4 12:44:59 2011 +0100

    1.19.17

 ChangeLog         |    2 ++
 Makefile_tests.am |    4 +++-
 NEWS              |   19 +++++++++++++++++++
 configure.ac      |    2 +-
 4 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b5a1c8d..f1e6959 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.19.17:
+
 2011-11-04  Murray Cumming  <murrayc murrayc com>
 
 	Handle gdouble results from python functions.
diff --git a/Makefile_tests.am b/Makefile_tests.am
index f827acb..7bb1938 100644
--- a/Makefile_tests.am
+++ b/Makefile_tests.am
@@ -103,7 +103,9 @@ tests_python_test_python_module_CPPFLAGS = $(tests_cppflags)
 
 
 # Distribute the tests data:
-dist_noinst_DATA = tests/import/data/albums.csv
+dist_noinst_DATA = \
+	tests/import/data/albums.csv \
+	tests/test_image.jpg
 
 # Let the .cc source code know about this path: TODO: Actually use this.
 glom_test_import_defines = -DGLOM_TESTS_IMPORT_DATA_NOTINSTALLED=\""$(abs_top_srcdir)/tests/import/data/"\"
diff --git a/NEWS b/NEWS
index b8f00bd..e43581b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+1.19.17 (unstable):
+
+* Make connections to central PostgreSQL servers work again.
+* Details:
+  - In developer mode, draw some lines, as in glom 1.18.
+  - Notebook: Avoid truncating related records buttons,
+    working around GtkFrame bug #662915 .
+* Do not blank the data when showing the field definitions dialog.
+* Fix some warnings about invalid field types with choices.
+* Improvements to creation of temporary files, such as reports.
+* Handle gdouble results from python functions.
+* libglom:
+  - Utils::sqlbuilder_get_full_query(): Improve the result.
+  - Added Utils::build_sql_update_with_where_clause().
+* User guide: Update the screenshots.
+* tests:
+  - Add Glom::Priv test, to check parsting of PostgreSQL privileges tables.
+  - Add test of writing and then reading-back image data.
+
 1.19.16 (unstable):
 
 * Main window: Use a smaller default size.
diff --git a/configure.ac b/configure.ac
index 340a8ed..3788465 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.16],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.19.17],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])



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