uwrap: Move the EINVAL check down in seteuid()
[uid_wrapper.git] / ChangeLog
1 ChangeLog
2 ==========
3
4 version 1.1.1 (released 2015-08-20)
5   * Fixed getres(uid|gid) detection if unsupported.
6   * Fixed the configure on Solaris
7   * Added a lot more tests
8
9 version 1.1.0 (released 2015-01-20)
10   * Added support for gesresuid().
11   * Added support for gesresgid().
12   * Added MacOSX support.
13   * Added fully working thread support.
14   * Added more tests.
15   * Fixed issues with older gcc versions.
16
17 version 1.0.2 (released 2014-07-31)
18   * Added better logging system.
19   * Added a mapnpage
20   * Added build and install instructions
21   * Fixed threading issue in the desctructor.
22
23 version 1.0.1 (released 2014-02-04)
24   * Added --libs to pkg-config.
25   * Added socket_wrapper-config.cmake
26   * Fixed a bug packaging the obj directory.
27
28 version 1.0.0 (released 2014-02-02)
29   * Initial release