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>2020-12-26 17:38:17 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-12-26 17:38:17 +0300
commitdf1c51fce65ae890a8d6ec87573a82675addd490 (patch)
tree6e0148008469b9fc8fe4949ccd00f09cd3978a3b
parent7f613f17ca309af7e310773dbb76939042af2d28 (diff)
Switch to pre-release
-rw-r--r--CHANGELOG.md11
-rwxr-xr-xlynis6
2 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c14bb6d0..15ffd07d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Lynis Changelog
+## Lynis 3.0.3 (not released yet)
+
+### Added
+
+- OS detection of Parrot GNU/Linux
+
+### Changed
+
+
+---------------------------------------------------------------------------------
+
## Lynis 3.0.2 (2020-12-24)
### Added
diff --git a/lynis b/lynis
index 6cd18343..f03f197c 100755
--- a/lynis
+++ b/lynis
@@ -43,10 +43,10 @@
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
# Version details
- PROGRAM_RELEASE_DATE="2020-12-24"
+ PROGRAM_RELEASE_DATE="2020-12-26"
PROGRAM_RELEASE_TIMESTAMP=1608801742
- PROGRAM_RELEASE_TYPE="release" # pre-release or release
- PROGRAM_VERSION="3.0.2"
+ PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
+ PROGRAM_VERSION="3.0.3"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"