Author: reinhard Date: 2006-11-09 03:20:00 -0600 (Thu, 09 Nov 2006) New Revision: 9010
Added: trunk/www/news/10189 Log: Released GNUe Common Library 0.6.5. Added: trunk/www/news/10189 =================================================================== --- trunk/www/news/10189 2006-11-09 09:12:26 UTC (rev 9009) +++ trunk/www/news/10189 2006-11-09 09:20:00 UTC (rev 9010) @@ -0,0 +1,38 @@ +Title: GNUe Common Library 0.6.5 released +Author: [EMAIL PROTECTED] +Date: 2006-11-09 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.6.5. + + +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: + +* [apps] Append debug files instead of overwriting them (issue120) +* [apps] Changed timestamps in debug files to absolute time (issue121) +* [datasources] New driver for psycopg2 (issue124) +* [datasources] Don't use OID in postgres any more +* [definitions] some parser changes needed for upcoming designer release +* Windows support for setup-cvs.py +* New release numbering scheme for unstable releases +* Some code cleanup +* Several smaller bug fixes + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.6.5/ _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
