X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/d9ed544bbdeeecbd30c9483ecda4cc7fc6adbacf..d3fc2aa362fa8cfab0a7096864124b4c864966be:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 5aea0d00..139be43a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +20060921 + - (dtucker) OpenBSD CVS Sync + - otto@cvs.openbsd.org 2006/09/19 05:52:23 + [sftp.c] + Use S_IS* macros insted of masking with S_IF* flags. The latter may + have multiple bits set, which lead to surprising results. Spotted by + Paul Stoeber, more to come. ok millert@ pedro@ jaredy@ djm@ + 20060918 - (dtucker) [configure.ac] On AIX, check to see if the compiler will allow macro redefinitions, and if not, remove "-qlanglvl=ansi" from the flags.