[pygda] 2.91.1



commit 8527bbb229437189e997fa3961a19c4150ef95a2
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Jan 14 09:46:24 2011 +0100

    2.91.1

 ChangeLog    |   17 ++---------------
 NEWS         |   16 ++++++++++++++++
 configure.ac |   12 ++++++------
 3 files changed, 24 insertions(+), 21 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7bb0899..2131a55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.29.1:
+
 2011-01-06  Murray Cumming  <murrayc murrayc com>
 
 	Avoid a warning about a GType with an unsuitable layout.
@@ -74,21 +76,6 @@ separate git/tarball module:
 	gda_server_operation_set_value_at, to be able to create and drop
 	databases via pygda.
 
-2009-03-10   Josselin Mouette  <joss malsain org>
-
-	reviewed by: Gustavo Carneiro
-
-	* docs/gtkmozembed/Makefile.am:
-	* docs/gtkspell/Makefile.am:
-	Bug 574762 â?? Docs do not build.
-
-2009-03-08  Gustavo J. A. M. Carneiro  <gjc inescporto pt>
-
-	* Makefile.am:
-	* docs/gtkmozembed/Makefile.am:
-	* docs/gtkspell/Makefile.am:
-	Make sure to ship the html generated docs.  Closes #574379.
-
 2.25.4:
 
 2009-02-06  Murray Cumming  <murrayc murrayc com>
diff --git a/NEWS b/NEWS
index 7650c9b..1798e10 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
+2.29.1 (unstable):
+
+* pygda is now a separate tarball and git module.
+  It was previously part of gnome-python-extras.
+* Depend on pygobject instead of pygtk.
+* (Maybe) add new API wrapping new API in libgda.
+  (Murray Cumming)
+* Allow creating and dropping databases via pygda.
+  (Armin Burgmeier)
+
+
 NEWS entries from gnome-python-extras, before pygda was split into a separate 
 git/tarball module.
 
+Overview of Changes from 2.25.3 to 2.25.4
+==============================================================================
+
+* Build fixes.
+
 Overview of Changes from 2.25.2 to 2.25.3
 ==============================================================================
 
diff --git a/configure.ac b/configure.ac
index b93b6e9..b6bbf90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ AC_PREREQ(2.52)
 
 dnl the gnome-python version number
 m4_define(pygda_major_version, 2)
-m4_define(pygda_minor_version, 25)
-m4_define(pygda_micro_version, 3)
+m4_define(pygda_minor_version, 29)
+m4_define(pygda_micro_version, 1)
 m4_define(pygda_version, pygda_major_version.pygda_minor_version.pygda_micro_version)
 
 dnl required versions of other packages
@@ -14,18 +14,18 @@ m4_define(pygobject_required_micro_version, 0)
 m4_define(pygobject_required_version, pygobject_required_major_version.pygobject_required_minor_version.pygobject_required_micro_version)
 m4_define(libgda_required_version,            4.0.0)
 
-AC_INIT(gnome-python-extras, pygda_version,
+AC_INIT(pygda, pygda_version,
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python])
 dnl AC_CONFIG_SRCDIR([gnome/uimodule.c])
 AM_CONFIG_HEADER(config.h)
 
 AM_INIT_AUTOMAKE
 
-AC_DEFINE(GNOME_PYTHON_EXTRAS_MAJOR_VERSION, pygda_major_version,
+AC_DEFINE(PYGDA_MAJOR_VERSION, pygda_major_version,
                                             [PyGDA major version])
-AC_DEFINE(GNOME_PYTHON_EXTRAS_MINOR_VERSION, pygda_minor_version,
+AC_DEFINE(PYGDA_MINOR_VERSION, pygda_minor_version,
                                             [PyGDA minor version])
-AC_DEFINE(GNOME_PYTHON_EXTRAS_MICRO_VERSION, pygda_micro_version,
+AC_DEFINE(PYGDA_MICRO_VERSION, pygda_micro_version,
                                             [PyGDA macro version])
 
 dnl AC_ARG_BINDING(NAME, DEFAULT [, MODULENAME])



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