summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2020-06-04 22:11:36 +1000
committerDonovan Baarda <abo@minkirri.apana.org.au>2020-06-04 22:11:36 +1000
commit849893045f56f08d59532b743f5da4eebf7ad7aa (patch)
treefa22d2598102c12efbfa3c28206f1101138fce58
parentd6cc2744545cb4b186ae38abbac862b4ad2de1ab (diff)
downloadlibrsync-849893045f56f08d59532b743f5da4eebf7ad7aa.tar.gz
Update NEWS.md with changes for #206.
-rw-r--r--NEWS.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index f2aa2ee..f00d9e4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,16 @@
NOT RELEASED YET
+ * Add Travis Windows checks and improve compatibility. Turn on `-Wconversion
+ -Wno-sign-conversion` warnings for clang. Add MSVC compiler flags to turn
+ off posix warnings. Make all code compile clean with no warnings on all
+ Travis platforms. Added cmake config checking for windows `io.h` and
+ improve `fileutil.c` for MSVC. Fix broken error handling in
+ `rs_file_copy_cb()`. Improved trace output, making it less spamy and more
+ consistent. Add patch checking for invalid literal lengths. Improve
+ internal variable and argument types. Add explicit type conversions.
+ (dbaarda, https://github.com/librsync/librsync/pull/208)
+
* Fix a bug so patch will now fail returning RS_CORRUPT on encountering a
zero length copy command instead of hanging. Make copy_cb() copying more
data than requested an assert-fail on debug builds, and a log-warning for