summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98427ee3d..5c94171c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,11 @@
11 In glob(3), limit recursion during matching attempts. Similar to 11 In glob(3), limit recursion during matching attempts. Similar to
12 fnmatch fix. Also collapse consecutive '*' (from NetBSD). 12 fnmatch fix. Also collapse consecutive '*' (from NetBSD).
13 ok miod deraadt 13 ok miod deraadt
14 - djm@cvs.openbsd.org 2011/09/22 06:27:29
15 [glob.c]
16 fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was being
17 applied only to the gl_pathv vector and not the corresponding gl_statv
18 array. reported in OpenSSH bz#1935; feedback and okay matthew@
14 19
1520110909 2020110909
16 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From 21 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From