mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 17:50:47 +00:00
* 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
This commit is contained in:
parent
7bd929705b
commit
51c4edbfd8
3 changed files with 32 additions and 18 deletions
|
@ -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 <ratmice@yahoo.com>
|
||||
|
||||
|
|
21
NEWS
21
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
|
||||
|
|
25
README
25
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 <discuss-gnustep@gnu.org> 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 ***
|
||||
|
|
Loading…
Reference in a new issue