[pygda] 2.29.2



commit 45ec635c9968230c5fb09a1f43f2915f8da3846a
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Mar 18 11:09:53 2011 +0100

    2.29.2

 ChangeLog    |    2 ++
 NEWS         |   15 ++++++++++-----
 configure.ac |    4 ++--
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index de1c68c..c3554c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.29.2:
+
 2011-03-18  Murray Cumming  <murrayc murrayc com>
 
 	Avoid warning about GdaEasyCreateTableFlag.
diff --git a/NEWS b/NEWS
index 1798e10..59104d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.29.2 (unstable):
+
+* Avoid warning about GdaEasyCreateTableFlag.
+  (Murray Cumming)
+
 2.29.1 (unstable):
 
 * pygda is now a separate tarball and git module.
@@ -9,7 +14,7 @@
   (Armin Burgmeier)
 
 
-NEWS entries from gnome-python-extras, before pygda was split into a separate 
+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
@@ -28,14 +33,14 @@ Overview of Changes from 2.25.1 to 2.25.2
 
 * gda: Now requires and builds with the latest libgda (3.99.9)
   (Murray Cumming)
-  
+
 Overview of Changes from 2.19.1 to 2.25.1
 ==============================================================================
 * gda:
-  - pygda-3.0 is now replaced by pygda-4.0, wrapping libgda-4.0 instead of 
+  - pygda-3.0 is now replaced by pygda-4.0, wrapping libgda-4.0 instead of
   libgda-3.0, with various API changes.
   (Murray Cumming)
-  - On windows, install gda.pyd instead of gda.dll, as expected by Python on 
+  - On windows, install gda.pyd instead of gda.dll, as expected by Python on
   Windows, along with some other Windows fixes. (Armin Burgmeier)
 * Fixed the gdl build.
   (Johannes Schmid)
@@ -44,7 +49,7 @@ Overview of Changes from 2.19.1 to 2.25.1
   - Wrap gtk_moz_embed_set_path(). (Matthew Barnes) Bug #400861
   Bug #503067
 * Build:
-  - Allow the build and install of some modules to be disabled to make 
+  - Allow the build and install of some modules to be disabled to make
   life easier for distro packagers. (Arun Raghavan) Bug #534307
   - Allow documentation building to be disabled. (Gian Mario Tagliaretti)
   - Use python-config to get python includes. (Sebastien Bacher) Bug #448182.
diff --git a/configure.ac b/configure.ac
index b6bbf90..a02f10c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
 dnl the gnome-python version number
 m4_define(pygda_major_version, 2)
 m4_define(pygda_minor_version, 29)
-m4_define(pygda_micro_version, 1)
+m4_define(pygda_micro_version, 2)
 m4_define(pygda_version, pygda_major_version.pygda_minor_version.pygda_micro_version)
 
 dnl required versions of other packages
@@ -33,7 +33,7 @@ AC_DEFUN([AC_ARG_BINDING],
 [AC_ARG_ENABLE([$1],
              AC_HELP_STRING([--ifelse([$2], [YES], dis, en)able-[$1]],
                             [build ifelse([$3], , [$1], [$3]) bindings (default is [$2])]),
-             [if test "$enable_[$1]" = "yes"; then 
+             [if test "$enable_[$1]" = "yes"; then
 	     		build_[$1]=true
 			  else
 				build_[$1]=false



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