~ubuntu-branches/ubuntu/saucy/libcap-ng/saucy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2009-06-22 21:47:25 UTC
  • Revision ID: james.westby@ubuntu.com-20090622214725-zvqziievudbuiylh
Tags: upstream-0.5.1
ImportĀ upstreamĀ versionĀ 0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.5.1
 
2
- Remove unnecessary uid check in change_uid when dropping supplemental groups
 
3
- Add credential printout and other improvements to captest
 
4
- In the init routine, set hdr.pid to current process
 
5
- Use bit mask on effective capabilities check in have_capabilities
 
6
- Numeric printing of bounding set bits were in wrong order
 
7
- In update function, reverse the order of bounding set vs capabilities
 
8
- Revise the tests used to determine if bounding set should be updated
 
9
 
 
10
0.5
 
11
- If attr/xattr.h is not available disable file system capabilities
 
12
- Initialize capng_have_capability with capng_get_caps_process if unknown
 
13
- Make capng_change_id drop the gid if given
 
14
- Fixed cap_update for bounding set
 
15
- Fix have_capability for bounding set
 
16
- Added more tests to the make check target
 
17
- Remove CAPNG_LOCK_PERMS for change_id flags
 
18
- Added captest program
 
19
 
 
20
0.4.2
 
21
- Fix missing includes for various OS and platforms
 
22
- Correct misplaced #ifdef for older OS
 
23
- Reorder clearing of bounding set in capng_change_id
 
24
- Make locking a noop in capng_change_id for the moment
 
25
 
 
26
0.4.1
 
27
- spec file clean ups
 
28
- Man pages for all library functions
 
29
 
 
30
0.4
 
31
- Initial public release