Sat Nov 7 16:43:39 2015 UTC ()
Tickets 1006, 1007


(riz)
diff -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-7.1

cvs diff -r1.1.2.21 -r1.1.2.22 src/doc/Attic/CHANGES-7.1 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-7.1 2015/11/07 01:56:08 1.1.2.21
+++ src/doc/Attic/CHANGES-7.1 2015/11/07 16:43:38 1.1.2.22
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.21 2015/11/07 01:56:08 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.22 2015/11/07 16:43:38 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -768,4 +768,14 @@
 	Print the port name when gpio(4) attaches, making it easier
 	to find which port is connected to which gpio instance.
 	[bouyer, ticket #1004]
+
+sys/arch/arm/allwinner/awin_mmc.c		1.22
+
+	Avoid a divide by 0 when unplugging a sd card.
+	[bouyer, ticket #1006]
+
+lib/libcurses/toucholap.c			1.16
+
+	Fix x/y editing error.
+	[uwe, ticket #1007]