From 50050b2f41417051d04ef95b176d41988a9d5b9d Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 14 Jul 2020 15:05:38 +0000 Subject: [PATCH] Add a RELNOTES entry for safexcel(4). Sponsored by: Rubicon Communications, LLC (Netgate) --- RELNOTES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELNOTES b/RELNOTES index 0a9fb5e4785f..2d509db2d872 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,9 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +r363180: + The safexcel(4) crypto offload driver has been added. + r363084: nc(1) now implements SCTP mode, enabled by specifying the --sctp option.