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-09 16:23:29 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-09 16:23:29 +0300
commit0337f6e5b3dcd0d658e664b3bce14aa8260d26a2 (patch)
tree3726e6d428d1eb025f1ee6d3a8c6170b50d69667
parentd719706ecd08560d96de86bcc824507d4a007ca9 (diff)
Release 2.3.2
-rw-r--r--CHANGELOG.md14
-rwxr-xr-xlynis6
2 files changed, 12 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12c3b21f..be82daf7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,14 @@
Lynis Changelog
===============
-Lynis 2.3.2 (not released yet, under development)
+Lynis 2.3.2 (2016-08-09)
Categories and Groups
---------------------
-Tests are now grouped by their focus and named 'groups' accordingly. Besides
-groups, each test will belong to a category (performance, privacy, or security).
+Tests are now grouped by their focus area and named 'groups' accordingly.
+Besides groups, each test will belong to a category (performance, privacy, or
+security).
Commands: lynis show categories, lynis show groups
Options: --tests-from-category, --tests-from-group
@@ -17,6 +18,7 @@ of tests to scan.
Development
+
-----------
A new 'strict' option is available in the profiles and by default enabled for
the initialization phases of Lynis. It will perform a strict code check for the
@@ -35,7 +37,8 @@ release can be specified as additional argument.
Languages
---------
Initial translation for German has been contributed by Kai Raven. The Italian
-translation Stefano Marty (stefanomarty).
+translation by Stefano Marty (stefanomarty). Hungarian translation by Zoltan
+Paldi (paldiz)
Profiles
@@ -49,8 +52,9 @@ Tests
* AUTH-9216 - Simplified test and make it more efficient
* AUTH-9218 - Clean ups and improve readability
* AUTH-9226 - Style, text, and removed warning
-* AUTH-9228 - Provide just an suggestion instead of warning
+* AUTH-9228 - Provide just a suggestion instead of warning
* AUTH-9268 - Improve test for readability
+* AUTH-9328 - Test /etc/profile.d for umask setting
* AUTH-9406 - Readability and code style changes
* CONT-8102 - Determine if all Docker tests should be performed
* DBS-1880 - Initial support for Redis server
diff --git a/lynis b/lynis
index 9f7353f7..f414cfbc 100755
--- a/lynis
+++ b/lynis
@@ -32,9 +32,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2016-07-20"
- PROGRAM_RELEASE_TIMESTAMP=1469004645
- PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_RELEASE_DATE="2016-08-09"
+ PROGRAM_RELEASE_TIMESTAMP=1470748750
+ PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.3.2"
# Source, documentation and license