[libgdamm] 3.99.20



commit d3a7d182317e7dd2d4f7c75bbb7ef2b2fc260e8c
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue May 25 16:29:35 2010 +0200

    3.99.20

 ChangeLog    |    2 ++
 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cc159d9..f3a7994 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.99.20:
+
 2010-05-20  Murray Cumming  <murrayc murrayc com>
 
 	Fixed the build with latest libgda.
diff --git a/NEWS b/NEWS
index 5220eec..b68bb62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.99.20: (unstable):
+
+* Connection: Add statement_execute_non_select_builder(SqlBuilder).
+* SqlBuilder:
+  - Many API changes, mostly to match improvements in the C API.
+  - Declared the SqlError exception.
+  (Murray Cumming)
+* Documentation: Added doxygen main text.
+  (David King)
+
 3.99.19: (unstable):
 
 * Added SqlBuilder, for building SQL statements.
diff --git a/configure.ac b/configure.ac
index 2541822..b8acf79 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.19], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
+AC_INIT([libgdamm], [3.99.20], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
         [libgdamm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
@@ -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.1.4'])
+AC_SUBST([LIBGDAMM_MODULES], ['glibmm-2.4 >= 2.12.8 libgda-4.0 >= 4.1.6'])
 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]