summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-29 10:57:35 +1100
committerDamien Miller <djm@mindrot.org>2000-09-29 10:57:35 +1100
commit15e7d4b64c237243657742cb50fead1062bbb92e (patch)
treef5b553bd3e53586b62e71f8e8d96919ab1ac1f5e /ChangeLog
parentecf5830e8aff013f4274fafcfe77853749a69bf7 (diff)
- (djm) Fix SSH2 not terminating until all background tasks done problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1467f937..8aaa68f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20000929
+ - (djm) Fix SSH2 not terminating until all background tasks done problem.
+
20000926
- (djm) Update X11-askpass to 1.0.2 in RPM spec file
- (djm) Define _REENTRANT to pickup strtok_r() on HP/UX