diff options
author | Steven Barth <steven@midlink.org> | 2009-07-11 08:06:47 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-07-11 08:06:47 +0000 |
commit | 0864f5f88b45f896808b191c3409063582606477 (patch) | |
tree | 7893f251373b24d3a59923e8f9f114388cffe8a7 /libs/nixio/docsrc | |
parent | 72a0ee36b6d08510d378397e28dacb746df5f40a (diff) |
nixio: Mark axTLS as discouraged, fix changelog
Diffstat (limited to 'libs/nixio/docsrc')
-rw-r--r-- | libs/nixio/docsrc/CHANGELOG.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/nixio/docsrc/CHANGELOG.lua b/libs/nixio/docsrc/CHANGELOG.lua index f73e96632..fb1cf160b 100644 --- a/libs/nixio/docsrc/CHANGELOG.lua +++ b/libs/nixio/docsrc/CHANGELOG.lua @@ -1,7 +1,7 @@ --- Changes and improvements. module "CHANGELOG" ---- Nixio 0.3 +--- Service Release. -- <ul> -- <li>Added getifaddrs() function.</li> -- <li>Added getsockopt(), setsockopt(), getsockname() and getpeername() @@ -14,13 +14,13 @@ module "CHANGELOG" -- <li>Fixed usage of signed datatype breaking Base64 decoding.</li> -- <li>Fixed namespace clashes for nixio.fs.</li> -- <li>Fixed splice() support for some exotic C libraries.</li> --- <li>Reconfigure axTLS cryptographical provider.</li> +-- <li>Reconfigure axTLS cryptographical provider and mark it as obsolete.</li> -- </ul> -- @class table --- @name 0.2 +-- @name 0.3 -- @return ! ---- Nixio 0.2 +--- Initial Release. -- <ul> -- <li>Initial Release</li> -- </ul> |