From dd756638af1225490f6f2dc5432d11a07cbce7b5 Mon Sep 17 00:00:00 2001 From: Adrian Lopez Date: Sat, 20 Aug 2016 18:09:32 -0400 Subject: [PATCH] 1.6.0 release. --- CHANGES | 16 ++++++++++++++++ CONTRIBUTORS | 29 +++++++++++++++++------------ Makefile.inc/VERSION | 2 +- 3 files changed, 34 insertions(+), 13 deletions(-) diff --git a/CHANGES b/CHANGES index d2bcdfb..ac5e16b 100644 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f238f2b..6ea7e2b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -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 (adrian.bridgett@iname.com) - [AL] Adrian Lopez (adrian2@caribe.net) -[CHL] Charles Longeau (chl@tuxfamily.org) + [AB] Adrian Bridgett + [AL] Adrian Lopez +[CHL] Charles Longeau [FD] Frank DENIS, a.k.a. Jedi/Sector One, a.k.a. - DJ Chrysalis (j@4u.net) - [JB] Jean-Baptiste () - [KK] Kresimir Kukulj (madmax@pc-hrvoje.srce.hr) - [LB] Laurent Bonnaud (Laurent.Bonnaud@iut2.upmf-grenoble.fr) - [LM] Luca Montecchiani (m.luca@iname.com) - [LR] Lukas Ruf (lukas@lpr.ch) - [PB] Peter Bray (Sydney, Australia) -[SSD] Steven S. Dick (ssd@nevets.oau.org) - + DJ Chrysalis + [JB] Jean-Baptiste + [KK] Kresimir Kukulj + [LB] Laurent Bonnaud + [LM] Luca Montecchiani + [LR] Lukas Ruf + [PB] Peter Bray (Sydney, Australia) +[SSD] Steven S. Dick + [MC] Maximiliano Curia + [MV] Michal Vyskocil + [SB] Stefan BrĂ¼ns + [ST] Sandro Tosi + [ID] Ivan Diorditsa + [TH] Tom Hoover \ No newline at end of file diff --git a/Makefile.inc/VERSION b/Makefile.inc/VERSION index 2ec1586..8ce3f9d 100644 --- a/Makefile.inc/VERSION +++ b/Makefile.inc/VERSION @@ -2,4 +2,4 @@ # VERSION determines the program's version number. # -VERSION = 1.51 +VERSION = 1.6.0