Module Name: src
Committed By: martin
Date: Mon Mar 25 15:55:32 UTC 2024
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1949 - #1951
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.224 -r1.1.2.225 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.224 src/doc/CHANGES-8.3:1.1.2.225
--- src/doc/CHANGES-8.3:1.1.2.224 Tue Mar 12 12:50:10 2024
+++ src/doc/CHANGES-8.3 Mon Mar 25 15:55:32 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.224 2024/03/12 12:50:10 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.225 2024/03/25 15:55:32 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -4365,3 +4365,22 @@ usr.bin/audio/record/record.c
- audioplay gains -n flag (no play, like make -n)
- audiorecord manual gained useful examples
[mrg, ticket #1948]
+
+usr.bin/audio/common/wav.c 1.24
+
+ audioplay(1): avoid errors when a file has zero-length data.
+ [mrg, ticket #1950]
+
+distrib/amd64/ramdisks/common/Makefile.ramdisk 1.17
+distrib/i386/ramdisks/common/Makefile.ramdisk 1.16
+etc/etc.amd64/Makefile.inc 1.17
+etc/etc.i386/Makefile.inc 1.70
+
+ x86: PR 57534: release the zfs and cgd ramdisks too.
+ [riastradh, ticket #1949]
+
+sys/dev/qbus/if_qe.c 1.82
+
+ vax/qe(4): PR 58068: fix crash on various ifconfig operations.
+ [riastradh, ticket #1951]
+