mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-25 00:11:46 +00:00
* 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:
parent
e3f1372d29
commit
e318270cb4
3 changed files with 12 additions and 3 deletions
|
@ -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>
|
2006-01-26 David Ayers <d.ayers@inode.at>
|
||||||
|
|
||||||
* GSWeb.framework/GSWAction.m (-[initWithRequest:]): Retain
|
* GSWeb.framework/GSWAction.m (-[initWithRequest:]): Retain
|
||||||
|
|
2
Version
2
Version
|
@ -5,7 +5,7 @@ GNUSTEP_GCC=2.8.0
|
||||||
|
|
||||||
# The version number of this release.
|
# The version number of this release.
|
||||||
MAJOR_VERSION=1
|
MAJOR_VERSION=1
|
||||||
MINOR_VERSION=2
|
MINOR_VERSION=3
|
||||||
SUBMINOR_VERSION=0
|
SUBMINOR_VERSION=0
|
||||||
GSWEB_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
GSWEB_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||||
VERSION=${GSWEB_VERSION}
|
VERSION=${GSWEB_VERSION}
|
||||||
|
|
|
@ -7,8 +7,8 @@ AUX_LIBS=@AUX_LIBS@
|
||||||
|
|
||||||
#EOControl dependancy
|
#EOControl dependancy
|
||||||
ifeq ($(GDL2),yes)
|
ifeq ($(GDL2),yes)
|
||||||
EOCONTROL_LIBRARY_NAME=gnustep-db2control
|
EOCONTROL_LIBRARY_NAME=EOControl
|
||||||
EOACCESS_LIBRARY_NAME=gnustep-db2
|
EOACCESS_LIBRARY_NAME=EOAccess
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#Native Framework support
|
#Native Framework support
|
||||||
|
|
Loading…
Reference in a new issue