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