summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-05-06 10:54:15 +1000
committerDamien Miller <djm@mindrot.org>2001-05-06 10:54:15 +1000
commit5bf5f2c8f84e4b12acd2ed6baa1b110c282249ff (patch)
tree29cb0556075fd4703cd0eceff2f1fc4f327a9377 /ChangeLog
parent99c73b377a45d3e008e73cca9073dc006e1cfaae (diff)
- (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 <jason@ncac.gwu.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e665f120..282f99bc 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 <jason@ncac.gwu.edu>
+
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
@@ -5342,4 +5347,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1199 2001/05/05 04:09:47 mouring Exp $
+$Id: ChangeLog,v 1.1200 2001/05/06 00:54:15 djm Exp $