Sat May 9 13:56:41 2015 UTC ()
Ticket #744 and #745.


(msaitoh)
diff -r1.1.2.284 -r1.1.2.285 src/doc/CHANGES-7.0

cvs diff -r1.1.2.284 -r1.1.2.285 src/doc/Attic/CHANGES-7.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.0 2015/05/09 08:59:12 1.1.2.284
+++ src/doc/Attic/CHANGES-7.0 2015/05/09 13:56:41 1.1.2.285
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.0,v 1.1.2.284 2015/05/09 08:59:12 msaitoh Exp $ 1# $NetBSD: CHANGES-7.0,v 1.1.2.285 2015/05/09 13:56:41 msaitoh Exp $
2 2
3A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 3A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
4until the 7.0 release: 4until the 7.0 release:
5 5
6doc/CHANGES-7.0 patched by hand 6doc/CHANGES-7.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9gnu/usr.bin/groff/tmac/mdoc.local patched by hand 9gnu/usr.bin/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 7.0_BETA! 12 Welcome to 7.0_BETA!
13 13
14sys/dev/usb/xhci.c 1.24 14sys/dev/usb/xhci.c 1.24
@@ -22892,13 +22892,27 @@ sys/arch/evbarm/conf/RPI_INSTALL patch @@ -22892,13 +22892,27 @@ sys/arch/evbarm/conf/RPI_INSTALL patch
22892 22892
22893 Increase ramdisk size. 22893 Increase ramdisk size.
22894 [snj, ticket #742] 22894 [snj, ticket #742]
22895 22895
22896libexec/httpd/bozohttpd.8 1.51 22896libexec/httpd/bozohttpd.8 1.51
22897libexec/httpd/bozohttpd.c 1.64 22897libexec/httpd/bozohttpd.c 1.64
22898libexec/httpd/bozohttpd.h 1.35 22898libexec/httpd/bozohttpd.h 1.35
22899libexec/httpd/cgi-bozo.c 1.27 22899libexec/httpd/cgi-bozo.c 1.27
22900libexec/httpd/content-bozo.c 1.12 22900libexec/httpd/content-bozo.c 1.12
22901 22901
22902 Fix content type handling to not hard code (wrong) values for 22902 Fix content type handling to not hard code (wrong) values for
22903 length, but just call strlen() as needed. 22903 length, but just call strlen() as needed.
22904 [mrg, ticket #743] 22904 [mrg, ticket #743]
 22905
 22906usr.sbin/sysinst/defs.h 1.7
 22907usr.sbin/sysinst/disks.c 1.8
 22908usr.sbin/sysinst/partman.c 1.9
 22909
 22910 All auto-discovered wedges go away after we changed the
 22911 partitioning (and are not using GPT). Fixes PR#49665.
 22912 [martin, ticket #744]
 22913
 22914usr.sbin/sysinst/menus.mi 1.8
 22915
 22916 Fix a bug that a loop occured when we select "get the distribution".
 22917 Fixes PR#49440.
 22918 [martin, ticket #745]