Source-Changes-HG archive

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

[src/netbsd-7]: src/doc 1506, 1508, 1510, 1511, 1513-1516, 1518



details:   https://anonhg.NetBSD.org/src/rev/4d4b446bf0d5
branches:  netbsd-7
changeset: 800356:4d4b446bf0d5
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Oct 23 20:00:18 2017 +0000

description:
1506, 1508, 1510, 1511, 1513-1516, 1518

diffstat:

 doc/CHANGES-7.2 |  60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 59 insertions(+), 1 deletions(-)

diffs (71 lines):

diff -r 438e1985b0dd -r 4d4b446bf0d5 doc/CHANGES-7.2
--- a/doc/CHANGES-7.2   Mon Oct 23 19:27:44 2017 +0000
+++ b/doc/CHANGES-7.2   Mon Oct 23 20:00:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.51 2017/10/17 15:48:59 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.52 2017/10/23 20:00:18 snj Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -4731,3 +4731,61 @@
        [spz, ticket #1517]
 
  
+usr.sbin/mtree/only.c                          1.3
+
+       Don't modify strings stored in hash, otherwise filling up of
+       directory hierarchy stops if the same hash value occurs in
+       directory and leaf.
+
+       Fix the issue that
+       "./usr/share/locale/pl/LC_MESSAGES/gettext-tools.mo" isn't
+       included in sets file in the case of MKUNPRIVED=no.
+       [nakayama, ticket #1506]
+
+external/bsd/nvi/dist/cl/cl_main.c             1.6
+external/bsd/nvi/dist/cl/cl_screen.c           1.6
+
+       Don't garble display when when resizing nvi in xterm.
+       [mlelstv, ticket #1508]
+
+usr.sbin/syslogd/syslogd.c                     1.124
+
+       Use looked up remote host for remote message without a hostname
+       [ginsbach, ticket #1510]
+
+sys/dev/sysmon/sysmon_envsys.c                 patch
+
+       Detach the rndsrc before re-attaching it.
+       [pgoyette, ticket #1511]
+
+share/man/man8/veriexec.8                      1.5-1.6
+
+       Prune bogus number.
+       Add missing VERIFIED_EXEC_FP_SHA384 option.
+       [sevan, ticket #1513]
+
+sys/fs/msdosfs/msdosfs_vfsops.c                        1.128
+
+       Add more sanity checks for BPB parameters. Handle FAT12 format
+       for media with sectors >= 32kByte.  PR 52485.
+       [mlelstv, ticket #1514]
+
+sys/dev/usb/if_athn_usb.c                      1.23
+
+       Fix panic on "ifconfig athn0 up"
+       PR/52553 
+       [skrll, ticket #1515]
+
+sbin/resize_ffs/resize_ffs.8                   1.18
+sbin/resize_ffs/resize_ffs.c                   1.48-1.53
+
+       Fix numerous overflow errors which can lead to superblock
+       corruption on large filesystems. Documentation fixes.
+       [sborrill, ticket #1516]
+
+sys/dev/cgd.c                                  1.113
+
+       The cgd(4) module requires des and blowfish symbols.
+       PR kern/52630
+       [kamil, ticket #1518]
+



Home | Main Index | Thread Index | Old Index