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