* Version 0.12.0

* ANNOUNCE: Update for release.
	* NEWS: Ditto.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27925 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2009-02-20 08:08:54 +00:00
parent 677ebbfda3
commit 4227d241e5
4 changed files with 39 additions and 4 deletions

View file

@ -1,5 +1,5 @@
The GNUstep Database Library 2 Package, version 0.11.0 is now available.
The GNUstep Database Library 2 Package, version 0.12.0 is now available.
What is the GNUstep Database Library 2 Package?
====================================
@ -12,12 +12,24 @@ Objective-C objects to rows of relational database management systems
- the Base Package
- the GUI Package
- the Back Package
- the Renaissance Package
- the GORM Package
The package has been tested on:
The release has been tested on:
Debian Etch/x86
Debian Lenny/x86
CentOS 5.2/x68_64
Changes in version 0.12.0
=========================
This release contains the following changes:
- Use of Renaissance to ease porting
- Licensed under GNU GPL/LGPL v3
- minor compile flag fixes
- improved make 2.0 integration
- minor bug fixes
Changes in version 0.11.0
=========================

View file

@ -1,3 +1,9 @@
2009-02-20 David Ayers <ayers@fsfe.org>
* Version 0.12.0
* ANNOUNCE: Update for release.
* NEWS: Ditto.
2009-02-20 David Ayers <ayers@fsfe.org>
* EOControl/gdl2.EOControl.make,

19
NEWS
View file

@ -1,7 +1,24 @@
News
****
The currently released version of the library is `0.11.0'.
The currently released version of the library is `0.12.0'.
'alpha' release 0.12.0
========================================
This release contains the following changes:
- Added Renaissance dependency to ease porting
- Licensed under GNU GPL/LGPL v3
- Added first projects for more complete examples
- Reorganized examples and documentation
- minor compile flag fixes
- improved make 2.0 integration
to avoid forcing users to link against EOAccess simply to include
the GDL2 version makefile fragment, users must now expicitly add:
ADDITIONAL_NATIVE_LIBS+=EOControl EOAccess
to thier makefiles for tools or:
ADDITIONAL_NATIVE_LIBS+=EOControl EOAccess EOInterface
for applications
'alpha' release 0.11.0
========================================

View file

@ -6,7 +6,7 @@ GNUSTEP_GCC=2.95.2
# The version number of this release.
MAJOR_VERSION=0
MINOR_VERSION=11
MINOR_VERSION=12
SUBMINOR_VERSION=0
GDL2_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GDL2_VERSION}