Imported Upstream version 0.6.6
[platform/upstream/libcap-ng.git] / ChangeLog
1 0.6.6
2 - In netcap, make sure readlink is handled properly
3 - Add CAP_SYSLOG
4 - In netcap and pscap, ensure euid is initialized
5 - Add CAP_WAKE_ALARM
6
7 0.6.5
8 - Fix self test build problem on clean system (Sterling X. Winter)
9 - Only open regular files in filecap
10 - Make building Python bindings optional
11 - Python bindings update (arfrever.fta)
12 - Fix filecap segfault when checking a specific file
13 - Add define for missing XATTR_NAME_CAPS since 2.6.36 makes it private
14
15 0.6.4
16 - Update packet socket code to print interface
17 - Fix effective capabilities read from file descriptor
18 - Use thread ID for capget/set calls
19
20 0.6.3
21 - In netcap and pscap use the effective uid
22 - In capng_change_id, only retain setpcap if clearing the bounding set
23
24 0.6.2
25 - Make pscap drop capabilities so its not listed in report
26 - Review prctl calls to make sure we are passing 5 args
27 - Add package config support
28
29 0.6.1
30 - In netcap, don't complain about missing udp or raw network files
31 - Adjusted data read in for file based capabilities
32
33 0.6
34 - In netcap, don't complain about missing network files
35 - Add python bindings
36 - Add m4 macro file to help developers configure libcap-ng in their apps
37 - Fake applying bounding set for old OS
38 - Ignore setpcap for old OS when changing id
39 - Remove capabilities v1 data handling from reading file attributes
40 - Set the SECURE_NO_SETUID_FIXUP and LOCKED securebits flags in capng_lock
41
42 0.5.1
43 - Remove unnecessary uid check in change_uid when dropping supplemental groups
44 - Add credential printout and other improvements to captest
45 - In the init routine, set hdr.pid to current process
46 - Use bit mask on effective capabilities check in have_capabilities
47 - Numeric printing of bounding set bits were in wrong order
48 - In update function, reverse the order of bounding set vs capabilities
49 - Revise the tests used to determine if bounding set should be updated
50
51 0.5
52 - If attr/xattr.h is not available disable file system capabilities
53 - Initialize capng_have_capability with capng_get_caps_process if unknown
54 - Make capng_change_id drop the gid if given
55 - Fixed cap_update for bounding set
56 - Fix have_capability for bounding set
57 - Added more tests to the make check target
58 - Remove CAPNG_LOCK_PERMS for change_id flags
59 - Added captest program
60
61 0.4.2
62 - Fix missing includes for various OS and platforms
63 - Correct misplaced #ifdef for older OS
64 - Reorder clearing of bounding set in capng_change_id
65 - Make locking a noop in capng_change_id for the moment
66
67 0.4.1
68 - spec file clean ups
69 - Man pages for all library functions
70
71 0.4
72 - Initial public release