Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 8eaf328a9bfc0504729a996de1e28384 > files > 66

python-pywebdav-0.9.4.1-4.mga4.noarch.rpm

***************
*** 1,4 ****
- - Enhance logging mechanism
    [Stephane Klein]
  
  - Fix issue 15 : I've error when I execute PUT action with Apple Finder client
--- 1,27 ----
+ - Add somme configuration setting variable to enable/disable iterator and chunk support
+   [Stephane Klein]
+ 
+ - "log_request" is called after action (like Apache and other server), not before action
+   [Stephane Klein]
+ 
+ - Fix issue 23 : PyWebDAV need to use iterator to avoid over memory consuption
+   [Stephane Klein]
+ 
+ - Fix issue 22 : pywebdav need handle "Range" header information 
+                  in do_GET request
+   [Stephane Klein]
+ 
+ - Fix issue 21 : Add thread support
+   [Stephane Klein]
+ 
+ - Print User-Agent information in log request.
+   [Stephane Klein]
+ 
+ - Fix issue 13 : return http 1.0 compatible response (not chunked) when 
+                  request http version is 1.0
+   [cliff.wells]
+ 
+ - Fix issue 18 : Enhance logging mechanism
    [Stephane Klein]
  
  - Fix issue 15 : I've error when I execute PUT action with Apple Finder client