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>2019-04-13 14:28:13 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-04-13 14:28:13 +0300
commita881c803e2566c5859724c7c4c081bf73044feeb (patch)
tree5ee0ffce88b9bc1860668902b47d8c0476ac3cf9
parent2d0c68493154e8dfee061f7a101a3a689a29097f (diff)
Updated date and log
-rw-r--r--CHANGELOG.md1
-rwxr-xr-xlynis4
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d73513c..98ee90d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
- INSE-8300 - Presence of rsh client
- INSE-8302 - Presence of rsh server
- Detect equery binary detection
+- New 'generate' command
### Changed
- AUTH-9278 - Test LDAP in all PAM components on Red Hat and other systems
diff --git a/lynis b/lynis
index e6263074..66aa36e4 100755
--- a/lynis
+++ b/lynis
@@ -35,8 +35,8 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2019-03-29"
- PROGRAM_RELEASE_TIMESTAMP=1553157295
+ PROGRAM_RELEASE_DATE="2019-04-13"
+ PROGRAM_RELEASE_TIMESTAMP=1555154865
PROGRAM_RELEASE_TYPE="dev" # dev or final
PROGRAM_VERSION="2.7.4"