CHANGELOG.lua 1.0 KB

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