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>2018-02-06 12:46:41 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-02-06 12:46:41 +0300
commit47d81cfb59f4390500416f9e6bfd045aa9100528 (patch)
tree1a3f3d46eac15f4046fc111a49e7845639564ba2
parentc53072e31e8086d2fd432475eceb5f15923bd53d (diff)
Switch to development version
-rw-r--r--CHANGELOG.md8
-rwxr-xr-xlynis6
2 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97be0e86..fa6013ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
Lynis Changelog
===============
+Lynis 2.6.1 (not released yet)
+
+Changes:
+--------
+* Bugfix for Arch Linux (binary detection)
+
+---------------------------------------------------------------------------------
+
Lynis 2.6.1 (2018-01-26)
Changes:
diff --git a/lynis b/lynis
index 76a9baf7..f59c1b97 100755
--- a/lynis
+++ b/lynis
@@ -35,10 +35,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2018-01-26"
+ PROGRAM_RELEASE_DATE="2018-02-06"
PROGRAM_RELEASE_TIMESTAMP=1516968325
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.6.1"
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.6.2"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"