From 93e68bcb3bc5357a4908b1d9eb703ff5e9c54b48 Mon Sep 17 00:00:00 2001 From: Adrian Lopez Date: Tue, 18 Jun 2024 19:01:28 -0400 Subject: [PATCH] Update files for 2.3.1 release. --- CHANGES | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index cc77e3d..cecbffc 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ 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.0 to 2.3.1: + + - Fix buffer overflow bug in getrealpath() function. + Changes from 2.2.1 to 2.3.0: - Add --cache option to speed up file comparisons. diff --git a/configure.ac b/configure.ac index 00d1450..5483916 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fdupes], [2.3.0]) +AC_INIT([fdupes], [2.3.1]) AM_INIT_AUTOMAKE([foreign subdir-objects])