[libgdamm] 4.99.0



commit f1a1a66418f8e7d8dc0d51705f1086d4263d1f47
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 29 12:34:50 2011 +0200

    4.99.0

 ChangeLog    |    2 ++
 NEWS         |    7 ++++++-
 configure.ac |    4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c1f9612..8dcc805 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+4.99.0:
+
 2011-03-29  Murray Cumming  <murrayc murrayc com>
 
 	Connection: statement_execute_non_select(): Restore this method.
diff --git a/NEWS b/NEWS
index 484fd3c..fe7abf1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+4.99.0 (unstable):
+
+* Use libgda-5.0 instead of libgda-4.0.
+* This (libgdamm-5.0) installs in parallel with libgdamm-4.0.
+
 4.1.2: (unstable):
 
 * Use std::vector<> instead of *Handle<> or std::list<> for method paramteters
@@ -13,7 +18,7 @@
 * SqlStatement: Added string_to_type().
 * Some documentation improvements.
   (Murray Cumming)
-  
+
 3.99.21: (unstable):
 
 * DataModel: Declare DataModelError exceptions.
diff --git a/configure.ac b/configure.ac
index 666a894..9017a1b 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], [4.99.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
+AC_INIT([libgdamm], [4.99.0], [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.27.93 libgda-5.0 >= 4.99.1'])
+AC_SUBST([LIBGDAMM_MODULES], ['glibmm-2.4 >= 2.27.93 libgda-5.0 >= 4.99.0'])
 PKG_CHECK_MODULES([LIBGDAMM], [$LIBGDAMM_MODULES])
 
 PKG_CHECK_EXISTS([libgda-bdb-5.0], [libgdamm_have_bdb=yes], [libgdamm_have_bdb=no])



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