Module Name: src
Committed By: sborrill
Date: Thu Feb 20 13:54:43 UTC 2014
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket #1898
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-5.3
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-5.3
diff -u src/doc/CHANGES-5.3:1.1.2.47 src/doc/CHANGES-5.3:1.1.2.48
--- src/doc/CHANGES-5.3:1.1.2.47 Wed Jan 15 10:12:12 2014
+++ src/doc/CHANGES-5.3 Thu Feb 20 13:54:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.47 2014/01/15 10:12:12 bouyer Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.48 2014/02/20 13:54:42 sborrill Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -709,3 +709,10 @@ dist/bind/bin/named/query.c patch
when serving NSEC3 signed zones. [RT #35120]
[spz, ticket #1897]
+lib/libpthread/pthread_cond.c 1.62
+lib/libpthread/pthread_mutex.c 1.57, 1.59
+
+ Partial fix for thread deadlock commonly observed with
+ named. Also address PR/44756.
+ [prlw1, ticket #1898]
+