aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e565f45..08ce057 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = msec
-VERSION = 0.70.9
+VERSION = 0.70.10
SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/msec
all: version promisc_check msec_find python manpages
diff --git a/NEWS b/NEWS
index fbdcbd6..c8b8e86 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.70.10 - Dec 18 2009, Eugeni Dodonov
+- bugus report fix: do not report group writable files for gdm user (#56064)
+- properly use error logger (#56180)
+
Version 0.70.9 - Nov 30 2009, Eugeni Dodonov
- fix error which prevents 'msec save' from working correctly
- fix error message when checking non-local files (#55869,#56088)