gnome-python r629 - trunk



Author: gjc
Date: Sun Jun 15 16:21:36 2008
New Revision: 629
URL: http://svn.gnome.org/viewvc/gnome-python?rev=629&view=rev

Log:
Releasing version 2.22.1

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
   trunk/wscript

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Jun 15 16:21:36 2008
@@ -1,3 +1,9 @@
+Overview of Changes from gnome-python 2.22.0 to gnome-python 2.22.1
+====================================================================
+* Ability to compile only selected modules (#534307)
+  - Arun Raghavan: autotools version
+  - Gustavo Carneiro: WAF version
+
 Overview of Changes from gnome-python 2.21.0 to gnome-python 2.21.1
 ====================================================================
 * Cleanup link flags (Paul, #519014)

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Jun 15 16:21:36 2008
@@ -4,7 +4,7 @@
 dnl the gnome-python version number
 m4_define(gnome_python_major_version, 2)
 m4_define(gnome_python_minor_version, 22)
-m4_define(gnome_python_micro_version, 0)
+m4_define(gnome_python_micro_version, 1)
 m4_define(gnome_python_version, dnl
   gnome_python_major_version.gnome_python_minor_version.gnome_python_micro_version)
 

Modified: trunk/wscript
==============================================================================
--- trunk/wscript	(original)
+++ trunk/wscript	Sun Jun 15 16:21:36 2008
@@ -3,7 +3,7 @@
 import Params
 Params.g_autoconfig = True
 
-VERSION = '2.22.0'
+VERSION = '2.22.1'
 APPNAME = 'gnome-python'
 srcdir = '.'
 blddir = 'build'



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