2018-03-21  Jyri J. Virkki  <jyri@virkki.com>

	* Version 1.6
	* Made --hdd mode the default.
	* Added an --ssd option to select SSD mode.
	* Added xxHash as an hash function and made it the default.
	* --hardlink-is-unique no longer forces --hdd mode.
	* Support for limiting read buffer allocation during scan.
	* Allow setting verbosity level directly with -V.
	* Deprecated the --uniques option, it hasn't been useful.
	* Deprecated the --nodb option, it goes against the dupd way.
	* Deprecated the --intblocks option, no longer relevant.
	* Deprecated the --file-count option, not needed.
	* Various performance improvements.
	* Minor stats and reporting cleanup.
	* Add support for building on FreeBSD.
	* Although not user-visible (ideally), this release contains
	  substantial code refactoring of several subsystems. Test carefully.

2017-12-12  Jyri J. Virkki  <jyri@virkki.com>

	* Version 1.5
	* --hardlink-is-unique now forces HDD mode (implies --hdd).
	* dupd no longer depends on libbloom.
	* Some performance improvements.
	* Logging/reporting cleanup and changes.
	* Deprecated --no-thread-hash scan option, no longer relevant.

2017-02-25  Jyri J. Virkki  <jyri@virkki.com>

	* Version 1.4
	* Added HDD mode for much better performance on hard drives.
	* Added 'refresh' operation to remove deleted files from database.
	* Added -I|--hardlink-is-unique to ignore hard link duplicates.
	* Allow --path value to be relative to current directory.
	* Added more documentation and a man page.
	* Added support for CSV and JSON report formats.
	* Added 'validate' operation.
	* Some reduction in RAM consumption.
	* Added multithreaded support.
	* OpenBSD build support.
	* Deprecated --pathsep option as it should not be needed anymore.
	* Warn if db seems too old.
	* Added support for additional hash choices (SHA1, SHA512)

2015-12-31  Jyri J. Virkki  <jyri@virkki.com>

	* Version 1.3
	* Fix handling of --uniques scan option.
	* Add --hidden option to enable scanning hidden files and directories.
	* Verify db version against dupd version, warn on mismatch.
	* Small performance improvement.
	* 100% code coverage by test suite.

2015-12-24  Jyri J. Virkki  <jyri@virkki.com>

	* Version 1.2
	* Add --exclude-path option to file and peers.
	* Add --link and --hardlink options to rmsh.
	* Support --minsize on scan. Change the minsize default to 1 byte.
	* Add short options to the more commonly useful options.
	* Some stats cleanup, additional stats, option to save stats file.
	* Remove hardcoded limit for max duplicates of one file.
	* Various performance improvements, YMMV.
	  See http://www.virkki.com/jyri/articles/index.php/some-dupd-performance-improvements/
	* Reduced memory usage.

2014-12-30  Jyri J. Virkki  <jyri@virkki.com>

	* Version 1.1
	* Adds ls, dups, uniques and rmsh operations to help navigate duplicate cleanup.
	* A handful of bug fixes since 1.0.

2012-11-19  Jyri J. Virkki  <jyri@virkki.com>

	* Version 1.0
	* Initial usable version, scan and report operations supported.
