summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4449ff14f9..95d1314cdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2022-06-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ filevercmp: don’t treat entire filename as suffix
+ Problem reported by Artém S. Tashkinóv in:
+ https://lists.gnu.org/r/bug-gnulib/2022-06/msg00012.html
+ * lib/filevercmp.c (file_prefixlen): When stripping
+ (\.[A-Za-z~][A-Za-z0-9~]*)*$ suffixes, do not strip
+ the entire file name.
+ * tests/test-filevercmp.c (examples): Adjust to match new behavior.
+
2022-06-03 Bruno Haible <bruno@clisp.org>
setlocale: Update after Turkey changed its name.