Module Name: src Committed By: mrg Date: Sun Feb 28 11:00:14 UTC 2016
Modified Files: src/doc: CHANGES Log Message: add mv(1) and SIGINFO. To generate a diff of this commit: cvs rdiff -u -r1.2137 -r1.2138 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.2137 src/doc/CHANGES:1.2138 --- src/doc/CHANGES:1.2137 Mon Feb 22 10:10:15 2016 +++ src/doc/CHANGES Sun Feb 28 11:00:14 2016 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2137 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2138 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -250,3 +250,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: openssl: Import openssl 1.0.1r [christos 20160130] elftoolchain: Import FreeBSD-2016-02-19. [christos 20160219] openresolv: Import openresolv-3.7.3. [roy 20160222] + mv(1): Add SIGINFO support. [mrg 20160228]