Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-06-18 13:00:39 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-06-18 13:00:39 +0300
commit9104ecbe3e93a3f5ff5bb93013b229d2d1767a79 (patch)
treed8d13b702542bfc7c371541ffefbf5d9fbed5bcd /CHANGELOG.md
parentdc0fa690f388398ab3c937f64c96fde2c561f136 (diff)
Updated log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files 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