From: Wayne Davison Date: Fri, 10 Nov 2006 15:39:03 +0000 (+0000) Subject: Mention another internal change. X-Git-Tag: v3.0.0pre1~591 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d2ea5a8380b5fa5633ea358397753d491bbb227;p=thirdparty%2Frsync.git Mention another internal change. --- 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.