libs-gdl2/NEWS
David Ayers 92b1704dd9 * Version 0.11.0
* README: Update prerequisites and project names.
	* TODO: Update.
	* INSTALL: Remove reference to GNUSTEP_SYSTEM_ROOT.
	* ANNOUNCE: Update for release.
	* NEWS: Ditto.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@25320 72102866-910b-0410-8b05-ffd578937521
2007-07-11 18:45:06 +00:00

65 lines
2.3 KiB
Text

News
****
The currently released version of the library is `0.11.0'.
'alpha' release 0.11.0
========================================
This release contains the following changes:
- Build as NATIVE_LIBRARY and renamed projects to
(lib)EOControl, (lib)EOAccess and (lib)EOInterface
- Adaption to the gnustep-make 2.0 infrastructure
- Addition of an SQLiteAdaptor.
- Removed dependency on GC classes.
- Started update of the Postgres95->PostgreSQL adaptor
(The goal is to migrate to the PostgreSQL 7/8 API and datatypes
but this is still WIP.)
- Much improved DBModeler application including initial diagram support.
- Much improved GDL2Palette support.
- Improved EODisplayGroup implementation.
- Bug fixes
- Correct propagation or relationship attributes.
- Correct determination of seconds and milliseconds in the
PostgreSQL adaptor
'alpha' release 0.10.1
========================================
This release only fixes packaging issues. Some of the sub projects
were not installed into the the correct GNUSTEP_INSTALLATION_DIR.
'alpha' release 0.10.0
========================================
This release includes many bug fixes and partial rewrites of
existing implementations and should be more robust that the
previous release.
This release includes new preliminary classes like
EOSharedEditingContext, EOEvent, EOEventCenter and EOMultiReaderLock
but these haven't seen much testing yet and are partially implemented.
This release includes an initial version of EOInterface, the library
or framework to connect GUI elements to GDL2 classes.
Matt Rice contributed an initial DBModeler application, an EOModler
framework implementation, a GDL2Palette for GROM and lots of time
debuging, testing and filling in missing implementations.
Initial 'alpha' release 0.9.1
========================================
This is the first alpha release package of GDL2. First and
foremost this is the result of a tremendous effort of
Mirko Viviani <mirko.viviani@gmail.com> to create a database
library aiming a compatibility with Enterprise Objects Frameworks
from Apple Inc. It is still missing major components and many of
the existing classes are not fully implemented. Yet the package
does provide a basis for production level code. As major
features are completed, they should be mentioned by release in
this file.