Module Name: src Committed By: martin Date: Fri May 31 08:12:28 UTC 2019
Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Tickets #1277 and #1278 To generate a diff of this commit: cvs rdiff -u -r1.1.2.149 -r1.1.2.150 src/doc/CHANGES-8.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-8.1 diff -u src/doc/CHANGES-8.1:1.1.2.149 src/doc/CHANGES-8.1:1.1.2.150 --- src/doc/CHANGES-8.1:1.1.2.149 Fri May 31 02:49:45 2019 +++ src/doc/CHANGES-8.1 Fri May 31 08:12:28 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.1,v 1.1.2.149 2019/05/31 02:49:45 msaitoh Exp $ +# $NetBSD: CHANGES-8.1,v 1.1.2.150 2019/05/31 08:12:28 martin Exp $ A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 release: @@ -3226,3 +3226,15 @@ sys/arch/sparc64/sparc64/db_trace.c 1.5 Fix kernel debugger stack trace on sparc64. [martin, ticket #1274] + +external/mit/xorg/lib/libxcb/xcb.mk 1.5 + + Pick up xcb pkgconfig version automagically from the configure script + PACKAGE_VERSION. + [maya, ticket #1277] + +sys/dev/scsipi/scsipi_ioctl.c 1.72 (patch) + + Use correct size when copying outgoing sense data. + [mlelstv, ticket #1278] +