git: c8e8be58e5 - main - Document recent __FreeBSD_versions in head: 1400033 -> 1400036.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Wed, 06 Oct 2021 21:30:00 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/doc/commit/?id=c8e8be58e580b56a45c2d73811f6a19e1f339e07

commit c8e8be58e580b56a45c2d73811f6a19e1f339e07
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-10-06 21:23:42 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-10-06 21:23:42 +0000

    Document recent __FreeBSD_versions in head: 1400033 -> 1400036.
    
    Sponsored by:   The FreeBSD Foundation
---
 .../en/books/porters-handbook/versions/_index.adoc | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc
index f356683727..ee3c402dc9 100644
--- a/documentation/content/en/books/porters-handbook/versions/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc
@@ -188,6 +188,31 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |gitref:76321d2d432ed270d93b282e54e59b708c0cf3b4[repository="src",length=12]
 |Aug 25, 2021
 |14.0-CURRENT after changing man:fspacectl[2], man:vn_deallocate[9] and man:VOP_DEALLOCATE[9] to make calculating the number of bytes zeroed easier.
+
+|1400033
+|gitref:c751d067c166db71ce8bf3a323c62ac3428bd32a[repository="src",length=12]
+|Sep 7, 2021
+|14.0-CURRENT after moving the socket buffer locks into the containing socket
+|and renaming sb(un)lock to SOCK_IO_(RECV|SEND)_(UN)LOCK.
+|===
+
+|1400034
+|gitref:c751d067c166db71ce8bf3a323c62ac3428bd32a[repository="src",length=12]
+|Sep 29, 2021
+|14.0-CURRENT after LinuxKPI changes.
+|===
+
+|1400035
+|gitref:16f1ee11e6574d7f8d8a9dc6ebc9be3036ff9fd0[repository="src",length=12]
+|Oct 4, 2021
+|14.0-CURRENT after splitting libtinfow from libncurses.
+|===
+
+|1400036
+|gitref:ac847dbf73685a5df9f70bbcdefa9fdeb559071d[repository="src",length=12]
+|Oct 6, 2021
+|14.0-CURRENT after extending the AES-CCM and Chacha20-Poly1305
+|ciphers in OCF to support multiple nonce lengths.
 |===
 
 [[versions-13]]