Author: reinhard Date: 2007-01-15 08:36:09 -0600 (Mon, 15 Jan 2007) New Revision: 9314
Added: trunk/www/news/10190 Log: Released GNUe Common Library 0.6.6. Added: trunk/www/news/10190 =================================================================== --- trunk/www/news/10190 2007-01-15 14:31:08 UTC (rev 9313) +++ trunk/www/news/10190 2007-01-15 14:36:09 UTC (rev 9314) @@ -0,0 +1,37 @@ +Title: GNUe Common Library 0.6.6 released +Author: [EMAIL PROTECTED] +Date: 2007-01-15 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.6.6. + + +This is an updated stable version and contains only bug +fixes and/or translation updates. + + +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 since the last stable version: + +* [datasources] Optionally use OIDs in Postgres again +* [datasources] Fixed len(ResultSet) to return int instead of long +* [datasources] Support for drivers that return the Decimal datatype +* [events] Debug message for fired events +* [events] Fixed dropping of events +* Minor improvements to version number handling code +* New module to handle conversion of data to GNUe's standard datatypes +* Cleaned up list of available configuration parameters + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.6.6/ _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
