mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 17:50:47 +00:00
* Version 0.10.0
* ANNOUNCE: New file. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23500 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5779cc0f8b
commit
c67717ca70
2 changed files with 56 additions and 0 deletions
51
ANNOUNCE
Normal file
51
ANNOUNCE
Normal file
|
@ -0,0 +1,51 @@
|
|||
|
||||
The GNUstep Database Library 2 Package, version 0.10.0 is now available.
|
||||
|
||||
What is the GNUstep Database Library 2 Package?
|
||||
====================================
|
||||
|
||||
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
|
||||
- the Base Package
|
||||
- the GUI Package
|
||||
- the Back Package
|
||||
- the GORM Package
|
||||
|
||||
|
||||
The package has been tested on:
|
||||
|
||||
Debian Sarge/x86
|
||||
Debian Etch/x86
|
||||
Debian Sid/x86 (Sept 2006)
|
||||
|
||||
Changes in version 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.
|
||||
|
||||
Where can you get it? How can you compile it?
|
||||
==============================================
|
||||
|
||||
The gnustep-dl2-0.10.0.tar.gz distribution file has been placed at
|
||||
<http://ftp.gnustep.org/pub/gnustep/core>
|
||||
|
||||
Please log bug reports on the GNUstep project page
|
||||
<http://savannah.gnu.org/bugs/?group=gnustep> or send bug reports to
|
||||
<bug-gnustep@gnu.org>.
|
||||
|
|
@ -1,3 +1,8 @@
|
|||
2006-09-14 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* Version 0.10.0
|
||||
* ANNOUNCE: New file.
|
||||
|
||||
2006-09-13 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* EOControl/EOObserver.m (EOObserverCenter +_forgetObject:): New
|
||||
|
|
Loading…
Reference in a new issue