Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Releases: DLR-SC/python-webdav-lib

0.4.2

Choose a tag to compare

@schlauch schlauch released this 29 Feb 13:42
  • Bug fix release.
  • Corrected return value of "webdav.WebdavResponse.LiveProperties.getContentLength". It returns int again.

0.4.1

Choose a tag to compare

@schlauch schlauch released this 29 Feb 13:39
  • A workaround is needed for servers which provide no correct resource type.

0.4.0

Choose a tag to compare

@schlauch schlauch released this 29 Feb 13:38
  • A workaround is needed for servers which provide no correct resource type.
  • Improve handling of missing WebDAV Live properties.
  • Extend the example command line tool.
  • Improve debugging.

0.3.1

Choose a tag to compare

@schlauch schlauch released this 29 Feb 13:36

Small bug fix release.

0.3.0

Choose a tag to compare

@schlauch schlauch released this 29 Feb 13:35

Most significant change: Python 2.4 and Jython 2.5 compatibility added.

0.2.0

Choose a tag to compare

@schlauch schlauch released this 29 Feb 13:35

Regular feature release.
Special thanks to Radek Dvořák and Mikko Pallari.

0.1.2

Choose a tag to compare

@schlauch schlauch released this 29 Feb 13:34

This is a bugfix release which addresses some problems concerning file uploads. Updating is recommended.