Skip to content

Commit

Permalink
1.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlopezroche committed Aug 20, 2016
1 parent 34dd75b commit dd75663
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ those who've otherwise worked on that item. For a list of
contributors names and identifiers please see the CONTRIBUTORS file.


Changes from 1.51 to 1.6.0:

- Add --nohidden option. [MC]
- Add --permissions option. [MV]
- Add --order option. [SB]
- Add --reverse option. [AL]
- Add --immediate option. [AL]
- Speed up file comparison. [SB, ST]
- Fix bug where fdupes fails to consistently ignore hardlinks, depending on
file processing order, when F_CONSIDERHARDLINKS flag is not set. [AL]
- Fix bug in is_hardlink(): Proper traversal of duplicates is done via
dupe->duplicates, not via dupe->next. [AL]
- Revise md5.c to compile under OSX. [TH]
- Remove EXTERNAL_MD5 configuration option. [ID]
- Various other changes (see git log).

Changes from 1.50 to 1.51

- Added support for 64-bit file offsets on 32-bit systems.
Expand Down
29 changes: 17 additions & 12 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@ The following people have contributed in some way to the development
of fdupes. Please see the CHANGES file for detailed information
on their contributions. Names are listed in alphabetical order.

[AB] Adrian Bridgett ([email protected])
[AL] Adrian Lopez ([email protected])
[CHL] Charles Longeau ([email protected])
[AB] Adrian Bridgett <[email protected]>
[AL] Adrian Lopez <[email protected]>
[CHL] Charles Longeau <[email protected]>
[FD] Frank DENIS, a.k.a.
Jedi/Sector One, a.k.a.
DJ Chrysalis ([email protected])
[JB] Jean-Baptiste ()
[KK] Kresimir Kukulj ([email protected])
[LB] Laurent Bonnaud ([email protected])
[LM] Luca Montecchiani ([email protected])
[LR] Lukas Ruf ([email protected])
[PB] Peter Bray (Sydney, Australia)
[SSD] Steven S. Dick ([email protected])

DJ Chrysalis <[email protected]>
[JB] Jean-Baptiste
[KK] Kresimir Kukulj <[email protected]>
[LB] Laurent Bonnaud <[email protected]>
[LM] Luca Montecchiani <[email protected]>
[LR] Lukas Ruf <[email protected]>
[PB] Peter Bray (Sydney, Australia)
[SSD] Steven S. Dick <[email protected]>
[MC] Maximiliano Curia <[email protected]>
[MV] Michal Vyskocil <[email protected]>
[SB] Stefan Brüns <[email protected]>
[ST] Sandro Tosi <[email protected]>
[ID] Ivan Diorditsa <[email protected]>
[TH] Tom Hoover <[email protected]>
2 changes: 1 addition & 1 deletion Makefile.inc/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# VERSION determines the program's version number.
#

VERSION = 1.51
VERSION = 1.6.0

0 comments on commit dd75663

Please sign in to comment.