aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-07-07 22:58:16 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-07-07 22:58:16 +0000
commitf85ca7a5db97ffb36cb64991feed56a38ab0b1af (patch)
tree9afefec397652c50bd7d64e306cd7e0131951d2b /ChangeLog
parentOnly declare functions in sandbox_futils.c that are used in libsandbox.c when (diff)
downloadsandbox-f85ca7a5db97ffb36cb64991feed56a38ab0b1af.tar.gz
sandbox-f85ca7a5db97ffb36cb64991feed56a38ab0b1af.tar.bz2
sandbox-f85ca7a5db97ffb36cb64991feed56a38ab0b1af.zip
Cleanup access/log printing. Make access printing honour NOCOLOR. Fix log
printing's last line not honouring NOCOLOR. Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19877f4..193b587 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
- Remove unused includes and variables.
- Only declare functions in sandbox_futils.c that are used in libsandbox.c when
OUTSIDE_LIBSANDBOX is not defined.
+ - Cleanup access/log printing. Make access printing honour NOCOLOR. Fix log
+ printing's last line not honouring NOCOLOR.
06 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.h, sandbox_futils.c,
libsandbox.c: