瀏覽代碼

CHANGES: update with the explicit choice of backend in libssh2

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Arnout Vandecappelle (Essensium/Mind) 7 年之前
父節點
當前提交
6d1ff5ff80
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      CHANGES

+ 7 - 0
CHANGES

@@ -1,5 +1,12 @@
 2017.11-rc1, To be released
 
+	libssh2: there is now an explicit choice of the backend to use
+	(mbedtls, gnutls or openssl). Previously, the choice was implicit
+	based on the TLS library that was selected. Now, it is possible to
+	choose the backend, which is important if several TLS libraries are
+	selected. The default is mbedtls, even if you didn't have mbedtls
+	selected before.
+
 	netsnmp: all MIB files are now installed, making the target filesystem a
 	bit bigger than before. To remove unneeded MIBS, you should use a
 	post-build script.