Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc Tickets #308 - #310



details:   https://anonhg.NetBSD.org/src/rev/673e3d610a9b
branches:  netbsd-7
changeset: 798826:673e3d610a9b
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jan 12 10:27:57 2015 +0000

description:
Tickets #308 - #310

diffstat:

 doc/CHANGES-7.0 |  35 ++++++++++++++++++++++++++++++++++-
 1 files changed, 34 insertions(+), 1 deletions(-)

diffs (46 lines):

diff -r 2d5e577f299e -r 673e3d610a9b doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Mon Jan 12 10:27:10 2015 +0000
+++ b/doc/CHANGES-7.0   Mon Jan 12 10:27:57 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.159 2015/01/11 14:15:42 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.160 2015/01/12 10:27:57 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -13346,3 +13346,36 @@
          the USB code.  fixes lockdebug issues, and likely hangs.
        [mrg, ticket #407]
 
+libexec/httpd/auth-bozo.c                      1.14-1.16
+libexec/httpd/bozohttpd.8                      1.47-1.48
+libexec/httpd/bozohttpd.c                      1.57-1.60
+libexec/httpd/bozohttpd.h                      1.34
+libexec/httpd/content-bozo.c                   1.11
+libexec/httpd/dir-index-bozo.c                 1.20
+libexec/httpd/lua-bozo.c                       1.11
+
+       Update bozohttpd to 20141225:
+       - memory leak fixes
+       - off-by-one virtualhost processing 
+       - supports >4GiB file sizes for directory listing
+       - additional sanity checks for some input parsing
+       - support .ts and .vob files 
+       [mrg, ticket #408]
+
+usr.bin/midirecord/Makefile                     1.1
+usr.bin/midirecord/midirecord.1                 1.1-1.3
+usr.bin/midirecord/midirecord.c                 1.1-1.6
+distrib/sets/lists/base/mi                     1.1093
+distrib/sets/lists/debug/mi                    1.98
+distrib/sets/lists/man/mi                      1.1492
+usr.bin/Makefile                               1.219
+
+       Add usr/bin/midirecord.
+       [mrg, ticket #409]
+
+sys/dev/marvell/if_gfe.c                       1.44
+
+       sizeof doesn't evaluate the expression, so move the increment of
+       rxd out.
+       [joerg, ticket #410]
+



Home | Main Index | Thread Index | Old Index