summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-11-09 00:17:41 +1100
committerDarren Tucker <dtucker@zip.com.au>2013-11-09 00:17:41 +1100
commit882abfd3fb3c98cfe70b4fc79224770468b570a5 (patch)
treec39ccf5324996fdb081f09f49be169d0971a0a68 /ChangeLog
parent8c333ec23bdf7da917aa20ac6803a2cdd79182c5 (diff)
- (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform
and pass in TEST_ENV. Unknown options cause stderr to get polluted and the stderr-data test to fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2f776781..72c53f706 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,9 @@
26 - (dtucker) [myproposal.h] Conditionally enable CURVE25519_SHA256. 26 - (dtucker) [myproposal.h] Conditionally enable CURVE25519_SHA256.
27 - (dtucker) [openbsd-compat/bsd-poll.c] Add headers to prevent compile 27 - (dtucker) [openbsd-compat/bsd-poll.c] Add headers to prevent compile
28 warnings. 28 warnings.
29 - (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform
30 and pass in TEST_ENV. Unknown options cause stderr to get polluted
31 and the stderr-data test to fail.
29 32
3020131107 3320131107
31 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5) 34 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)