Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Tickets #802 - #804, #807, #809, #810



details:   https://anonhg.NetBSD.org/src/rev/856ec1de9d74
branches:  netbsd-8
changeset: 318822:856ec1de9d74
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 06 09:49:33 2018 +0000
description:
Tickets #802 - #804, #807, #809, #810

diffstat:

 doc/CHANGES-8.0 |  46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 45 insertions(+), 1 deletions(-)

diffs (57 lines):

diff -r 27bfbcfb727c -r 856ec1de9d74 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Sun May 06 09:47:47 2018 +0000
+++ b/doc/CHANGES-8.0   Sun May 06 09:49:33 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.191 2018/05/05 19:34:43 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.192 2018/05/06 09:49:33 martin Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -13250,3 +13250,47 @@
        Avoid busy-waiting on a dead child.
        [spz, ticket #800]
 
+sys/kern/uipc_mbuf.c                           1.211 (patch)
+
+       Modify m_defrag, so that it never frees the first mbuf of
+       the chain.
+       [maxv, ticket #802]
+
+sys/conf/copyright                             1.16
+
+       Update for 2018 new year.
+       [nakayama, #803]
+
+bin/sh/parser.c                                        1.146
+
+       Do not error on newlines in the middle of variable expansions.
+       [kre, ticket #804]
+
+sys/compat/common/compat_mod.c                 1.29
+
+       Clean up a stray #ifdef _MODULE.
+       [pgoyette, ticket #807]
+
+external/public-domain/tz/dist/Makefile         up to 1.1.1.21
+external/public-domain/tz/dist/NEWS             up to 1.1.1.22
+external/public-domain/tz/dist/TZDATA_VERSION   up to 1.12
+external/public-domain/tz/dist/africa           up to 1.1.1.15
+external/public-domain/tz/dist/asia             up to 1.1.1.20
+external/public-domain/tz/dist/australasia      up to 1.1.1.15
+external/public-domain/tz/dist/europe           up to 1.1.1.21
+external/public-domain/tz/dist/theory.html      up to 1.1.1.4
+external/public-domain/tz/dist/version          up to 1.1.1.9
+external/public-domain/tz/dist/ziguard.awk      up to 1.1.1.2
+doc/3RDPARTY                                   1.1520 (patch)
+
+       tzdata updated to 2018e.
+       [kre, ticket #809]
+
+crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3 1.19-1.23
+crypto/external/bsd/netpgp/dist/src/libbn/libnetpgpbn.3 1.5,1.6
+crypto/external/bsd/netpgp/dist/src/libmj/libmj.3 1.8,1.9
+crypto/external/bsd/netpgp/dist/src/netpgpverify/netpgpverify.1 1.12,1.13
+
+       Various documentation fixes for netpgp.
+       [sevan, ticket #810]
+



Home | Main Index | Thread Index | Old Index