[Aldaba-devel] Aldaba Server 0.1.1 and Aldaba Client 0.1.2 Released
Status: Beta
Brought to you by:
luis_mg
|
From: <ald...@go...> - 2007-10-11 18:23:43
|
Hi! I am pleased to announce the release of Aldaba Knocking Server 0.1.1 and version 0.1.2 of Aldaba Knocking Client. Please download it from Aldaba's project page in Sourceforge. http://sourceforge.net/project/showfiles.php?group_id=197837 To install follow these installation instructions: [Server http://www.aldabaknocking.com/development/install_notes_server.txt] [Client http://www.aldabaknocking.com/development/install_notes_client.txt] Please test it and report any bugs you find through the mailing list or using the trackers at Sourceforge. CHANGELOG: ALDABA CLIENT 0.1.2 Version 0.1.2 Oct 11, 2007. - Some functions were moved to different source files. (Mainly because it did not make much sense to be where they used to. - Output of --help changed. Now, instead of a big manpage a simple usage message is displayed. - Added support for config files. Because of this, the argparser was rewritten to use separate functions to process each type of argument.Config files can be specified using the --config="" parameter. - Minor change in the way encryption keys were being displayed in highverbosity modes. Now only first and last 2 bytes are displayed, enough to check for errors. CHANGELOG: ALDABA SERVER 0.1.1 Version 0.1.1. Oct 11, 2007. - Some functions were moved to different source files. (Mainly because it did not make much sense to be where they used to. - Output of --help changed. Now, instead of a big manpage a simple usage message is displayed. - Added support for configuration files. A config file parser was writtenusing a template created by tool GNU gengetopt. - Minor changes in the argument parsing process were made. - The "UDP technique" was renamed to "SPA technique". Many functions and variable names were changed. - Added option "start" that forces configuration to be read from file/etc/aldabad/aldaba.conf - Changed argparser: Now case is ignored when parsing long arg names. - Minor change in the way encryption keys were being displayed in highverbosity modes. Now only first and last 2 bytes are displayed, enough to check for errors. |