* Version: Update to 1.3.0

* config.mak.in: Update to use new GDL2 native library names.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@23520 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2006-09-15 10:54:16 +00:00
parent 19cb99449e
commit 6702ad063a
3 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,12 @@
2006-09-15 David Ayers <d.ayers@inode.at>
* Version: Update to 1.3.0
* config.mak.in: Update to use new GDL2 native library names.
2006-09-14 David Ayers <d.ayers@inode.at>
* Branch 1.2 release series.
2006-01-26 David Ayers <d.ayers@inode.at>
* GSWeb.framework/GSWAction.m (-[initWithRequest:]): Retain

View file

@ -5,7 +5,7 @@ GNUSTEP_GCC=2.8.0
# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=2
MINOR_VERSION=3
SUBMINOR_VERSION=0
GSWEB_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GSWEB_VERSION}

View file

@ -7,8 +7,8 @@ AUX_LIBS=@AUX_LIBS@
#EOControl dependancy
ifeq ($(GDL2),yes)
EOCONTROL_LIBRARY_NAME=gnustep-db2control
EOACCESS_LIBRARY_NAME=gnustep-db2
EOCONTROL_LIBRARY_NAME=EOControl
EOACCESS_LIBRARY_NAME=EOAccess
endif
#Native Framework support