aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2008-10-25 20:55:33 -0700
committerAndrew G. Morgan <morgan@kernel.org>2008-10-25 20:55:33 -0700
commit5a642cb5c3baec3ffedb0cbe8f194493b24a40c5 (patch)
tree2b5c4c6d81673cb0a9db6d132c333a2bd89caf15
parent434e7fcb1d54b798850f2340e86ab85efa11d34a (diff)
downloadlibcap-5a642cb5c3baec3ffedb0cbe8f194493b24a40c5.tar.gz
Update for release of 2.14.libcap-2.14
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--CHANGELOG25
-rw-r--r--Make.Rules2
2 files changed, 7 insertions, 20 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f59a211..a945be4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,24 +1,11 @@
-* See GIT repository for recent history
+For release notes and other info pointers:
- git://master.kernel.org/pub/scm/libs/libcap/libcap.git
+ http://sites.google.com/site/fullycapable/
-libcap 1.10
+See GIT repository for detailed source history
-* fixed cap_free to abide by correct documention - use it to free
- strings returned by cap_to_text().
+ http://git.kernel.org/?p=libs/libcap/libcap.git;a=summary
-libcap 1.03
+Or simply download the source:
-* Fix from Chris Evans relating to not seeing all of the capabilities
- in the automatically generated cap_names.h file (fix in
- _makenames.c)
-
-libcap 1.02
-
-* fixed kernel version matching to always fail when attempting to
- use an incompatible version of the library with the current kernel
-
-libcap 1.01
-
-* bug fixes from peeterj.
-* documentation fix regarding where binaries are installed
+ git clone git://git.kernel.org/pub/scm/libs/libcap/libcap.git
diff --git a/Make.Rules b/Make.Rules
index 0fcd8ad..a8670eb 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -37,7 +37,7 @@ LIBDIR=$(FAKEROOT)$(lib_prefix)/$(lib)
# common defines for libcap
LIBTITLE=libcap
VERSION=2
-MINOR=13
+MINOR=14
#
# Compilation specifics