[tryton-debian-vcs] tryton-modules-calendar branch debian-wheezy-2.6 updated. debian/2.6.2-1-2-g83ce35b
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Dec 11 18:48:13 UTC 2013
The following commit has been merged in the debian-wheezy-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-calendar.git;a=commitdiff;h=debian/2.6.2-1-2-g83ce35b
commit 83ce35b4c704edc20cf68207f679806e7af08a5e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Dec 11 19:47:07 2013 +0100
Releasing debian version 2.6.3-1.
diff --git a/debian/changelog b/debian/changelog
index afd68c7..c8543a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-calendar (2.6.3-1) unstable; urgency=low
+
+ * Merging upstream version 2.6.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 11 Dec 2013 19:27:53 +0100
+
tryton-modules-calendar (2.6.2-1) experimental; urgency=low
* Removing Daniel from Uploaders. Thanks for your work! (Closes: #704373).
commit b83ceca3c045cb3a42815ce491d8ac894da03a13
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Dec 11 19:23:17 2013 +0100
Merging upstream version 2.6.3.
diff --git a/CHANGELOG b/CHANGELOG
index ffa7322..9ef7a0f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.3 - 2013-12-04
+* Bug fixes (see mercurial logs for details)
+
Version 2.6.2 - 2013-05-02
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index c3673f6..0518659 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_calendar
-Version: 2.6.2
+Version: 2.6.3
Summary: Tryton module for CalDAV
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/calendar_.py b/calendar_.py
index 8dc2fce..ee470fc 100644
--- a/calendar_.py
+++ b/calendar_.py
@@ -792,7 +792,7 @@ class Event(ModelSQL, ModelView):
Alarm = pool.get('calendar.event.alarm')
Rdate = pool.get('calendar.event.rdate')
Exdate = pool.get('calendar.event.exdate')
- Rrule = pool.get('calendar.rrule')
+ Rrule = pool.get('calendar.event.rrule')
Exrule = pool.get('calendar.event.exrule')
vevents = []
diff --git a/tryton.cfg b/tryton.cfg
index b334dad..15fed43 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.6.2
+version=2.6.3
depends:
ir
res
diff --git a/trytond_calendar.egg-info/PKG-INFO b/trytond_calendar.egg-info/PKG-INFO
index ee96ee8..0151ace 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.6.2
+Version: 2.6.3
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