Mention latest changes in NEWS.
authorWayne Davison <wayne@opencoder.net>
Sat, 6 Apr 2024 16:17:16 +0000 (09:17 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 6 Apr 2024 16:22:29 +0000 (09:22 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index ca60c32cb282d26c1c0efea4403c280889729368..da1e18528c7ca45314c9db943ae14301a3936033 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
 - Fixed an buffer overflow in the checksum2 code if SHA1 is being used for
   the checksum2 algorithm.
 
+- Fixed an issue when rsync is compiled using `_FORTIFY_SOURCE` so that the
+  extra tests don't complain about a strlcpy() limit value (which was too
+  large, even though it wasn't possible for the larger value to cause an
+  overflow).
+
 - Add a backtick to the list of characters that the filename quoting needs to
   escape using backslashes.
 
@@ -49,6 +54,8 @@
 - Changed the mapfrom & mapto perl scripts (in the support dir) into a single
   python script named idmap.  Converted a couple more perl scripts into python.
 
+- Changed the mnt-excl perl script (in the support dir) into a python script.
+
 ### DEVELOPER RELATED:
 
  - Updated config.guess (timestamp 2023-01-01) and config.sub (timestamp