tests: Implement _nss_nwrap_initgroups_dyn(), _nss_nwrap_getgrent_r(), _nss_nwrap_get...
[nss_wrapper.git] / CHANGELOG
index e649ee8a9ab96a149d5a18264b76dcffdb820bc9..e3a9299d943d5a6ed89452cb489c914361b7c52a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,18 @@
 ChangeLog
 ==========
 
+version 1.1.13 (released 2022-10-09)
+  * Fixed possible mutex and threading issues
+
+version 1.1.12 (released 2022-06-24)
+  * Added (de)contructor support on AIX with pragma init/finish
+  * Fixed possible crash in getaddrinfo()
+  * Fixed issues with processes closing all fds when forking
+  * Fixed issues with setgrent() and endpwent() nss module support
+
+version 1.1.11 (released 2020-04-02)
+  * Fixed strict aliasing issues on armv7hl (32bit)
+
 version 1.1.10 (released 2020-03-19)
   * Fixed crash bug in OpenLDAP libraries with gethostbyname_r()
   * Code cleanup in gethostbyname(2)(_r) functions