[libgdamm] 3.99.21



commit 08f07ad7d67fd27f185a0c1d134588657f27bc2b
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Aug 6 18:09:46 2010 +0200

    3.99.21

 ChangeLog    |   20 +++++++++++---------
 NEWS         |    9 +++++++++
 configure.ac |    4 ++--
 3 files changed, 22 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a61a9a2..f13cce8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,37 +1,39 @@
+3.99.21:
+
 2010-06-21  Murray Cumming  <murrayc murrayc com>
 
 	DataModel: Added the DataModelError exceptions.
 
-	* libgda/src/datamodel.hg: Add this exception that can be thrown by these 
+	* libgda/src/datamodel.hg: Add this exception that can be thrown by these
 	methods.
 
 2010-06-21  Murray Cumming  <murrayc murrayc com>
 
 	Fix the examples (check) build.
 
-	* examples/sqlbuilder/main.cc: Adapt to the 
+	* examples/sqlbuilder/main.cc: Adapt to the
 	add_field_id()->add_field_value_id() API change.
 
 2010-06-21  Murray Cumming  <murrayc murrayc com>
 
 	ServerOperation: set_value_at(): Make this templated.
 
-	* libgda/src/serveroperation.[hg|ccg]: Add set_value_at_as_value() and make 
+	* libgda/src/serveroperation.[hg|ccg]: Add set_value_at_as_value() and make
 	set_value_at() a templated method, instead of just taking a string.
 
 2010-06-21  Murray Cumming  <murrayc murrayc com>
 
 	Add CREATE_USER, ALTER USER and DROP USER server operations.
 
-	* libgda/src/libgda_methods.defs: Regenerate with h2defs.py though the enums 
+	* libgda/src/libgda_methods.defs: Regenerate with h2defs.py though the enums
 	here are not actually used.
-	* libgda/src/libgda_enums.defs: Regenerate with enums.pl, to add the enums 
+	* libgda/src/libgda_enums.defs: Regenerate with enums.pl, to add the enums
 	for the new server operations.
 
 2010-06-15  Murray Cumming  <murrayc murrayc com>
 
 	SqlBuilder: Added add_field_id().
-	
+
 	* libgda/src/sqlbuilder.[hg|ccg]: Added add_field_id().
 
 2010-06-15  Murray Cumming  <murrayc murrayc com>
@@ -41,7 +43,7 @@
 	* libgda/src/libgda_methods.defs: Regenerated with h2defs.py.
 	* libgda/src/sqlbuilder.[hg|ccg]: Use Id instead of guint for the IDs.
 	It is just a typedef but it makes things clearer. libgda does this now too.
-	Rename add_field_id() to add_field_value_id() and change the implementation 
+	Rename add_field_id() to add_field_value_id() and change the implementation
 	of similar methods because the C functions were renamed (by me).
 
 3.99.20:
@@ -49,9 +51,9 @@
 2010-05-20  Murray Cumming  <murrayc murrayc com>
 
 	Fixed the build with latest libgda.
-	
+
 	* libgda/src/libgda_methods.defs: Regenerated with h2defs.py
-	* libgda/src/sqlbuilder.ccg: Adapted now that I have removed the id 
+	* libgda/src/sqlbuilder.ccg: Adapted now that I have removed the id
 	parameters from the C API.
 
 2010-05-17  Murray Cumming  <murrayc murrayc com>
diff --git a/NEWS b/NEWS
index b68bb62..6470782 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.99.21: (unstable):
+
+* DataModel: Declare DataModelError exceptions.
+* ServerOperation: set_value_at(): Make this templated.
+* Add CREATE_USER, ALTER USER and DROP USER server operations.
+* SqlBuilder: Added add_field_id().
+* Build: Fix the build with the latest libgda API.
+  (Murray Cumming)
+
 3.99.20: (unstable):
 
 * Connection: Add statement_execute_non_select_builder(SqlBuilder).
diff --git a/configure.ac b/configure.ac
index b8acf79..b9e0886 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.20], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
+AC_INIT([libgdamm], [3.99.21], [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.6'])
+AC_SUBST([LIBGDAMM_MODULES], ['glibmm-2.4 >= 2.12.8 libgda-4.0 >= 4.1.7'])
 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]