Version 0.15 of disParity is now available for download:
http://www.vilett.com/disParity/disParity0.15.zip
Changes in 0.15:
- Added primitive anonymous usage tracking. The first time disParity is run it assigns a random ID to itself, and every time disParity is run it hits a (currently non-existent) URL on my web server with that ID, the command ("create", "update", etc.) that was invoked, and the current version number. No other data is collected or logged. This way the error log on my web server can act as a simple way for me to keep track of how many unique users are running disPartiy and which commands they are invoking. This will influence how much time I spend working on improving disParity in the future. I would also like to eventually expand this mechanism to add support for automatic notification of new versions, and also auto-upload of crash info.
- Fixed parity corruption bug in the edit detection code. The bug would occur if the edited file's length had changed enough to change the number of 64K parity blocks required to protect the file.
- Fixed a bug in the handling of zero-length files.