gnomemm r1949 - in libgdamm/trunk: . libgda/src
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1949 - in libgdamm/trunk: . libgda/src
- Date: Tue, 6 Jan 2009 09:54:59 +0000 (UTC)
Author: jhs
Date: Tue Jan 6 09:54:58 2009
New Revision: 1949
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1949&view=rev
Log:
3.99.7:
2009-01-04 Johannes Schmid <jschmid openismus com>
* libgda/src/column.hg: Added a _IGNORE for set_attribute()
* configure.in: Bumped version to 3.99.7 (synced with libgda)
* NEWS: Updated
Modified:
libgdamm/trunk/ChangeLog
libgdamm/trunk/NEWS
libgdamm/trunk/configure.in
libgdamm/trunk/libgda/src/column.hg
Modified: libgdamm/trunk/NEWS
==============================================================================
--- libgdamm/trunk/NEWS (original)
+++ libgdamm/trunk/NEWS Tue Jan 6 09:54:58 2009
@@ -1,3 +1,9 @@
+3.99.7: (unstable)
+
+* Completed most of the API of libgda v4
+* Many bug-fixes, references fixes and misc changes
+* New examples for meta data and configuration
+
3.99.0: (unstable)
This is the first release in the 4.x release cycle based on libgda-4.0. It features
Modified: libgdamm/trunk/configure.in
==============================================================================
--- libgdamm/trunk/configure.in (original)
+++ libgdamm/trunk/configure.in Tue Jan 6 09:54:58 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], [0])
+pushdef([LIBGDAMM_MICRO_VERSION], [7])
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])
Modified: libgdamm/trunk/libgda/src/column.hg
==============================================================================
--- libgdamm/trunk/libgda/src/column.hg (original)
+++ libgdamm/trunk/libgda/src/column.hg Tue Jan 6 09:54:58 2009
@@ -63,7 +63,7 @@
_WRAP_METHOD(Glib::ustring get_description() const, gda_column_get_description)
_WRAP_METHOD(void set_description(const Glib::ustring& title), gda_column_set_description)
-
+ _IGNORE(gda_column_set_attribute)
void set_attribute(const Glib::ustring& attribute, const Value& value);
_WRAP_METHOD(Value get_attribute(const Glib::ustring& attribute) const, gda_column_get_attribute)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]