diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -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 @@ -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. |