summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-01-18 22:12:15 +1100
committerDarren Tucker <dtucker@zip.com.au>2014-01-18 22:12:15 +1100
commit841f7da89ae8b367bb502d61c5c41916c6e7ae4c (patch)
treea14ba4191d3de5c7cf4334b83717324b04704a6c /ChangeLog
parentfdce3731660699b2429e93e822f2ccbaccd163ae (diff)
- (dtucker) [sandbox-capsicum.c] Correct some error messages and make the
return value check for cap_enter() consistent with the other uses in FreeBSD. From by Loganaden Velvindron @ AfriNIC via bz#2140.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebe80e5cd..5d9b9d10e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,9 @@
14 declspec(dllimport). The least intrusive way to get rid of these warnings 14 declspec(dllimport). The least intrusive way to get rid of these warnings
15 is to disable warnings for GCC compiler attributes when building on Cygwin. 15 is to disable warnings for GCC compiler attributes when building on Cygwin.
16 Patch from vinschen at redhat.com. 16 Patch from vinschen at redhat.com.
17 - (dtucker) [sandbox-capsicum.c] Correct some error messages and make the
18 return value check for cap_enter() consistent with the other uses in
19 FreeBSD. From by Loganaden Velvindron @ AfriNIC via bz#2140.
17 20
1820140117 2120140117
19 - (dtucker) [aclocal.m4 configure.ac] Add some additional compiler/toolchain 22 - (dtucker) [aclocal.m4 configure.ac] Add some additional compiler/toolchain