Skip to content

Commit

Permalink
Update version to 2.1.0 and list changes in CHANGES file.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlopezroche committed Jul 1, 2020
1 parent 4c3e4fe commit 62a0ef1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ who contributed the patch or idea appears first, followed by
those who've otherwise worked on that item. For a list of
contributors names and identifiers please see the CONTRIBUTORS file.

Changes from 2.0.0 to 2.1.0:

- Rename cs command ("clear all selections") from cs to csel.
- Rename igs command ("invert selections") from igs to isel.
- Add "prune" command as synonym for DELETE key.
- Clear selections after deleting files via prune/DELETE.
- Fix dependency issues when fdupes is configured to not use ncurses.

Changes from 1.6.1 to 2.0.0:

- Add ncurses mode for interactive file deletion (plain mode still available
via --plain or ./configure).
- Add --minsize option.
- Add --maxsize option.
- Add --time option.
- Add --order=ctime option.
- Add --log option.
- Use configure script for installation (Autotools/Automake).

Changes from 1.6.0 to 1.6.1:

- Fix 'invalid option' error for -I. [AL]
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([fdupes], [2.0.0])
AC_INIT([fdupes], [2.1.0])

AM_INIT_AUTOMAKE([foreign subdir-objects])

Expand Down

0 comments on commit 62a0ef1

Please sign in to comment.