summaryrefslogtreecommitdiff
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 e665f1204..282f99bc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
120010506
2 - (djm) Update config.guess and config.sub with latest versions (from
3 ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
4 Suggested by Jason Mader <jason@ncac.gwu.edu>
5
120010505 620010505
2 - OpenBSD CVS Sync 7 - OpenBSD CVS Sync
3 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56 8 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
@@ -5,8 +10,8 @@
5 typos 10 typos
6 - markus@cvs.openbsd.org 2001/05/04 14:34:34 11 - markus@cvs.openbsd.org 2001/05/04 14:34:34
7 [channels.c] 12 [channels.c]
8 channel_new() reallocs channels[], we cannot use Channel *c after calling 13 channel_new() reallocs channels[], we cannot use Channel *c after
9 channel_new(), XXX fix this in the future... 14 calling channel_new(), XXX fix this in the future...
10 - markus@cvs.openbsd.org 2001/05/04 23:47:34 15 - markus@cvs.openbsd.org 2001/05/04 23:47:34
11 [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c] 16 [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
12 move to Channel **channels (instead of Channel *channels), fixes realloc 17 move to Channel **channels (instead of Channel *channels), fixes realloc
@@ -5342,4 +5347,4 @@
5342 - Wrote replacements for strlcpy and mkdtemp 5347 - Wrote replacements for strlcpy and mkdtemp
5343 - Released 1.0pre1 5348 - Released 1.0pre1
5344 5349
5345$Id: ChangeLog,v 1.1199 2001/05/05 04:09:47 mouring Exp $ 5350$Id: ChangeLog,v 1.1200 2001/05/06 00:54:15 djm Exp $