swrap: split out swrap_remove_wrapper() to handle swrap_close() and swrap_remove_stale()
[socket_wrapper.git] / CHANGELOG
index 3e89c08a6dde69cc6449e197ed24583fcf5d0a22..c2cbb232b4a9f4a3ecda7ebf59fed9133e010c7a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,20 @@
 ChangeLog
 ==========
 
+version 1.3.2 (released 2021-02-10)
+  * Fixed possible memory leak between swrap_recvmsg_{before,after}_unix()
+
+version 1.3.1 (released 2021-02-09)
+  * Fixed copy on write leak of ~38M for every fork
+  * Fixed issue with accept() on FreeBSD
+  * Fixed fd-passing on 32bit platforms
+  * Fixed invalid read in swrap_sendmsg_unix_scm_rights()
+
+version 1.3.0 (released 2021-02-03)
+  * Added support for fd-passing via unix sockets
+  * Added (de)contructor support on AIX with pragma init/finish
+  * Fixed mutex fork handling
+
 version 1.2.5 (released 2020-06-22)
   * Added basic support for TCP_INFO and SIOCOUTQ/TIOCOUTQ/FIONWRITE
   * Add SOCKET_WRAPPER_DIR_ALLOW_ORIG and abort() early if