[libgdamm] Updated files for release and fixed a typo



commit 43a8faeec82f4dfe301840eb7a129ad2ed18e8be
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Jun 29 11:24:28 2009 +0200

    Updated files for release and fixed a typo

 ChangeLog               |   14 ++++++++++++--
 NEWS                    |    5 +++++
 configure.in            |    2 +-
 examples/simple/main.cc |    2 +-
 4 files changed, 19 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 42dee70..6173795 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
+3.99.16:
+
 2009-06-29  Johannes Schmid  <jschmid openismus com>
 
-  * examples/simple/main.cc:
-  Fixed build without exceptions
+	* NEWS
+	* configure.in:
+	Updated for 3.99.16 release
+
+	* examples/simple/main.cc: Fixed typo
+
+2009-06-29  Johannes Schmid  <jschmid openismus com>
+
+	* examples/simple/main.cc:
+	Fixed build without exceptions
 
 2009-06-22  Johannes Schmid  <jschmid openismus com>
 	
diff --git a/NEWS b/NEWS
index f81a314..79c1504 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+3.99.16: (unstable)
+
+* Build fixes for meamo (allow --fno-exceptions and !GLIBMM_EXCEPTIONS_ENABLED)
+  (Johannes Schmid)
+
 3.99.15: (unstable)
 
 * Connection: update_meta_store_table_names() and update_meta_store_table().
diff --git a/configure.in b/configure.in
index 1a39d9b..22cff30 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 pushdef([LIBGDAMM_MAJOR_VERSION],     [3])
 pushdef([LIBGDAMM_MINOR_VERSION],     [99])
-pushdef([LIBGDAMM_MICRO_VERSION],     [15])
+pushdef([LIBGDAMM_MICRO_VERSION],     [16])
 pushdef([LIBGDAMM_EXTRA_VERSION],     [])
 pushdef([LIBGDAMM_VERSION], LIBGDAMM_MAJOR_VERSION.LIBGDAMM_MINOR_VERSION.LIBGDAMM_MICRO_VERSION[]LIBGDAMM_EXTRA_VERSION)
 AC_INIT([libgdamm], LIBGDAMM_VERSION, [gtkmm-list gnome org])
diff --git a/examples/simple/main.cc b/examples/simple/main.cc
index ef12f30..71ea3a6 100644
--- a/examples/simple/main.cc
+++ b/examples/simple/main.cc
@@ -101,7 +101,7 @@ display_products_contents (const Glib::RefPtr<Gda::Connection>& cnc)
 {
   const Glib::ustring sql = "SELECT ref, name, price FROM products";
   Glib::RefPtr<Gda::DataModel> data_model;
-#ifdef GLIBMM_EXCEPTIOMS_ENABLED
+#ifdef GLIBMM_EXCEPTIONS_ENABLED
   try
   {
     data_model = cnc->statement_execute_select (sql);



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