summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 15:08:40 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 15:08:40 +1000
commit167685756fde8bc213a8df2c8e1848e312db0f46 (patch)
tree68281de2cb4e414292f5aaa1515053cdbcef4db8 /ChangeLog
parentd0b69fe90466920d69c96069312e24b581771bd7 (diff)
- logan@cvs.openbsd.org 2014/05/04 10:40:59
[connect-privsep.sh] Remove the Z flag from the list of malloc options as it was removed from malloc.c 10 days ago. OK from miod@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 355343398..da8db6b1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -105,6 +105,12 @@
105 - dtucker@cvs.openbsd.org 2014/05/03 18:46:14 105 - dtucker@cvs.openbsd.org 2014/05/03 18:46:14
106 [proxy-connect.sh] 106 [proxy-connect.sh]
107 Add tests for with and without compression, with and without privsep. 107 Add tests for with and without compression, with and without privsep.
108 - logan@cvs.openbsd.org 2014/05/04 10:40:59
109 [connect-privsep.sh]
110 Remove the Z flag from the list of malloc options as it
111 was removed from malloc.c 10 days ago.
112
113 OK from miod@
108 114
10920140430 11520140430
110 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 116 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already