From 51c4edbfd82dd79a7a1c6da06329805fbc1a6cbc Mon Sep 17 00:00:00 2001 From: David Ayers Date: Tue, 12 Sep 2006 20:42:57 +0000 Subject: [PATCH] * README: Update dependencies. Remove reference to external EOInterface implementation. Update comments about DBModeler. * NEWS: Mention major features of current release. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23475 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ NEWS | 21 +++++++++++++++++++-- README | 25 +++++++++---------------- 3 files changed, 32 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index c8455e0..3cd7276 100644 --- a/ChangeLog +++ b/ChangeLog @@ -73,6 +73,10 @@ * EOControl/EOControl.gsdoc: Ditto. * GDL2.gsdoc: Use sections allowed by DTD. Remove reference to MulleEOInterface. + + * README: Update dependencies. Remove reference to external + EOInterface implementation. Update comments about DBModeler. + * NEWS: Mention major features of current release. 2006-09-07 Matt Rice diff --git a/NEWS b/NEWS index fe61c21..5a87e56 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,26 @@ News **** -The currently released version of the library is `0.9.1'. +The currently released version of the library is `0.10.0'. -Initial 'alpha' release +'alpha' release 1.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 1.9.1 ======================================== * This is the first alpha release package of GDL2. First and diff --git a/README b/README index 812fbb9..636ff78 100644 --- a/README +++ b/README @@ -4,13 +4,12 @@ Readme The GNUstep Database Library 2 (GDL2) is a set of libraries to map Objective-C objects to rows of relational database management systems (RDBMS). It aims to be compatible with Enterprise Objects Framework -(EOF) as released with WebObjects 4.5 from Apple Inc. It requires the -GNUstep Make Package 1.9.1 and the Base Library 1.9.1. Alternatively -it is meant to work with other OpenStep-like implementations like -Cocoa together with the GNUstep BaseAdditions Library 1.9.1. For UI -applications which may want to use adaptor specific login panels, you -should also install the GNUstep GUI Library 0.9.2 and the GNUstep -Backend Library 0.9.2. These should also work with AppKit. +(EOF) as released with WebObjects 4.5 from Apple Inc. It requires +- the GNUstep Make Package 1.13.0 +- the Base Package 1.13.0 +- the GUI Package 1.11.0 +- the Back Package 1.11.0 +- the GORM Package 1.1.0 GDL2 consists of the following components: @@ -32,9 +31,6 @@ are subclassed to interface with concrete RDBMS implementations. This library implements classes used to synchronize UI components such as NSTextFields, NSButtons and NSTableViews with the state of objects which an EOEditingContext contains. -*Note this library is still missing in GDL2. Some people have tried -to use http://www.mulle-kybernetik.com/software/MulleEOInterface/ with -some success. - EOAdaptors @@ -44,13 +40,10 @@ the PostgreSQL database. Even though the Adaptor is still called Postgres95 we aim to support PostgreSQL 7.2 and higher API. In fact the Adaptor may very soon be renamed to PostgreSQL. -- EOModeler (???) +- EOModeler -GDL2 will offer a UI application to create and maintain .eomodel(d) -files. Currently it is not defined if this will be a EOModeler clone -or different style of application. Some people have started some -preliminary work so ask on before starting -on this. +GDL2 will offers a UI application to create and maintain .eomodel(d) +files. This is the first release of a preliminary version. ====================== *** Important Note ***