[tryton-debian-vcs] tryton-modules-calendar branch debian-jessie-2.8 updated. debian/2.8.5-1-2-gf646bae
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Sep 21 12:27:54 UTC 2015
The following commit has been merged in the debian-jessie-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-calendar.git;a=commitdiff;h=debian/2.8.5-1-2-gf646bae
commit f646baee340f07627a313f8486a872aa58e3368e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 20:00:00 2015 +0200
Releasing debian version 2.8.6-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 39114ce..21f55b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-calendar (2.8.6-1) unstable; urgency=medium
+
+ * Merging upstream version 2.8.6.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 20 Sep 2015 20:00:00 +0200
+
tryton-modules-calendar (2.8.5-1) unstable; urgency=medium
* Merging upstream version 2.8.5.
commit 11bd45d9386d0576779fda1b7f3272fe5e83f086
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 19:59:59 2015 +0200
Merging upstream version 2.8.6.
diff --git a/CHANGELOG b/CHANGELOG
index a876ef2..cabaf7a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.6 - 2015-09-19
+* Bug fixes (see mercurial logs for details)
+
Version 2.8.5 - 2015-07-13
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index d7d4072..b316963 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_calendar
-Version: 2.8.5
+Version: 2.8.6
Summary: Tryton module for CalDAV
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/calendar_.py b/calendar_.py
index e8774d3..e520fde 100644
--- a/calendar_.py
+++ b/calendar_.py
@@ -1325,7 +1325,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 d1b45fc..ab3f606 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.8.5
+version=2.8.6
depends:
ir
res
diff --git a/trytond_calendar.egg-info/PKG-INFO b/trytond_calendar.egg-info/PKG-INFO
index f99ed46..b8ac6f0 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: 2.8.5
+Version: 2.8.6
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