gnome-python r664 - trunk



Author: gjc
Date: Sun Apr 12 11:56:52 2009
New Revision: 664
URL: http://svn.gnome.org/viewvc/gnome-python?rev=664&view=rev

Log:
2.26.1

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Apr 12 11:56:52 2009
@@ -1,3 +1,7 @@
+Overview of Changes from gnome-python 2.26.0 to gnome-python 2.26.1
+====================================================================
+* GConfEntry.get_value now accepts None as parameter for the locale
+
 Overview of Changes from gnome-python 2.25.90 to gnome-python 2.26.0
 ====================================================================
 (nothing changed)

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Apr 12 11:56:52 2009
@@ -4,7 +4,7 @@
 dnl the gnome-python version number
 m4_define(gnome_python_major_version, 2)
 m4_define(gnome_python_minor_version, 26)
-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 Apr 12 11:56:52 2009
@@ -13,7 +13,7 @@
 
 import Build
 
-VERSION = '2.26.0'
+VERSION = '2.26.1'
 APPNAME = 'gnome-python'
 srcdir = '.'
 blddir = 'build'



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