WebDAV-Sync Changelog

What's new in WebDAV-Sync 1.1.4

Oct 5, 2013
  • Database corruption is possible when the disk of the local computer is full
  • An interrupted download or upload can delete the file during the next synchronization cycle
  • Exception when the server doesn't return etags

New in WebDAV-Sync 1.1.2 (Mar 4, 2013)

  • Try DELETE when PUT responds with a 405 (Method not allowed). (feature request 7)
  • Add -no-recursion option, which prohibits recursion into subfolders even if the server supports it. (feature request 8)
  • Add recursive and no-recursion options to the configuration file.
  • Add no-recursion options to the Ant-task.

New in WebDAV-Sync 1.1.1 (Nov 14, 2012)

  • Bug fixes:
  • 3490849: Not Compatible with SabreDAV 1.5.7
  • 3586736: Up-sync ignores local last modified timestamps

New in WebDAV-Sync 1.1 (Jul 20, 2012)

  • New features:
  • Rename file feature that maintains several versions of a file instead of
  • overwriting it, up to a configurable depth.
  • Optional hidden folder to move files and folders in instead of deleting them.
  • Reset option to erase the synchronization history of a directory/URL couple,
  • which makes it look like an initial synchronization.
  • Bug fixes:
  • 3545812: Wrong default HTTP-encoding

New in WebDAV-Sync 1.0.6 (Jul 9, 2012)

  • Bug fixes:
  • 3541343: Loop when fetching the tree from the server
  • 3541344: Local files can be deleted when the connection
  • 3541346: Missed changes between synchronizations
  • 3541347: A connection pool problem could cause a false conflict
  • 3541349: Incorrect handling of conflict between file and directory
  • 3541350: Wrongly encoded URLS can cause loop
  • 3541352: Exception when resource is forbidden
  • 3541353: URI-encoding problem when using the recursion option
  • Minor changes:
  • Tolerate the absence of the DAV: namespace for the collection element inside the resourcetype element. This is for egroupware.
  • Cope with URLs that contain characters that should have been URI-encoded.

New in WebDAV-Sync 1.0.4 (Mar 7, 2012)

  • Bug fixes:
  • 3466474: Tries to upload the first file and freezes
  • 3478695: Recursive requests do not work with SOGo
  • 3497653: Files can't be deleted in bidirectional mode
  • Minor changes:
  • Renaming of files and folders on the server can be detected through etags if
  • the server uses them consistently.

New in WebDAV-Sync 1.0.1 (Mar 1, 2010)

  • 2961113: Don't set "identity" in Content-Encoding header
  • 2961114: Don't assume collection comes first in PROPFIND response

New in WebDAV-Sync 1.0 (Feb 12, 2010)

  • Possibility to specify filename patterns to exclude from the synchronization.
  • (feature request 2782740)
  • An option to recur into empty directories when the server doesn't support
  • "depth infinity". (feature request 2786511)
  • Works with Apache 2.2.
  • Bug fixes
  • 2931493: Time-zone error when interpreting HTTP-dates
  • 2932173: Filenames should be Unicode normalized

New in WebDAV-Sync 1.0 Beta 3 (Aug 20, 2009)

  • New features
  • Add optional ACL for upload of new documents.
  • Bug fixes
  • Fix the source package. There were missing files.