summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-07-16 22:42:06 +1000
committerDamien Miller <djm@mindrot.org>2008-07-16 22:42:06 +1000
commit6ef17495e9c867ef01860a7c97fc1f24ef7aa8db (patch)
treec3185dac25e482ef3541750ae30e2a1ae3ac6e0a /ChangeLog
parentb9d3bee0031e9f6acef85556eb6418a728e605f5 (diff)
- djm@cvs.openbsd.org 2008/07/16 11:52:19
[channels.c] this loop index should be automatic, not static
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01217406f..13addb89d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
8 [clientloop.c] 8 [clientloop.c]
9 rename variable first_gc -> last_gc (since it is actually the last 9 rename variable first_gc -> last_gc (since it is actually the last
10 in the list). 10 in the list).
11 - djm@cvs.openbsd.org 2008/07/16 11:52:19
12 [channels.c]
13 this loop index should be automatic, not static
11 14
1220080714 1520080714
13 - (djm) OpenBSD CVS Sync 16 - (djm) OpenBSD CVS Sync
@@ -4681,4 +4684,4 @@
4681 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4684 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4682 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4685 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4683 4686
4684$Id: ChangeLog,v 1.5086 2008/07/16 12:40:52 djm Exp $ 4687$Id: ChangeLog,v 1.5087 2008/07/16 12:42:06 djm Exp $