mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 21:00:44 +00:00
revert accidentally committed changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30161 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
09805686bf
commit
462ff14dac
4 changed files with 25 additions and 18 deletions
31
ANNOUNCE
31
ANNOUNCE
|
@ -1,5 +1,5 @@
|
|||
|
||||
The GNUstep Database Library 2 Package, version 0.12.1 is now available.
|
||||
The GNUstep Database Library 2 Package, version 0.12.0 is now available.
|
||||
|
||||
What is the GNUstep Database Library 2 Package?
|
||||
====================================
|
||||
|
@ -22,12 +22,6 @@ Debian Etch/x86
|
|||
Debian Lenny/x86
|
||||
CentOS 5.2/x68_64
|
||||
|
||||
Changes in version 0.12.1
|
||||
=========================
|
||||
This release contains the following changes:
|
||||
- Fix minor memory management bugs in DBModeler.
|
||||
- Adapt NSUndoManager handling to new behavior.
|
||||
|
||||
Changes in version 0.12.0
|
||||
=========================
|
||||
This release contains the following changes:
|
||||
|
@ -37,10 +31,31 @@ This release contains the following changes:
|
|||
- improved make 2.0 integration
|
||||
- minor bug fixes
|
||||
|
||||
Changes in version 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
|
||||
|
||||
|
||||
Where can you get it? How can you compile it?
|
||||
==============================================
|
||||
|
||||
The gnustep-dl2-0.12.1.tar.gz distribution file has been placed at
|
||||
The gnustep-dl2-0.11.0.tar.gz distribution file has been placed at
|
||||
<http://ftp.gnustep.org/pub/gnustep/libs>
|
||||
|
||||
Please log bug reports on the GNUstep project page
|
||||
|
|
8
NEWS
8
NEWS
|
@ -1,14 +1,6 @@
|
|||
News
|
||||
****
|
||||
|
||||
The currently released version of the library is `0.12.1'.
|
||||
|
||||
'alpha' release 0.12.1
|
||||
========================================
|
||||
This release contains the following changes:
|
||||
- Fix minor memory management bugs in DBModeler.
|
||||
- Adapt NSUndoManager handling to new behavior.
|
||||
|
||||
The currently released version of the library is `0.12.0'.
|
||||
|
||||
'alpha' release 0.12.0
|
||||
|
|
2
README
2
README
|
@ -62,7 +62,7 @@ the model objects.
|
|||
|
||||
The Trading framework, provides an example model, and some routines to
|
||||
create a database from the model, and populate the database with data,
|
||||
while not an example itself it is intended for use by example applications
|
||||
while not an example itself it is indented for use by example applications
|
||||
using GDL2 alone, EOInterface or GSWeb, and for higher level tests.
|
||||
|
||||
- Using GDL2 in other Projects
|
||||
|
|
2
Version
2
Version
|
@ -7,7 +7,7 @@ GNUSTEP_GCC=2.95.2
|
|||
# The version number of this release.
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=12
|
||||
SUBMINOR_VERSION=1
|
||||
SUBMINOR_VERSION=0
|
||||
GDL2_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
VERSION=${GDL2_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue