git: 10f1eebd2c61 - stable/14 - Add info about one true awk 2nd edition.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Mar 2024 15:21:22 UTC
The branch stable/14 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=10f1eebd2c610f2c2aca8ecaca3caedebee27445
commit 10f1eebd2c610f2c2aca8ecaca3caedebee27445
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-03-12 15:02:10 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-03-12 15:10:47 +0000
Add info about one true awk 2nd edition.
See https://awk.dev/ for information about the features added in the 2nd
edition.
Sponsored by: Netflix
---
RELNOTES | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/RELNOTES b/RELNOTES
index 3a3edc500152..b92174354789 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,10 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+daf917daba9c:
+ One True Awk updated to 2nd Edition with new -csv support and UTF-8
+ support.
+
b8e137d8d32d:
This commit added some statistics collection to the NFS-over-TLS
code in the NFS server so that sysadmins can moditor usage.