summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ebb19e00..f27d043ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,12 @@
50 [sftp-server.c] 50 [sftp-server.c]
51 allow setting an explicit umask on the commandline to override whatever 51 allow setting an explicit umask on the commandline to override whatever
52 default the user has. bz#1229; ok dtucker@ deraadt@ markus@ 52 default the user has. bz#1229; ok dtucker@ deraadt@ markus@
53 - djm@cvs.openbsd.org 2009/08/27 17:33:49
54 [ssh-keygen.c]
55 force use of correct hash function for random-art signature display
56 as it was inheriting the wrong one when bubblebabble signatures were
57 activated; bz#1611 report and patch from fwojcik+openssh AT besh.com;
58 ok markus@
53 59
5420091002 6020091002
55 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 61 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.