diff --git a/CHANGES b/CHANGES index cecbffc..e18b086 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,11 @@ 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.3.1 to 2.3.2: + + - Keep cursor as close to current group as possible after deleting files. + - Omit endian.h when building on AIX. + Changes from 2.3.0 to 2.3.1: - Fix buffer overflow bug in getrealpath() function. diff --git a/configure.ac b/configure.ac index 5483916..3840d22 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fdupes], [2.3.1]) +AC_INIT([fdupes], [2.3.2]) AM_INIT_AUTOMAKE([foreign subdir-objects])