Skip to content

Commit 5a642cb

Browse files
committed
Update for release of 2.14.
Signed-off-by: Andrew G. Morgan <[email protected]>
1 parent 434e7fc commit 5a642cb

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

Diff for: CHANGELOG

+6-19
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1-
* See GIT repository for recent history
1+
For release notes and other info pointers:
22

3-
git://master.kernel.org/pub/scm/libs/libcap/libcap.git
3+
http://sites.google.com/site/fullycapable/
44

5-
libcap 1.10
5+
See GIT repository for detailed source history
66

7-
* fixed cap_free to abide by correct documention - use it to free
8-
strings returned by cap_to_text().
7+
http://git.kernel.org/?p=libs/libcap/libcap.git;a=summary
98

10-
libcap 1.03
9+
Or simply download the source:
1110

12-
* Fix from Chris Evans relating to not seeing all of the capabilities
13-
in the automatically generated cap_names.h file (fix in
14-
_makenames.c)
15-
16-
libcap 1.02
17-
18-
* fixed kernel version matching to always fail when attempting to
19-
use an incompatible version of the library with the current kernel
20-
21-
libcap 1.01
22-
23-
* bug fixes from peeterj.
24-
* documentation fix regarding where binaries are installed
11+
git clone git://git.kernel.org/pub/scm/libs/libcap/libcap.git

Diff for: Make.Rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LIBDIR=$(FAKEROOT)$(lib_prefix)/$(lib)
3737
# common defines for libcap
3838
LIBTITLE=libcap
3939
VERSION=2
40-
MINOR=13
40+
MINOR=14
4141
#
4242

4343
# Compilation specifics

0 commit comments

Comments
 (0)