gnome-python-extras r443 - trunk



Author: murrayc
Date: Wed Jan 21 19:44:30 2009
New Revision: 443
URL: http://svn.gnome.org/viewvc/gnome-python-extras?rev=443&view=rev

Log:
Increased version

Modified:
   trunk/Makefile.am
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Wed Jan 21 19:44:30 2009
@@ -55,7 +55,7 @@
   examples/gksu2/simple.py \
   examples/gtkhtml2/simple-browser.py \
   examples/gtkspell/test.py \
-  examples/gtkspell/gtkspell.py \
+  examples/gtkspell/spell.py \
   examples/gdl/gdl_test.py \
   examples/gdl/gdl_combo_button.py \
   examples/gdl/gdl_dock.py

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Jan 21 19:44:30 2009
@@ -1,3 +1,23 @@
+Overview of Changes from 2.19.1 to 2.24.1
+==============================================================================
+* gda:
+  - 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 
+  Windows, along with some other Windows fixes. (Armin Burgmeier)
+* Fixed the gdl build.
+  (Johannes Schmid)
+* gtkmozembed:
+  - Fix the build with XUL 1.9. (Gustavo J. A. M. Carneiro)
+  - 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 
+  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.
+
 Overview of Changes from 2.14.3 to 2.19.1
 ==============================================================================
 * egg.trayicon:

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Jan 21 19:44:30 2009
@@ -3,7 +3,7 @@
 
 dnl the gnome-python version number
 m4_define(gnome_python_extras_major_version, 2)
-m4_define(gnome_python_extras_minor_version, 19)
+m4_define(gnome_python_extras_minor_version, 25)
 m4_define(gnome_python_extras_micro_version, 1)
 m4_define(gnome_python_extras_version, gnome_python_extras_major_version.gnome_python_extras_minor_version.gnome_python_extras_micro_version)
 



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