diff --git a/ChangeLog b/ChangeLog index d8e0c8d..80b95c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-09-15 David Ayers + + * Version: Update to 1.3.0 + * config.mak.in: Update to use new GDL2 native library names. + +2006-09-14 David Ayers + + * Branch 1.2 release series. + 2006-01-26 David Ayers * GSWeb.framework/GSWAction.m (-[initWithRequest:]): Retain diff --git a/Version b/Version index 5074879..e320870 100644 --- a/Version +++ b/Version @@ -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} diff --git a/config.mak.in b/config.mak.in index 7f30e64..52ef43d 100644 --- a/config.mak.in +++ b/config.mak.in @@ -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