[glom] 1.19.19



commit b7996d2fcac9a6d7d1f87d28f1a6a87095384da5
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Nov 8 15:31:53 2011 +0100

    1.19.19

 ChangeLog    |    2 ++
 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 3 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 45ba97f..e7c7e01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.19.19:
+
 2011-11-08  Murray Cumming  <murrayc murrayc com>
 
 	Use escape_sql_id() for privileges SQL queries.
diff --git a/NEWS b/NEWS
index ba69274..0cecdaf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.19.19 (unstable):
+
+* Use correct escapign of SQL identifiers in the custom SQL queries 
+  that change database structure or GROUPS and USERS.
+  However, this will fail with quote characters due to libgda bug #663608
+* Tests: Test some changes of database structure.
+* Require the latest libgdamm.
+  (Murray Cumming)
+
 1.19.18 (unstable):
 
 * tests: Add a test of backup and restore.
diff --git a/configure.ac b/configure.ac
index ab9bd22..37d4fa4 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.18],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.19.19],[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]