[tryton-debian-vcs] tryton-modules-calendar branch upstream updated. upstream/3.6.1-1-g5027617
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Sep 21 12:27:56 UTC 2015
The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-calendar.git;a=commitdiff;h=upstream/3.6.1-1-g5027617
commit 50276179a8e13945bd679de75e32ebe94da7d1ca
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 19:58:56 2015 +0200
Adding upstream version 3.6.2.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 1c85592..c6a17f9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.2 - 2015-09-19
+* Bug fixes (see mercurial logs for details)
+
Version 3.6.1 - 2015-07-13
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index d69df21..e1fd0f7 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_calendar
-Version: 3.6.1
+Version: 3.6.2
Summary: Tryton module for CalDAV
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/calendar_.py b/calendar_.py
index 6b4115e..82e4821 100644
--- a/calendar_.py
+++ b/calendar_.py
@@ -1320,7 +1320,7 @@ class AttendeeMixin:
res = None
if self.attendee:
res = vobject.base.textLineToContentLine(
- str(self.attendee).replace('\r\n ', ''))
+ str(self.attendee).decode('utf-8').replace('\r\n ', ''))
else:
res = vobject.base.ContentLine('ATTENDEE', [], '')
diff --git a/tryton.cfg b/tryton.cfg
index ad37ba3..7af1618 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.1
+version=3.6.2
depends:
ir
res
diff --git a/trytond_calendar.egg-info/PKG-INFO b/trytond_calendar.egg-info/PKG-INFO
index cdc81b8..0f575fe 100644
--- a/trytond_calendar.egg-info/PKG-INFO
+++ b/trytond_calendar.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-calendar
-Version: 3.6.1
+Version: 3.6.2
Summary: Tryton module for CalDAV
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-calendar
More information about the tryton-debian-vcs
mailing list