[tryton-debian-vcs] tryton-modules-calendar branch debian updated. debian/3.6.0-1-4-ge8e528a

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Jul 15 14:20:14 UTC 2015


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-calendar.git;a=commitdiff;h=debian/3.6.0-1-4-ge8e528a

commit e8e528a609fab230465afa62b567f7bc23cb4ae6
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Jul 15 12:40:49 2015 +0200

    Releasing debian version 3.6.1-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 37900ed..96b4e24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-calendar (3.6.1-1) unstable; urgency=medium
+
+  * Updating year of debian copyright.
+  * Adapting section naming in gbp.conf to current git-buildpackage.
+  * Merging upstream version 3.6.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 15 Jul 2015 12:40:49 +0200
+
 tryton-modules-calendar (3.6.0-1) unstable; urgency=medium
 
   * Wrapping and sorting control files (wrap-and-sort -bts).
commit 9b3e35d76608e2353a82aece91b148cfc6055360
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Jul 15 12:40:48 2015 +0200

    Merging upstream version 3.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index da8c30e..1c85592 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.1 - 2015-07-13
+* Bug fixes (see mercurial logs for details)
+
 Version 3.6.0 - 2015-04-20
 * Bug fixes (see mercurial logs for details)
 * Add support for PyPy
diff --git a/PKG-INFO b/PKG-INFO
index cd5f507..d69df21 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_calendar
-Version: 3.6.0
+Version: 3.6.1
 Summary: Tryton module for CalDAV
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/caldav.py b/caldav.py
index f79a0e1..c674813 100644
--- a/caldav.py
+++ b/caldav.py
@@ -298,7 +298,7 @@ def do_POST(self):
         except DAV_Error, exception:
             ec, _ = exception
             return self.send_status(ec)
-        self.send_body_chunks(DATA, 200, 'OK', 'OK')
+        self.send_body(DATA, 200, 'OK', 'OK')
         return
     return _prev_do_POST(self)
 
diff --git a/tryton.cfg b/tryton.cfg
index 2f680bb..ad37ba3 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.6.0
+version=3.6.1
 depends:
     ir
     res
diff --git a/trytond_calendar.egg-info/PKG-INFO b/trytond_calendar.egg-info/PKG-INFO
index 099f61e..cdc81b8 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.0
+Version: 3.6.1
 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