Module Name: src
Committed By: jakllsch
Date: Thu Feb 6 20:24:24 UTC 2025
Modified Files:
src/doc: CHANGES
Log Message:
Note discard support for ld@virtio(4).
To generate a diff of this commit:
cvs rdiff -u -r1.3131 -r1.3132 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.3131 src/doc/CHANGES:1.3132
--- src/doc/CHANGES:1.3131 Sat Feb 1 23:21:44 2025
+++ src/doc/CHANGES Thu Feb 6 20:24:23 2025
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3131 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3132 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -669,3 +669,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
tzcode: Updated to 2025a. [christos 20250123]
bind: Import version 9.20.4. [christos 20260126]
tzdata: Updated to 2025a (using 2025agtz) [kre 20250201]
+ ld(4) at virtio(4): Add discard support. [jakllsch 20250206]