Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
 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.
  • Loading branch information
jvirkki committed Dec 31, 2015
1 parent 9ebecd4 commit f93750b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
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
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3-dev
1.3

0 comments on commit f93750b

Please sign in to comment.