conduit r1826 - in trunk: . conduit scripts
- From: jstowers svn gnome org
- To: svn-commits-list gnome org
- Subject: conduit r1826 - in trunk: . conduit scripts
- Date: Thu, 22 Jan 2009 23:15:27 +0000 (UTC)
Author: jstowers
Date: Thu Jan 22 23:15:27 2009
New Revision: 1826
URL: http://svn.gnome.org/viewvc/conduit?rev=1826&view=rev
Log:
2009-01-23 John Stowers <john stowers gmail com>
* NEWS:
* conduit/__init__.py:
* configure.ac:
* scripts/release.sh: Update version to 0.3.16
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 Thu Jan 22 23:15:27 2009
@@ -1,9 +1,28 @@
-NEW in 0.3.15:
+NEW in 0.3.16:
==============
* Support Firefox3 Bookmarks
* Support Google Bookmarks
* Support Nautilus Bookmarks
+NEW in 0.3.15:
+==============
+* Fixed #523181, Can't sync folders - escaping/unicode problem (John Stowers)
+* Fixed #555401, fix get_removable_volume_info call (Luca Ognibene)
+* Fixed #555403, some fixes to File datatype (Luca Ognibene)
+* Fixed #555421, fix sync with directories with illegal chars (Luca Ognibene)
+* Fixed #557105, Removable Volume support is broken on GIO (John Stowers)
+* Fixed #532854, Italian translation don't work (John Stowers)
+
+Translations:
+* Updated nb: Kjartan Maraas
+* Updated de: Hendrik Richter
+* Updated fr: Claude Paroz
+* Updated pt_BR: Og Maciel
+* Updated sv: Daniel Nylander
+
+Manual Translations:
+* Updated de: Mario BlÃttermann
+
NEW in 0.3.14:
==============
* Merge improved iPod support by Alexandre Rosenfeld. This was implemented as
Modified: trunk/conduit/__init__.py
==============================================================================
--- trunk/conduit/__init__.py (original)
+++ trunk/conduit/__init__.py Thu Jan 22 23:15:27 2009
@@ -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: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Jan 22 23:15:27 2009
@@ -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: trunk/scripts/release.sh
==============================================================================
--- trunk/scripts/release.sh (original)
+++ trunk/scripts/release.sh Thu Jan 22 23:15:27 2009
@@ -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]