summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-09-09 11:07:28 +1000
committerDamien Miller <djm@mindrot.org>2009-09-09 11:07:28 +1000
commite5d5a17fe16b5bb22259cb84ef13cd47e60d77d7 (patch)
tree7ab8afd7716986a88153485645b363e9a89ea469 /ChangeLog
parentdad48e7a96385f8a1bdadd9196e00cefa2a9b702 (diff)
- (djm) [serverloop.c] Fix test for server-assigned remote forwarding port
(-R 0:...); bz#1578, spotted and fix by gavin AT emf.net; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b692efad7..dcb471b53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120090908
2 - (djm) [serverloop.c] Fix test for server-assigned remote forwarding port
3 (-R 0:...); bz#1578, spotted and fix by gavin AT emf.net; ok dtucker@
4
120090901 520090901
2 - (dtucker) [configure.ac] Bug #1639: use AC_PATH_PROG to search the path for 6 - (dtucker) [configure.ac] Bug #1639: use AC_PATH_PROG to search the path for
3 krb5-config if it's not in the location specified by --with-kerberos5. 7 krb5-config if it's not in the location specified by --with-kerberos5.