luci-lib-nixio: move CHANGELOG and README into nixio namespace
[project/luci.git] / libs / luci-lib-nixio / docsrc / CHANGELOG.lua
1 --- Changes and improvements.
2 module "nixio.CHANGELOG"
3
4 --- Service Release.
5 -- <ul>
6 -- <li>Added getifaddrs() function.</li>
7 -- <li>Added getsockopt(), setsockopt(), getsockname() and getpeername()
8 -- directly to TLS-socket objects unifying the socket interface.</li>
9 -- <li>Added support for CyaSSL as cryptographical backend.</li>
10 -- <li>Added support for x509 certificates in DER format.</li>
11 -- <li>Added support for splice() in UnifiedIO.copyz().</li>
12 -- <li>Added interface to inject chunks into UnifiedIO.linesource() buffer.</li>
13 -- <li>Changed TLS behaviour to explicitely separate servers and clients.</li>
14 -- <li>Fixed usage of signed datatype breaking Base64 decoding.</li>
15 -- <li>Fixed namespace clashes for nixio.fs.</li>
16 -- <li>Fixed splice() support for some exotic C libraries.</li>
17 -- <li>Reconfigure axTLS cryptographical provider and mark it as obsolete.</li>
18 -- </ul>
19 -- @class table
20 -- @name 0.3
21 -- @return !
22
23 --- Initial Release.
24 -- <ul>
25 -- <li>Initial Release</li>  
26 -- </ul>
27 -- @class table
28 -- @name 0.2
29 -- @return !