[libgdamm] 3.99.17



commit 347d7e95bf010444d56492fa2e2e4fdbb3b264d2
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Aug 26 16:43:36 2009 +0200

    3.99.17

 ChangeLog    |    2 ++
 NEWS         |   15 +++++++++++++++
 configure.ac |    6 +++---
 3 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e724415..06d3b77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.99.17:
+
 2009-08-20  Daniel Elstner  <danielk openismus com>
 
 	Rename @since back to @newin
diff --git a/NEWS b/NEWS
index 79c1504..4a5a53d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.99.17: (unstable)
+
+* Connection:
+  * Added the CONNECTION_OPTIONS_SQL_IDENTIFIERS_CASE_SENSITIVE which avoids 
+  exposing backend-specific case and quoting weirdness to applications.
+  * update_meta_store_table():
+  Use gda_meta_store_sql_identifier_quote() as mentioned in bug #589607, 
+  to make this work even with uppercase characters.
+* MetaStore: Can now thow a MetaStoreError exception.
+  (Murray Cumming)
+* Use the mm-common build system.
+  (Daniel Elstner)
+* Build: Fix the build when exceptions are disabled.
+  (Johannes Schmid)
+
 3.99.16: (unstable)
 
 * Build fixes for meamo (allow --fno-exceptions and !GLIBMM_EXCEPTIONS_ENABLED)
diff --git a/configure.ac b/configure.ac
index b86da95..187a787 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([libgdamm], [3.99.16], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
+AC_INIT([libgdamm], [3.99.17], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
         [libgdamm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
@@ -28,7 +28,7 @@ MM_PREREQ([0.6])
 MM_INIT_MODULE([libgdamm-4.0])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([LIBGDAMM_SO_VERSION], [11:0:0])
+AC_SUBST([LIBGDAMM_SO_VERSION], [12:0:0])
 
 AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-pax])
 AM_MAINTAINER_MODE
@@ -39,7 +39,7 @@ AC_DISABLE_STATIC
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
-AC_SUBST([LIBGDAMM_MODULES], ['glibmm-2.4 >= 2.12.8 libgda-4.0 >= 4.0.0'])
+AC_SUBST([LIBGDAMM_MODULES], ['glibmm-2.4 >= 2.12.8 libgda-4.0 >= 4.0.3'])
 PKG_CHECK_MODULES([LIBGDAMM], [$LIBGDAMM_MODULES])
 
 PKG_CHECK_EXISTS([libgda-bdb-4.0], [libgdamm_have_bdb=yes], [libgdamm_have_bdb=no])



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