uwrap: Add a workaround for glibc malloc mutex deadlock bug
[uid_wrapper.git] / ChangeLog
index 7242b20de6d9e21ffbc2f29413a5029dfa7304d5..33a879ef935ddd05401092e3a373fa091a259fc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,24 @@
 ChangeLog
 ==========
 
+version 1.2.3 (released 2017-07-14)
+  * Logging is always turned on now
+  * Fixed a memory leak
+  * Limited number of groups during fork+exec
+
+version 1.2.2 (released 2017-07-13)
+  * Added support for fork'ed and then exec'ed processes
+  * Added support for Alpha
+
+version 1.2.1 (released 2016-03-16)
+  * Documented missing options.
+  * Fixed a comipilation issue with -O3.
+
+version 1.2.0 (released 2015-10-29)
+  * Added privilege checks for all set*uid and set*gid functions.
+  * Added a lot more and accurate tests which work as root.
+  * Fixed some minor issues
+
 version 1.1.1 (released 2015-08-20)
   * Fixed getres(uid|gid) detection if unsupported.
   * Fixed the configure on Solaris