Change make_build rpm macro
[platform/upstream/fdupes.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 59ff4fa..e6ec5dc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,36 @@ 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.1.1 to 2.1.2:
+
+ - Do not enter ncurses mode when --immediate option given.
+ - Fix logging/memory corruption bug when using --log with --immediate.
+
+Changes from 2.1.0 to 2.1.1:
+
+ - Break mtime ties using ctime when sorting by time.
+ - Reduce number of calls to stat(), for speed.
+ - Clear last command status when new command is entered.
+
+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]