conduit r1437 - in trunk: . conduit scripts
- From: jstowers svn gnome org
- To: svn-commits-list gnome org
- Subject: conduit r1437 - in trunk: . conduit scripts
- Date: Wed, 30 Apr 2008 10:34:20 +0100 (BST)
Author: jstowers
Date: Wed Apr 30 09:34:20 2008
New Revision: 1437
URL: http://svn.gnome.org/viewvc/conduit?rev=1437&view=rev
Log:
2008-04-30 John Stowers <john stowers gmail com>
* NEWS:
* conduit/__init__.py:
* configure.ac: Version bump to 0.3.11
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/conduit/__init__.py
trunk/configure.ac
trunk/scripts/ChangeLog
trunk/scripts/release.sh
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Apr 30 09:34:20 2008
@@ -1,3 +1,7 @@
+NEW in 0.3.11:
+==============
+*
+
NEW in 0.3.10:
==============
* Improve error logging and debug messages at startup
Modified: trunk/conduit/__init__.py
==============================================================================
--- trunk/conduit/__init__.py (original)
+++ trunk/conduit/__init__.py Wed Apr 30 09:34:20 2008
@@ -47,7 +47,7 @@
if not PYTHONDIR in sys.path:
sys.path.insert(0, PYTHONDIR)
else:
- VERSION = "0.3.10"
+ VERSION = "0.3.11"
LOCALE_DIR = os.path.join(DIRECTORY, "po")
SHARED_DATA_DIR = os.path.join(DIRECTORY, "data")
GLADE_FILE = os.path.join(DIRECTORY, "data","conduit.glade")
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Apr 30 09:34:20 2008
@@ -1,4 +1,4 @@
-AC_INIT([conduit], [0.3.10],[john stowers gmail com],[conduit])
+AC_INIT([conduit], [0.3.11],[john stowers gmail com],[conduit])
AM_INIT_AUTOMAKE([1.9])
AC_CONFIG_SRCDIR(conduit/__init__.py)
AC_CONFIG_MACRO_DIR([m4])
Modified: trunk/scripts/release.sh
==============================================================================
--- trunk/scripts/release.sh (original)
+++ trunk/scripts/release.sh Wed Apr 30 09:34:20 2008
@@ -6,9 +6,9 @@
fi
./scripts/maintainer.py \
- --revision=0.3.9 \
+ --revision=0.3.10 \
--package-name=Conduit \
- --package-version=0.3.10 \
+ --package-version=0.3.11 \
--package-module=conduit \
--release-note-template=scripts/release-template.txt \
$*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]