[glom] 1.19.18



commit aa46bdcde8bb0d9b937f0c009fddc06de49e4c26
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Nov 7 13:15:35 2011 +0100

    1.19.18

 ChangeLog    |   12 +++++++-----
 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 3 files changed, 22 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8c6aa53..96c1502 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.19.18:
+
 2011-11-07  Murray Cumming  <murrayc murrayc com>
 
 	Add a test of backup and restore.
@@ -5,17 +7,17 @@
 	* glom/application.cc: on_menu_developer_export_backup(),
 	do_restore_backup(): Move code into 
 	* glom/libglom/document/document.[h|cc]: save_backup() and 
-  restore_backup_file() so it is easier to test.
+	restore_backup_file() so it is easier to test.
 
 	* tests/test_selfhosting_new_from_example.cc: Move some testing into:
 	* tests/test_selfhosting_utils.[h|cc]: test_example_musiccollection_data()
 	to avoid repeating code.
 	
 	* Makefile_tests.am: Added a new test:
-  * tests/test_selfhosting_new_then_backup_restore.cc: Test the new 
-  Document functions, though the data check currently fails and is commented 
-  out. I think it is just a problem in the test because the data is there
-  when using the UI.
+	* tests/test_selfhosting_new_then_backup_restore.cc: Test the new 
+	Document functions, though the data check currently fails and is commented 
+	out. I think it is just a problem in the test because the data is there
+	when using the UI.
 	
 2011-11-07  Murray Cumming  <murrayc murrayc com>
 
diff --git a/NEWS b/NEWS
index e43581b..ba69274 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+1.19.18 (unstable):
+
+* tests: Add a test of backup and restore.
+  (Murray Cumming)
+* Require libgda 5.0.2 to fix these Glom bugs:
+  - Can't see images.
+    Bug #662925
+  - Data doesn't display when a field is renamed to string with a hyphen.
+    Bug #661655 (Ben Konrath)
+  - SQL Errors when a relationship name has capital letters.
+    Bug #661073
+  (Murray Cumming)
+* Improvements to the (not compiled by default) SQLite code.
+
 1.19.17 (unstable):
 
 * Make connections to central PostgreSQL servers work again.
diff --git a/configure.ac b/configure.ac
index 4c7a150..95d7fa6 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.17],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.19.18],[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]