Mention the latest changes.
authorWayne Davison <wayne@opencoder.net>
Sat, 20 Aug 2022 15:28:48 +0000 (08:28 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 20 Aug 2022 15:30:22 +0000 (08:30 -0700)
NEWS.md
packaging/cull-options

diff --git a/NEWS.md b/NEWS.md
index 2196c33ca67dac9f0954b438e9d2b90c3420db79..b5883ecf9d64c5e50bc272a8ae83d962096fa0cc 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,6 +7,9 @@
 - More path-cleaning in the file-list verification code to handle some rejected
   args.
 
+- Fixed a bug with the new file-list validation code when the last line of the
+  [`--files-from`](rsync.1#opt) list is not terminated by a newline.
+
 - Fixed a bug in the internal MD4 checksum code that could cause the digest
   to be sporadically incorrect (the openssl version was/is fine).
 
   version value. This should avoid using an unrelated git description for
   rsync's version.
 
+### DEVELOPER RELATED:
+
+- The configure script no longer sets the -pedantic-errors CFLAG (which it
+  used to try to do only for gcc).
+
+- A minor tweak to rrsync added "copy-devices" to the list of known args, but
+  left it disabled by default.
+
+- The name_num_obj struct was modified to allow its dynamic name_num_item list
+  to be initialized in a better way.
+
 ------------------------------------------------------------------------------
 
 # NEWS for rsync 3.2.5 (14 Aug 2022)
index 955c21f1b6cf4068f48024e580c89cd2a40f66e5..e71818cdb18ee5bf20c6c92c14e481ff2debb901 100755 (executable)
@@ -27,6 +27,7 @@ long_opts = { # These include some extra long-args that BackupPC uses:
         'recursive': 0,
         'stderr': 1,
         'times': 0,
+        'copy-devices': -1,
         'write-devices': -1,
         }