From 9104ecbe3e93a3f5ff5bb93013b229d2d1767a79 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 18 Jun 2016 12:00:39 +0200 Subject: [PATCH] Updated log --- CHANGELOG.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa57749..05f1cc5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,8 @@ Language Support ---------------- Lynis now supports language translations, with the language profile option. +Initial languages: Dutch (nl), English (en) + Mac OS X Improvements --------------------- @@ -188,16 +190,18 @@ Program Options Functions --------- -* ContainsString - New function to search for a string in another one -* Display - Added --debug, showing details on screen in debug mode -* IsDebug - Check for usage of --debug -* IsDeveloperMode - Status for development and debugging (--developer) -* IsRunning - Added return state -* IsVerbose - Check for usage of --verbose -* IsOwnedByRoot - Check ownership of files and directories -* IsWorldWritable - Improved test with additional details -* PortIsListening - Check if a service it listening to a specified port -* SkipAtomicTest - Allow smaller tests to be skipped (e.g. SSH-7408) +* ContainsString - New function to search for a string in another one +* Display - Added --debug, showing details on screen in debug mode + - Reset identation for lines which are too long +* IsDebug - Check for usage of --debug +* IsDeveloperMode - Status for development and debugging (--developer) +* IsDeveloperVersion - Check if release is still under development +* IsRunning - Added return state +* IsVerbose - Check for usage of --verbose +* IsOwnedByRoot - Check ownership of files and directories +* IsWorldWritable - Improved test with additional details +* PortIsListening - Check if a service it listening to a specified port +* SkipAtomicTest - Allow smaller tests to be skipped (e.g. SSH-7408) Tests