Author: reinhard Date: 2005-09-21 06:58:53 -0500 (Wed, 21 Sep 2005) New Revision: 7940
Modified: trunk/gnue-common/BUGS trunk/gnue-common/NEWS Log: Preparing for release. Modified: trunk/gnue-common/BUGS =================================================================== --- trunk/gnue-common/BUGS 2005-09-21 11:17:08 UTC (rev 7939) +++ trunk/gnue-common/BUGS 2005-09-21 11:58:53 UTC (rev 7940) @@ -13,7 +13,6 @@ rpc --- -* Passing of dynamic objects is broken * Protocols other than xmlrpc are probably broken Modified: trunk/gnue-common/NEWS =================================================================== --- trunk/gnue-common/NEWS 2005-09-21 11:17:08 UTC (rev 7939) +++ trunk/gnue-common/NEWS 2005-09-21 11:58:53 UTC (rev 7940) @@ -1,3 +1,15 @@ +New features/changes in version 0.6.1: (xxxx-xx-xx) +* [datasources] Undeleting records before post +* [datasources] New event onRecordInserted +* [datasources] Fixed requery if posting threw an exception +* [datasources] Fixed requery of details if no primary key is available +* [datasources] Fixed call of function on record +* [rpc] Start of big cleanup +* [rpc] Use persistent session for XMLRPC +* [rpc] Object transport for XMLRPC +* turn off debug messages when compiled with -O +* several minor fixes and cleanup + New features/changes in version 0.6.0: (2005-08-13) * Complete overhaul of datasources library * New dbdriver for SQLite 3.x @@ -2,4 +14,4 @@ * Require Python 2.3 -* Added suppport for garbage collection debugging -* Added supporrt for module import debugging +* Added support for garbage collection debugging +* Added support for module import debugging _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
