nixio: Mark axTLS as discouraged, fix changelog
authorSteven Barth <steven@midlink.org>
Sat, 11 Jul 2009 08:06:47 +0000 (08:06 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 11 Jul 2009 08:06:47 +0000 (08:06 +0000)
libs/nixio/Makefile
libs/nixio/docsrc/CHANGELOG.lua

index 044764e..f70f754 100644 (file)
@@ -87,6 +87,18 @@ $(AXTLS_DIR)/.prepared:
 src/libaxtls.a: $(AXTLS_DIR)/.prepared
        $(MAKE) -C $(AXTLS_DIR) CC="$(CC)" CFLAGS="$(CFLAGS) $(EXTRA_CFLAGS) $(FPIC) -Wall -pedantic -I../config -I../ssl -I../crypto" LDFLAGS="$(LDFLAGS)" OS="$(OS)" clean all
        cp -p $(AXTLS_DIR)/_stage/libaxtls.a src
+       # *************************************************************************
+       #
+       #
+       #
+       # *** WARNING ***
+       # The use of the axTLS cryptographical provider is discouraged!
+       # Please switch to either CyaSSL or OpenSSL.
+       # Support for axTLS might be removed in the near future.
+       #
+       #
+       #
+       #**************************************************************************
 
 clean: luaclean
        rm -f src/*.o src/*.so src/*.a src/*.dll
index f73e966..fb1cf16 100644 (file)
@@ -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>