A couple more NEWS updates.
authorWayne Davison <wayne@opencoder.net>
Mon, 27 Jul 2020 23:50:47 +0000 (16:50 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 28 Jul 2020 00:31:51 +0000 (17:31 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 0e762c623e01536bcc95a786394c0527ed8ff611..49eafefbdfe6132a158f11f99fe7843b1479697b 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -72,6 +72,9 @@
    `hosts deny` daemon parameters.  This is a finalized version of the
    netgroup-auth patch from the patches repo.
 
+ - Rsync can now hard-link symlinks on FreeBSD due to it making ues of the
+   linkat() function when it is available.
+
  - Output file+line info on out-of-memory & overflow errors while also avoiding
    the output of alternate build-dir path info that is not useful to the user.
 
@@ -83,6 +86,8 @@
 
  - Improved the INSTALL.md info.
 
+ - Added a few more suffixes to the default skip-compress list.
+
 ### INTERNAL:
 
  - Use a simpler overflow check idiom in a few spots.