X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/719fc62ff24f296bb23e3419eeadb21758c8b8bc..94539b2a08a60151156b41371ced2b1d383cfab8:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 3aa4add0..8928e3f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +20010506 + - (djm) Update config.guess and config.sub with latest versions (from + ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux. + Suggested by Jason Mader + 20010505 - OpenBSD CVS Sync - stevesk@cvs.openbsd.org 2001/05/04 14:21:56 @@ -5,8 +10,8 @@ typos - markus@cvs.openbsd.org 2001/05/04 14:34:34 [channels.c] - channel_new() reallocs channels[], we cannot use Channel *c after calling - channel_new(), XXX fix this in the future... + channel_new() reallocs channels[], we cannot use Channel *c after + calling channel_new(), XXX fix this in the future... - markus@cvs.openbsd.org 2001/05/04 23:47:34 [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c] move to Channel **channels (instead of Channel *channels), fixes realloc