gnomemm r1407 - libgdamm/trunk



Author: murrayc
Date: Sun Mar 16 13:40:16 2008
New Revision: 1407
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1407&view=rev

Log:
Increase version

Modified:
   libgdamm/trunk/ChangeLog
   libgdamm/trunk/NEWS
   libgdamm/trunk/configure.in

Modified: libgdamm/trunk/NEWS
==============================================================================
--- libgdamm/trunk/NEWS	(original)
+++ libgdamm/trunk/NEWS	Sun Mar 16 13:40:16 2008
@@ -1,4 +1,23 @@
-2.9.82:
+3.0.0: (stable)
+
+* DictConstraint: Removed fkey_set_fields().
+* DictDatabase: update_progress(): 
+  Corrected int to guint for parameters.
+* DictField:
+  - Added table and entry-plugin properties.
+  - get_constraints(): Return a Listhandle.
+* DictFuntion: get_arg_dict_types(): Return a Listhandle.
+* DictTable:
+  - Added db and is-view properties.
+  - get_parents(), get_constraints(): Return a Listhandle.
+* DictType: get_synonyms(): Return a Listhandle.
+* Entiry: get_fields(): Return a Listhandle.
+* Row: Added row property.
+* ServerOperation.hg: Added get_node_type().
+* EntityField.hg: Removed some vfuncs.
+* QueryFieldValue: Added get_is_parameter().
+
+2.9.82: (unstable)
 
 * .so name change to please Ubuntu.
   (Stefan Potyra. Launchpad bug 190744.)

Modified: libgdamm/trunk/configure.in
==============================================================================
--- libgdamm/trunk/configure.in	(original)
+++ libgdamm/trunk/configure.in	Sun Mar 16 13:40:16 2008
@@ -15,9 +15,9 @@
 #  Version and initialization
 #########################################################################
 #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],     [2])
-pushdef([LIBGDAMM_MINOR_VERSION],     [9])
-pushdef([LIBGDAMM_MICRO_VERSION],     [82])
+pushdef([LIBGDAMM_MAJOR_VERSION],     [3])
+pushdef([LIBGDAMM_MINOR_VERSION],     [0])
+pushdef([LIBGDAMM_MICRO_VERSION],     [0])
 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])
@@ -32,7 +32,7 @@
 #  ? :+1 : ?   == just some internal changes, nothing breaks but might work 
 #                 better
 # CURRENT : REVISION : AGE
-LIBGDAMM_SO_VERSION=9:0:0
+LIBGDAMM_SO_VERSION=10:0:0
 
 AC_SUBST(LIBGDAMM_VERSION)
 AC_SUBST(LIBGDAMM_RELEASE)



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