Module Name: src Committed By: snj Date: Tue Aug 4 20:09:02 UTC 2015
Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: belatedly add ticket 1970 To generate a diff of this commit: cvs rdiff -u -r1.1.2.122 -r1.1.2.123 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.122 src/doc/CHANGES-5.3:1.1.2.123 --- src/doc/CHANGES-5.3:1.1.2.122 Fri Jul 24 07:43:27 2015 +++ src/doc/CHANGES-5.3 Tue Aug 4 20:09:02 2015 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.3,v 1.1.2.122 2015/07/24 07:43:27 martin Exp $ +# $NetBSD: CHANGES-5.3,v 1.1.2.123 2015/08/04 20:09:02 snj Exp $ A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3 release: @@ -3892,6 +3892,11 @@ sys/dev/pci/pcidevs_data.h regen - Fix debug message. [msaitoh, ticket #1962] +lib/libcurses/curses.h 1.107 + + mvgetnstr should have a length argument as the name implies. + [joerg, ticket #1970] + sys/arch/xen/xen/xenevt.c 1.42 Fix off by one error, addresses port-xen/49919.