X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9ba53f26a3d88f53ef5eda4622ce87ca31f4b0d5..4d2ea5a8380b5fa5633ea358397753d491bbb227:/NEWS diff --git a/NEWS b/NEWS index 24704d57..e3fb34b5 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,9 @@ Changes since 2.6.9: INTERNAL: + - Added some isType() functions that make dealing with signed characters + easier without forcing variables via casts. + - Upgraded the included popt version to 1.10.2 and improved its use of string-handling functions.