diff --git a/ChangeLog b/ChangeLog index 274eb08a..cbf9086a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Mon 28 Dec 2020 09:37:00 MSK Completely reworked and rewritten TCP_CORK, TCP_NOPUSH, TCP_NODELAY and MSG_MORE handling. Reduced number of sys-calls, fixed portability for - FreeBSD, OpenBSD, NetBSD, Darwin, W32. + FreeBSD, OpenBSD, NetBSD, Darwin, W32, Solaris. Removed usage of gnutls_record_cork() as it fully blocks stream until final block is ready. Fixed compatibility with C90 compilers.