Module Name: src Committed By: riz Date: Fri May 18 17:05:16 UTC 2012
Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 256-258. To generate a diff of this commit: cvs rdiff -u -r1.1.2.101 -r1.1.2.102 src/doc/CHANGES-6.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-6.0 diff -u src/doc/CHANGES-6.0:1.1.2.101 src/doc/CHANGES-6.0:1.1.2.102 --- src/doc/CHANGES-6.0:1.1.2.101 Thu May 17 19:04:13 2012 +++ src/doc/CHANGES-6.0 Fri May 18 17:05:16 2012 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.0,v 1.1.2.101 2012/05/17 19:04:13 riz Exp $ +# $NetBSD: CHANGES-6.0,v 1.1.2.102 2012/05/18 17:05:16 riz Exp $ A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012 until the 6.0 release: @@ -2389,3 +2389,19 @@ tests/modules/t_abi_uvm.sh 1.1 PR #46041. [jmmv, ticket #8] +external/gpl2/lvm2/lib/liblvm/Makefile 1.6 +external/gpl2/lvm2/sbin/lvm/Makefile 1.11 + + Fix build failure if USE_FORT=YES. + [cheusov, ticket #256] + +usr.bin/login/common.c 1.5 + + Fix clang build issue in login. + [christos, ticket #257] + +sys/net/if_ethersubr.c 1.189 + + Fix crash when detaching some network interfaces. PR#42982. + [chs, ticket #258] +