Module Name: src Committed By: nia Date: Sun Sep 29 06:14:59 UTC 2024
Modified Files: src/doc: CHANGES Log Message: doc: recent changes To generate a diff of this commit: cvs rdiff -u -r1.3101 -r1.3102 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.3101 src/doc/CHANGES:1.3102 --- src/doc/CHANGES:1.3101 Tue Sep 24 21:33:42 2024 +++ src/doc/CHANGES Sun Sep 29 06:14:59 2024 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3101 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3102 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -529,3 +529,11 @@ Changes from NetBSD 10.0 to NetBSD 11.0: jemalloc(3): Import 5.3.0. [christos 20140923] vether(4): allow link state to be toggled by link0. [roy 20240924] OpenSSH: Import 9.9. [christos 20240924] + ftp(1): Add flag to allow specifying extra http header fields + (from Sunil Nimmagadda). [christos 20240925] + vether(4): Control link state via media rather than flags. + This mirrors shmif(4) from rump. [roy 20240926] + lint(1): Handle __attribute__((__unused__)) for functions and + variables. [rillig 20240928] + compat_linux(8): Implement renameat2, clone3, sync_file_range, syncfs + system calls (from Shivraj Jamgade). [christos 20240928]