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 40b15c144..5aa24bd4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,11 @@
17 [clientloop.h clientloop.c mux.c] 17 [clientloop.h clientloop.c mux.c]
18 No need for the mux cleanup callback to be visible so restore it to static 18 No need for the mux cleanup callback to be visible so restore it to static
19 and call it through the detach_user function pointer. ok djm@ 19 and call it through the detach_user function pointer. ok djm@
20 - dtucker@cvs.openbsd.org 2013/06/03 00:03:18
21 [mac.c]
22 force the MAC output to be 64-bit aligned so umac won't see unaligned
23 accesses on strict-alignment architectures. bz#2101, patch from
24 tomas.kuthan at oracle.com, ok djm@
20 25
2120130602 2620130602
22 - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy 27 - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy