gnomemm r2046 - libgdamm/trunk
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r2046 - libgdamm/trunk
- Date: Sun, 15 Feb 2009 22:22:56 +0000 (UTC)
Author: murrayc
Date: Sun Feb 15 22:22:56 2009
New Revision: 2046
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2046&view=rev
Log:
Increased version.
Modified:
libgdamm/trunk/ChangeLog
libgdamm/trunk/NEWS
libgdamm/trunk/configure.in
Modified: libgdamm/trunk/NEWS
==============================================================================
--- libgdamm/trunk/NEWS (original)
+++ libgdamm/trunk/NEWS Sun Feb 15 22:22:56 2009
@@ -1,3 +1,33 @@
+3.99.11: (unstable)
+
+* Builds with the latest libgda-4.0 (3.99.11).
+* Connection: statement_execute_non_select(): Added overload with
+ last_inserted_row parameter.
+ (Johannes Schmid)
+* DataHandler: Removed get_nb_g_types() and get_g_type_index().
+* Holder:
+ - copy(): Make this const.
+ - get_bind(): Use refreturn and add a const overload.
+ - set_value(): Renamed to set_value_as_value(). Added a templated set_value().
+ (Murray Cumming)
+ - Added add_holder(id, value) as convenience shortcut.
+ - get_holder(), get_parameters(): Correct reference-counting.
+ - Added HolderError exception.
+ (Johannes Schmid)
+* Set: Renamed add_holder(string, value) to add_holder_as_value().
+ Added a templated add_holder(string, T).
+* ServerProvider: Added a create_operation() overload that takes no parameters.
+ (Murray Cumming)
+* SqlParser: Added SqlParserError exception.
+ (Johannes Schmid)
+* Statement:
+ - Rename to_sql_extended() to to_sql(), and don't leak the string.
+ Made all to_sql() overloads const.
+ (Murray Cumming)
+ - get_parameters(): Corrected reference counting.
+ - Added StatmentError exception.
+ (Johannes Schmid)
+
3.99.8: (unstable)
* Connection::update_meta_store_table(): Make this actually work.
Modified: libgdamm/trunk/configure.in
==============================================================================
--- libgdamm/trunk/configure.in (original)
+++ libgdamm/trunk/configure.in Sun Feb 15 22:22:56 2009
@@ -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], [8])
+pushdef([LIBGDAMM_MICRO_VERSION], [11])
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])
@@ -112,7 +112,7 @@
#########################################################################
# Dependancy checks
#########################################################################
-LIBGDA_REQUIRED=3.99.8
+LIBGDA_REQUIRED=3.99.11
PKG_CHECK_MODULES(LIBGDAMM, glibmm-2.4 >= 2.12.8 libgda-4.0 >= $LIBGDA_REQUIRED)
AC_SUBST(LIBGDAMM_CFLAGS)
AC_SUBST(LIBGDAMM_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]