cmake: Update AddCMockaTest.cmake
[uid_wrapper.git] / ChangeLog
1 ChangeLog
2 ==========
3
4 version 1.2.4 (released 2017-07-24)
5   * Added deadlock workaround for glibc < 2.24
6   * Fixed a possible deadlock bug if uid_wrapper is turned off
7
8 version 1.2.3 (released 2017-07-14)
9   * Logging is always turned on now
10   * Fixed a memory leak
11   * Limited number of groups during fork+exec
12
13 version 1.2.2 (released 2017-07-13)
14   * Added support for fork'ed and then exec'ed processes
15   * Added support for Alpha
16
17 version 1.2.1 (released 2016-03-16)
18   * Documented missing options.
19   * Fixed a comipilation issue with -O3.
20
21 version 1.2.0 (released 2015-10-29)
22   * Added privilege checks for all set*uid and set*gid functions.
23   * Added a lot more and accurate tests which work as root.
24   * Fixed some minor issues
25
26 version 1.1.1 (released 2015-08-20)
27   * Fixed getres(uid|gid) detection if unsupported.
28   * Fixed the configure on Solaris
29   * Added a lot more tests
30
31 version 1.1.0 (released 2015-01-20)
32   * Added support for gesresuid().
33   * Added support for gesresgid().
34   * Added MacOSX support.
35   * Added fully working thread support.
36   * Added more tests.
37   * Fixed issues with older gcc versions.
38
39 version 1.0.2 (released 2014-07-31)
40   * Added better logging system.
41   * Added a mapnpage
42   * Added build and install instructions
43   * Fixed threading issue in the desctructor.
44
45 version 1.0.1 (released 2014-02-04)
46   * Added --libs to pkg-config.
47   * Added socket_wrapper-config.cmake
48   * Fixed a bug packaging the obj directory.
49
50 version 1.0.0 (released 2014-02-02)
51   * Initial release