From 5b35479e3ede4649ec41d553a9e45c6640f5baf9 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 12 Mar 2024 09:24:39 -0600 Subject: [PATCH] RELNOTES: Add awk update from 2 weeks ago. Sponsored by: Netflix --- RELNOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELNOTES b/RELNOTES index 9e9152f888d..c6e7732582a 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,11 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +f32a6403d346: + One True Awk updated to 2nd Edition. See https://awk.dev for details + on the additions. Unicode and CSVs (Comma Separated Values) are now + supported. + fe86d923f83f: usbconfig(8) now reads the descriptions of the usb vendor and products from usb.ids when available, similarly to what pciconf(8) does.