Module Name: src
Committed By: martin
Date: Fri Nov 7 08:22:42 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #180
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-7.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.76 src/doc/CHANGES-7.0:1.1.2.77
--- src/doc/CHANGES-7.0:1.1.2.76 Wed Nov 5 18:24:47 2014
+++ src/doc/CHANGES-7.0 Fri Nov 7 08:22:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.76 2014/11/05 18:24:47 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.77 2014/11/07 08:22:42 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -2021,3 +2021,8 @@ lib/libperfuse/ops.c 1.79
Avoid deadlocks on write errors.
[manu, ticket #183]
+sys/secmodel/secmodel.c 1.2
+
+ Do not release secmodels_lock when it is not held.
+ [maxv, ticket #180]
+