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-08-16 09:12:59 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-16 09:12:59 +0300
commit9f0df086df4bdc9fd733485b44770370887f32c6 (patch)
treecefb78f1854cba7bcce785a993ca57404791a25f /CHANGELOG.md
parent4b96452dabf7fb889366f76afc6bb6c1927fed4d (diff)
Updated log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 18 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a483eff1..94e1cad9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ Lynis Changelog
Lynis 2.3.3 (not released yet, under development)
+** TO BE DOCUMENTED **
+--bin-dirs
+--root-dir
+
Additions
---------
@@ -21,9 +25,20 @@ Fixes
* Some tests did not show a warning text
+Parameters
+----------
+* New --bin-dirs to define binary directories to scan
+* New option --root-dir to specify a different file system to scan
+
+
+Nginx
+-----
+* Rewrite of configuration parsing
+
+
PHP
---
-Support for PHP5.6
+* Support for PHP 5.6
Redis
@@ -42,8 +57,9 @@ Settings
Functions
---------
* ExitFatal can now exit program with optional text
-* ShowSymlinkPath and FileIsReadable test for at least one argument
* IsNotebook can detect if system is a notebook (or not)
+* ShowSymlinkPath and FileIsReadable test for at least one argument
+* StoreNginxSettings will save parsed nginx configuration
Tests