conduit r1775 - in branches/gnome-2-24: . conduit scripts
- From: jstowers svn gnome org
- To: svn-commits-list gnome org
- Subject: conduit r1775 - in branches/gnome-2-24: . conduit scripts
- Date: Mon, 20 Oct 2008 21:45:13 +0000 (UTC)
Author: jstowers
Date: Mon Oct 20 21:45:13 2008
New Revision: 1775
URL: http://svn.gnome.org/viewvc/conduit?rev=1775&view=rev
Log:
2008-10-20 John Stowers <john stowers gmail com>
* NEWS:
* conduit/__init__.py:
* configure.ac: Post release version bump to 0.3.16
Modified:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/NEWS
branches/gnome-2-24/conduit/__init__.py
branches/gnome-2-24/configure.ac
branches/gnome-2-24/scripts/release.sh
Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS (original)
+++ branches/gnome-2-24/NEWS Mon Oct 20 21:45:13 2008
@@ -1,3 +1,6 @@
+NEW in 0.3.16:
+==============
+
NEW in 0.3.15:
==============
* Fixed #523181, Can't sync folders - escaping/unicode problem (John Stowers)
Modified: branches/gnome-2-24/conduit/__init__.py
==============================================================================
--- branches/gnome-2-24/conduit/__init__.py (original)
+++ branches/gnome-2-24/conduit/__init__.py Mon Oct 20 21:45:13 2008
@@ -47,7 +47,7 @@
if not PYTHONDIR in sys.path:
sys.path.insert(0, PYTHONDIR)
else:
- VERSION = "0.3.15"
+ VERSION = "0.3.16"
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: branches/gnome-2-24/configure.ac
==============================================================================
--- branches/gnome-2-24/configure.ac (original)
+++ branches/gnome-2-24/configure.ac Mon Oct 20 21:45:13 2008
@@ -1,4 +1,4 @@
-AC_INIT([conduit], [0.3.15],[john stowers gmail com],[conduit])
+AC_INIT([conduit], [0.3.16],[john stowers gmail com],[conduit])
AM_INIT_AUTOMAKE([1.9])
AC_CONFIG_SRCDIR(conduit/__init__.py)
AC_CONFIG_MACRO_DIR([m4])
Modified: branches/gnome-2-24/scripts/release.sh
==============================================================================
--- branches/gnome-2-24/scripts/release.sh (original)
+++ branches/gnome-2-24/scripts/release.sh Mon Oct 20 21:45:13 2008
@@ -6,9 +6,9 @@
fi
./scripts/maintainer.py \
- --revision=0.3.14 \
+ --revision=0.3.15 \
--package-name=Conduit \
- --package-version=0.3.15 \
+ --package-version=0.3.16 \
--package-module=conduit \
--release-note-template=scripts/release-template.txt \
$*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]