Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
Add --exclude-path option to file and peers.
Add --link and --hardlink options to rmsh.
Support --minisize 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.
  • Loading branch information
jvirkki committed Dec 25, 2015
1 parent 78e0add commit 80dcce5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2015-12-24 Jyri J. Virkki <[email protected]>

* Version 1.2
* Add --exclude-path option to file and peers.
* Add --link and --hardlink options to rmsh.
* Support --minisize 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 <[email protected]>

* Version 1.1
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2-dev
1.2

0 comments on commit 80dcce5

Please sign in to comment.