]> granicus.if.org Git - strace/commitdiff
Update SOL_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 7 Sep 2017 06:45:04 +0000 (06:45 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 7 Sep 2017 06:45:04 +0000 (06:45 +0000)
* xlat/socketlayers.in: Add SOL_TLS.
* NEWS: Mention this.

NEWS
xlat/socketlayers.in

diff --git a/NEWS b/NEWS
index e74eec457ce4cdd63a4131f9758f5d7b57383567..3a8ed3daf77e438256584d89d84f40b222c4d7ef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 Noteworthy changes in release ?.?? (????-??-??)
 ===============================================
 
+* Improvements
+  * Updated the list of SOL_* constants.
+
 Noteworthy changes in release 4.19 (2017-09-05)
 ===============================================
 
index 7b0b86e3155d7324d388fb1b6c6564cae189a79b..dc80c5884aafd679ca8fa7f45b1a15fe48617efe 100644 (file)
@@ -33,3 +33,4 @@ SOL_CAIF      278
 SOL_ALG                279
 SOL_NFC                280
 SOL_KCM                281
+SOL_TLS                282