aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-02-25 19:45:26 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-02-25 19:45:26 +0000
commitea4ced04b9a277ab4e0daacbdedaa10e75e80ccb (patch)
treee526c2e86f0f9ef9e10b25a02021ac2dc9db6c35
parent4a6a6d4fd2d6e091587a963e6687fe1c2ff9d5c4 (diff)
downloadmsec-ea4ced04b9a277ab4e0daacbdedaa10e75e80ccb.tar
msec-ea4ced04b9a277ab4e0daacbdedaa10e75e80ccb.tar.gz
msec-ea4ced04b9a277ab4e0daacbdedaa10e75e80ccb.tar.bz2
msec-ea4ced04b9a277ab4e0daacbdedaa10e75e80ccb.tar.xz
msec-ea4ced04b9a277ab4e0daacbdedaa10e75e80ccb.zip
0.60.12
-rw-r--r--Makefile2
-rw-r--r--NEWS9
2 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c65439..003758a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = msec
-VERSION = 0.60.11
+VERSION = 0.60.12
SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/msec
all: version promisc_check msec_find python manpages
diff --git a/NEWS b/NEWS
index 7ab278c..5d693e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 0.60.12 - February 25 2009, Eugeni Dodonov
+- Correctly handle wheel group authentication (#19091)
+- Correctly handling CHECK_RPM and CHECK_CHKROOTKIT parameters.
+- Updating permissions on logs changed by logrotate (#47997).
+- Added support for plugins.
+- Added sample plugin.
+- Added MSEC init script (#21270), controlled by ENABLE_STARTUP_MSEC and
+ ENABLE_STARTUP_PERMS variables.
+
Version 0.60.11 - February 05 2009, Eugeni Dodonov
- Added quiet mode.