Thu Aug 29 16:15:06 2019 UTC ()
Ticket #1703


(martin)
diff -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-7.1.3

cvs diff -r1.1.2.54 -r1.1.2.55 src/doc/Attic/CHANGES-7.1.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.1.3 2019/06/15 15:59:55 1.1.2.54
+++ src/doc/Attic/CHANGES-7.1.3 2019/08/29 16:15:06 1.1.2.55
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.1.3,v 1.1.2.54 2019/06/15 15:59:55 martin Exp $ 1# $NetBSD: CHANGES-7.1.3,v 1.1.2.55 2019/08/29 16:15:06 martin Exp $
2 2
3A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3 3A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 7.1.2_PATCH. 10 Welcome to 7.1.2_PATCH.
11 [snj] 11 [snj]
12 12
13sys/dev/ppbus/if_plip.c 1.28 13sys/dev/ppbus/if_plip.c 1.28
14 14
@@ -537,13 +537,19 @@ libexec/httpd/testsuite/test-simple 1.6 @@ -537,13 +537,19 @@ libexec/httpd/testsuite/test-simple 1.6
537 Don't include "index.html" in html headers. 537 Don't include "index.html" in html headers.
538 Fix CGI '+' param and error handling. 538 Fix CGI '+' param and error handling.
539 Remove unused parameter to daemon_poll_err(). 539 Remove unused parameter to daemon_poll_err().
540 Avoid sign extension in % handling 540 Avoid sign extension in % handling
541 Fix a few problems pointed out by clang static analyzer. 541 Fix a few problems pointed out by clang static analyzer.
542 Add ssl specific timeout value (30s).--- 542 Add ssl specific timeout value (30s).---
543 Fix handling of bozo_set_timeout() timeouts (and `-T' option parsing). 543 Fix handling of bozo_set_timeout() timeouts (and `-T' option parsing).
544 Avoid .htpasswd exposure to authenticated users when .htpasswd is 544 Avoid .htpasswd exposure to authenticated users when .htpasswd is
545 in the slashdir too. 545 in the slashdir too.
546 Avoid possible NULL dereference when sending a big request that timeout. 546 Avoid possible NULL dereference when sending a big request that timeout.
547 Avoid an assertion failure when using cgihandler (-C option). 547 Avoid an assertion failure when using cgihandler (-C option).
548 [mrg, ticket #1699] 548 [mrg, ticket #1699]
549 549
 550sys/miscfs/kernfs/kernfs_vnops.c 1.161
 551sys/miscfs/procfs/procfs_vnops.c 1.207
 552
 553 Add missing operation VOP_GETPAGES() returning EFAULT.
 554 [hannken, ticket #1703]
 555