conduit r1650 - in trunk: . conduit scripts
- From: jstowers svn gnome org
- To: svn-commits-list gnome org
- Subject: conduit r1650 - in trunk: . conduit scripts
- Date: Tue, 5 Aug 2008 12:51:56 +0000 (UTC)
Author: jstowers
Date: Tue Aug 5 12:51:56 2008
New Revision: 1650
URL: http://svn.gnome.org/viewvc/conduit?rev=1650&view=rev
Log:
2008-08-06 John Stowers <john stowers gmail com>
* scripts/release.sh:
* NEWS:
* conduit/__init__.py:
* configure.ac: Brown paper bag release.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/conduit/__init__.py
trunk/configure.ac
trunk/scripts/release.sh
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Aug 5 12:51:56 2008
@@ -1,5 +1,14 @@
-NEW in 0.3.14:
+NEW in 0.3.13.1:
==============
+* Brown paper bag release
+
+* Fixed #546161, Remove unecessary scrollbar on Canvas (John Stowers)
+* Fixed #546273, Error syncing files with Flickr (John Stowers)
+* Fixed #546343, Web browser fails when installed (John Stowers)
+
+Translations:
+* Updated gl: Jorge Gonzalez
+* Updated es: Jorge Gonzalez
NEW in 0.3.13:
==============
Modified: trunk/conduit/__init__.py
==============================================================================
--- trunk/conduit/__init__.py (original)
+++ trunk/conduit/__init__.py Tue Aug 5 12:51:56 2008
@@ -47,7 +47,7 @@
if not PYTHONDIR in sys.path:
sys.path.insert(0, PYTHONDIR)
else:
- VERSION = "0.3.14"
+ VERSION = "0.3.13.1"
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 Tue Aug 5 12:51:56 2008
@@ -1,4 +1,4 @@
-AC_INIT([conduit], [0.3.14],[john stowers gmail com],[conduit])
+AC_INIT([conduit], [0.3.13.1],[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 Tue Aug 5 12:51:56 2008
@@ -8,7 +8,7 @@
./scripts/maintainer.py \
--revision=0.3.13 \
--package-name=Conduit \
- --package-version=0.3.14 \
+ --package-version=0.3.13.1 \
--package-module=conduit \
--release-note-template=scripts/release-template.txt \
$*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]