Module Name: src
Committed By: riz
Date: Thu Mar 5 22:27:23 UTC 2015
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Tickets 1262, 1263
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.200 -r1.1.2.201 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.200 src/doc/CHANGES-6.2:1.1.2.201
--- src/doc/CHANGES-6.2:1.1.2.200 Sat Feb 28 05:39:00 2015
+++ src/doc/CHANGES-6.2 Thu Mar 5 22:27:23 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.200 2015/02/28 05:39:00 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.201 2015/03/05 22:27:23 riz Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -9681,3 +9681,15 @@ usr.bin/gzip/gzip.c 1.107
do not use directory paths present in gzip files with the -N flag.
[mrg, ticket #1261]
+sys/dev/ic/tulip.c 1.185
+
+ Fix a race condition in interface detach.
+ [nakayama, ticket #1262]
+
+distrib/sets/lists/base/mi 1.1035
+distrib/sets/lists/text/mi 1.43
+
+ Move mandoc and makemandb to the base set, making it possible to read
+ man pages on a system that doesn't have the text set. Fixes PR 49230.
+ [snj, ticket #1263]
+