Author: reinhard Date: 2006-03-27 02:10:56 -0600 (Mon, 27 Mar 2006) New Revision: 8266
Added: trunk/www/news/10179 Log: Released GNUe Common Library 0.6.2. Added: trunk/www/news/10179 =================================================================== --- trunk/www/news/10179 2006-03-27 08:09:58 UTC (rev 8265) +++ trunk/www/news/10179 2006-03-27 08:10:56 UTC (rev 8266) @@ -0,0 +1,40 @@ +Title: GNUe Common Library 0.6.2 released +Author: [EMAIL PROTECTED] +Date: 2006-03-27 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.6.2. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements an +RPC abstraction layer that will allow server processes to define their +public methods once and have them available XML-RPC and Pyro clients. + + +Changes and new features in this release: + +* [datasources] Fixed requery in multy level master/detail relationships +* [datasources] Fixed requery for deletion of more than one detail record +* [datasources] Updated appserver driver for Appserver's new RPC interface +* [datasources] Don't mark a record set as dirty if a field is set to old value +* [datasources] Support for defining ownership of created databases +* [datasources] Fix for databases for which cursor's don't survive commits +* [definitions] Iterator for child tags +* [definitions] Check if a tag is allowed under its parent +* [definitions] Fixed some XML saving bugs +* [rpc] Clean up all objects on lost connection by calling _destroy() on them +* [utils] Fixed uuid generation for 64bit architectures and Mac OS. +* New splash screen image +* Code cleanup +* Documentation updates +* Several smaller bug fixes + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.6.2/ _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
