nixio: Update documentation to prepare 0.3 release
[project/luci.git] / libs / nixio / docsrc / CHANGELOG.lua
1 --- Changes and improvements.
2 module "CHANGELOG"
3
4 --- Nixio 0.3
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.</li>
18 -- </ul>
19 -- @class table
20 -- @name 0.2
21 -- @return !
22
23 --- Nixio 0.2
24 -- <ul>
25 -- <li>Initial Release</li>
26 -- </ul>
27 -- @class table
28 -- @name 0.2
29 -- @return !