Module Name: src
Committed By: martin
Date: Mon Apr 9 13:28:56 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
Tickets #1595, #1596, #1597
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-7.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.83 src/doc/CHANGES-7.2:1.1.2.84
--- src/doc/CHANGES-7.2:1.1.2.83 Thu Apr 5 11:49:19 2018
+++ src/doc/CHANGES-7.2 Mon Apr 9 13:28:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.83 2018/04/05 11:49:19 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.84 2018/04/09 13:28:56 martin Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -5413,3 +5413,23 @@ sys/sys/mbuf.h 1.179
Remove M_PKTHDR from secondary mbufs when reassembling packets.
[maxv, ticket #1594]
+external/gpl3/binutils/dist/bfd/elflink.c 1.14
+
+ When trying to decide the status of a weak symbol, resolve any
+ indirectness first.
+ [joerg, ticket #1595]
+
+bin/ed/ed.1 1.32
+bin/ed/main.c 1.29
+usr.bin/patch/pch.c 1.29
+
+ patch: Pass -S to ed(1) so that patches containing ! commands
+ don't run commands.
+ ed: add -S to disable ! commands.
+ [christos, ticket #1596]
+
+sys/arch/amiga/amiga/cc.c 1.27
+
+ Fix a spl(9) leak.
+ [msaitoh, ticket #1597]
+