SyncDocs Changelog

What's new in SyncDocs 0.6.7

Dec 17, 2009
  • Fixed issue with the check for latest version feature.

New in SyncDocs 0.6.5 (Jul 16, 2009)

  • Fixed issue with Troubleshoot.command where directories with spaces were not
  • correctly handled.
  • Fixed NullPointerException when loading the Zeroconf implementation from the
  • configuration file.
  • Added a catch for UnsatisfiedLinkError, which may fix issues related to a
  • missing 64-bit library for Java 6 on some Macs.
  • Fixed bug when clicking "OK" on the Setup dialog if Bonjour is not available.
  • Fixed version checking (SourceForge has streamlined their download process).

New in SyncDocs 0.6.3 (Dec 10, 2008)

  • A bug has been fixed where downloads could not be moved or renamed on Windows until the server was stopped.

New in SyncDocs 0.6.2 (Dec 8, 2008)

  • The last version was a false alarm. This version is required for integrated backup and restore functionality. The server and client have been tested together to ensure there are no more false alarms.
  • If an application requests files from a directory to restore, it no longer needs to send the filetype. If a comma separated list of filetypes is sent, only these files will be listed.
  • Directories are no longer created if a directory listing of a non-existant directory is requested.
  • Fixed minor grammatical error in English resource bundle.

New in SyncDocs 0.6.1 (Dec 1, 2008)

  • This release is required for integrated backup and restore. Once applications support the new protocol, you will not need to drag and drop files from the downloads directory back into the main file list to restore.
  • SyncDocs no longer identifies files that have been moved or deleted as files that are available to the client. The previous behaviour created zero length files on the client for any files that were not found.
  • The "href" attribute returned for a directory is now entity and URL encoded so the iPhone client can handle it better.
  • All URLs returned to the server are now absolute URLs for the benefit of the iPhone client.

New in SyncDocs 0.6 (Nov 13, 2008)

  • SyncDocs now sends valid XHTML. If you're interested in using SyncDocs to transfer files between computers, there is now a Java SyncDocs client as well that needs this version to work correctly.
  • MD5 verification is now possible for downloads as well as uploads.
  • The transfer handler has been refactored for better reuse.

New in SyncDocs 0.5 (Nov 4, 2008)

  • Fixes for JRE 1.4.2_18
  • Added a Portuguese translation, provided by HelvĂ©cio Mafra
  • Added full support for uploading and downloading files in subdirectories
  • A new "Use user directory for downloads" option has been added to the Setup dialog. If this option is checked, the downloads will be put in the same directory as the configuration file, which works better with Vista and is better for those making use of multiuser features.
  • Added code to make the main window bigger if a change of language makes some buttons disappear
  • A size check on the button panel now runs after Ctrl+S (resize to default). If all the buttons cannot be shown inside the main window with the default size (600, 300), the window will be made larger to accomodate the buttons.

New in SyncDocs 0.4.6 (Oct 27, 2008)

  • Ctrl+R now works again (Ctrl+R resets the main window location to 0,0).
  • Fixed drag and drop support on Ubuntu Hardy Heron with Nautilus in List Mode