[Checkins] SVN: z3c.dav/trunk/ Bump version number and update the CHANGES.txt file.

Michael Kerrin michael.kerrin at openapp.ie
Sun Nov 18 11:15:49 EST 2007


Log message for revision 81920:
  Bump version number and update the CHANGES.txt file.
  

Changed:
  U   z3c.dav/trunk/CHANGES.txt
  U   z3c.dav/trunk/setup.py

-=-
Modified: z3c.dav/trunk/CHANGES.txt
===================================================================
--- z3c.dav/trunk/CHANGES.txt	2007-11-18 16:10:49 UTC (rev 81919)
+++ z3c.dav/trunk/CHANGES.txt	2007-11-18 16:15:48 UTC (rev 81920)
@@ -2,6 +2,15 @@
 Changes in z3c.dav
 ==================
 
+1.0b1
+=====
+
+- Fix bug in COPY / MOVE methods when the destination URL contained quoted
+  charactors - https://bugs.launchpad.net/z3c.dav/+bug/163150
+
+- MKCOP and PROPFIND methods needed to expect a string as a value for the
+  content-length header - https://bugs.launchpad.net/z3c.dav/+bug/163153
+
 0.9.1
 =====
 

Modified: z3c.dav/trunk/setup.py
===================================================================
--- z3c.dav/trunk/setup.py	2007-11-18 16:10:49 UTC (rev 81919)
+++ z3c.dav/trunk/setup.py	2007-11-18 16:15:48 UTC (rev 81920)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 setup(name = "z3c.dav",
-      version = "1.0b1",
+      version = "1.0b2",
       author = "Michael Kerrin",
       author_email = "michael.kerrin at openapp.ie",
       url = "http://launchpad.net/z3c.dav",



More information about the Checkins mailing list