File: ChangeLog

package info (click to toggle)
uid-wrapper 1.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 492 kB
  • sloc: ansic: 5,282; sh: 11; makefile: 8
file content (65 lines) | stat: -rw-r--r-- 1,852 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
ChangeLog
==========

version 1.2.8 (released 2020-03-05)
  * Fix path in pkgconfig module
  * Fix path in cmake find module

version 1.2.7 (released 2019-07-15)
  * Fix unsetting initial XIDs

version 1.2.6 (released 2019-07-15)
  * Fix manpage installation
  * Fix cmake-config installation

version 1.2.5 (released 2019-07-15)
  * Fixed running with sanitizers

version 1.2.4 (released 2017-07-24)
  * Added deadlock workaround for glibc < 2.24
  * Fixed a possible deadlock bug if uid_wrapper is turned off

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
  * Added a lot more tests

version 1.1.0 (released 2015-01-20)
  * Added support for gesresuid().
  * Added support for gesresgid().
  * Added MacOSX support.
  * Added fully working thread support.
  * Added more tests.
  * Fixed issues with older gcc versions.

version 1.0.2 (released 2014-07-31)
  * Added better logging system.
  * Added a mapnpage
  * Added build and install instructions
  * Fixed threading issue in the desctructor.

version 1.0.1 (released 2014-02-04)
  * Added --libs to pkg-config.
  * Added socket_wrapper-config.cmake
  * Fixed a bug packaging the obj directory.

version 1.0.0 (released 2014-02-02)
  * Initial release