From ca3b9dec73ec45c66ad55ebb26c20d12fbb1af19 Mon Sep 17 00:00:00 2001 From: Adrian Lopez Date: Mon, 22 Aug 2022 14:38:58 -0400 Subject: [PATCH] Update version number and indicate changes. --- CHANGES | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e6ec5dc..1972e22 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,14 @@ 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.2 to 2.2.0: + + - Add --deferconfirmation option. + - Check that files marked as duplicates haven't changed during program + execution before deleting them. + - Update documentation to indicate units for SIZE in command-line options. + - Move some configuration settings to configure.ac file. + Changes from 2.1.1 to 2.1.2: - Do not enter ncurses mode when --immediate option given. diff --git a/configure.ac b/configure.ac index 5718298..6bf937e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fdupes], [2.1.2]) +AC_INIT([fdupes], [2.2.0]) AM_INIT_AUTOMAKE([foreign subdir-objects])