Module Name: src Committed By: thorpej Date: Sun Jan 19 01:38:26 UTC 2020
Modified Files: src/doc: CHANGES Log Message: Document removal of strip(4). To generate a diff of this commit: cvs rdiff -u -r1.2634 -r1.2635 src/doc/CHANGES 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 diff -u src/doc/CHANGES:1.2634 src/doc/CHANGES:1.2635 --- src/doc/CHANGES:1.2634 Wed Jan 15 09:21:21 2020 +++ src/doc/CHANGES Sun Jan 19 01:38:26 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2634 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2635 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -97,3 +97,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: evbarm: Add support for NXP i.MX 8M family SoCs. [jmcneill 20200114] arm: Add support for cpu topology for ARMv7 and ARMv7 CPUs. [mrg 20201114] + strip(4): Removed from the tree. [thorpej 20200118]