[tuxdroid-svn] r171 - daemon/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-03-14 15:38:10
|
Author: jaguarondi Date: 2007-03-14 16:37:55 +0100 (Wed, 14 Mar 2007) New Revision: 171 Modified: daemon/trunk/AUTHORS daemon/trunk/CHANGES daemon/trunk/README daemon/trunk/TODO daemon/trunk/version.txt Log: preparing release Modified: daemon/trunk/AUTHORS =================================================================== --- daemon/trunk/AUTHORS 2007-03-14 15:28:52 UTC (rev 170) +++ daemon/trunk/AUTHORS 2007-03-14 15:37:55 UTC (rev 171) @@ -7,4 +7,6 @@ Contributors: Olivier Vandorpe <yasha-pgt-linux.org> + Srikanta Prasanna <sri...@gm...> + David Bourgeois <da...@ja...> Modified: daemon/trunk/CHANGES =================================================================== --- daemon/trunk/CHANGES 2007-03-14 15:28:52 UTC (rev 170) +++ daemon/trunk/CHANGES 2007-03-14 15:37:55 UTC (rev 171) @@ -6,9 +6,20 @@ ---------------------------------------------------------------------- Current: - * . +Version 0.2.0-alpha2: + + * USB communication now uses interrupt transfers. + * Raises an ERROR when connecting to the old firmware. + * Cleaned the code to follow the new guidelines at http://www.tuxisalive.com/documentation/how-to/guidelines-for-creating-and-packaging-an-application and improve readbility and debugging. + * Bug fixes. + +Version 0.2.0-alpha1: + + * Added licenses and mandatory files (README, TODO,...) + * Bug fixes. + Version 0.1.7: * Improved stability with mutexes. Modified: daemon/trunk/README =================================================================== --- daemon/trunk/README 2007-03-14 15:28:52 UTC (rev 170) +++ daemon/trunk/README 2007-03-14 15:37:55 UTC (rev 171) @@ -6,9 +6,9 @@ options: -d start in daemon mode -v view in shell ( for daemon mode ) - -st show the structure of the usb trames - -sr show all raw statutes - -si show only invalid raw statutes + -st show the structure of the usb frames + -sr show all raw status + -si show only invalid raw status -h show this usage list For all information about tuxdroid, please visit: Modified: daemon/trunk/TODO =================================================================== --- daemon/trunk/TODO 2007-03-14 15:28:52 UTC (rev 170) +++ daemon/trunk/TODO 2007-03-14 15:37:55 UTC (rev 171) @@ -1,6 +1,9 @@ $Id$ -- Add 'install' and 'uninstall' targets for make, or better use autotools if someone knows how that work. +- Add a decent logging functionality to the daemon. -- Add options to choose the debug level at start time +- Use the GNU Autotools framework to configure and compile the daemon. +- Support multiple dongles. + +- SNMP Support. Modified: daemon/trunk/version.txt =================================================================== --- daemon/trunk/version.txt 2007-03-14 15:28:52 UTC (rev 170) +++ daemon/trunk/version.txt 2007-03-14 15:37:55 UTC (rev 171) @@ -1 +1 @@ -0.2.0-alpha2 (SVN/UNRELEASED) +0.2.0-alpha2 |