Module Name: src
Committed By: riz
Date: Mon Feb 11 04:22:16 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
ticket 809
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.88 -r1.1.2.89 src/doc/CHANGES-6.1
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-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.88 src/doc/CHANGES-6.1:1.1.2.89
--- src/doc/CHANGES-6.1:1.1.2.88 Sun Feb 10 23:59:29 2013
+++ src/doc/CHANGES-6.1 Mon Feb 11 04:22:15 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.88 2013/02/10 23:59:29 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.89 2013/02/11 04:22:15 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8242,3 +8242,8 @@ sys/dev/fss.c 1.84
Don't crash when running multiple dump -X. PR#47514.
[hannken, ticket #808]
+sys/dev/spi/spi.c 1.7
+
+ Stop condvar/mutex leaks.
+ [skrll, ticket #809]
+