]> err.no Git - sope/blobdiff - sope-gdl1/GDLAccess/ChangeLog
minor changes to Xcode project layout
[sope] / sope-gdl1 / GDLAccess / ChangeLog
index b43a03b1c4024838d9ecd39aa8a208ce09fbc8ea..2267cb9821993bb12cdaae9640993d126622ab20 100644 (file)
@@ -1,4 +1,114 @@
-2004-08-27  Helge Hess  <helge@dogbert.in.skyrix.com>
+2005-05-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * fixed gcc 4.0 warnings (v4.5.51)
+
+2005-04-21  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOAdaptorChannel.[hm]: added -describeResults: as a public method,
+         implemented -describeResults based on that (adaptors now need to
+         override -describeResults:) (v4.5.50)
+
+2005-04-12  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.49
+
+       * fixed various gcc 3.4.3 warnings
+
+       * removed support for unused EOAttribute features like flattened, 
+         derived, read-only, insert/update formats, definition
+
+2005-03-15  Helge Hess  <helge.hess@opengroupware.org>
+
+       * FoundationExt/GNUmakefile: properly include config.make (v4.5.48)
+
+2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOAdaptor.m: added +adaptorForURL: method to create EOAdaptor
+         objects from JDBC style URLs (eg PostgreSQL://OGo:OGo@localhost/OGo")
+         (v4.5.47)
+
+2005-01-14  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOAdaptorDataSource.m: fixed a bug in the sorting code, the "AS" was
+         missing in the SQL rename statement (v4.5.46)
+
+2005-01-13  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOAdaptorDataSource.m: improved -description (v4.5.45)
+
+2005-01-04  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOAttribute.m, EOFaultHandler.m, EODatabaseFaultResolver.m: added 
+         casts to avoid compile warnings with Xcode (v4.5.44)
+
+2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.43
+
+       * GDLAccess.xcode: minor fixes and updated
+
+       * EOAttribute.m: changed usage of -timeZoneName (deprecated) to -name
+         for Foundations different to libFoundation.
+
+2004-11-13  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOAdaptor.m: fixed a bug in the lookup of GDL adaptor bundles
+         (v4.5.42)
+
+2004-11-11  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * GDLAccess.xcode: fixed Xcode build by providing all necessary
+         major/minor numbers and bumped the framework revision
+
+2004-11-09  Helge Hess  <helge.hess@skyrix.com>
+
+       * v4.5.41
+
+       * bumped version from 1.3 to 4.5 to be consistent with the remaining
+         SOPE versions (the "super major version" is still gdl1)
+
+       * EOAdaptor.m: fixed adaptor lookup path
+
+2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * GDLAccess.xcode: new Xcode project
+
+2004-09-11  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * GNUmakefile.preamble, FoundationExt/GNUmakefile: minor changes for
+         inline compilation with GNUSTEP_BUILD_DIR set elsewhere (v1.1.40)
+
+2004-09-06  Helge Hess  <helge.hess@skyrix.com>
+
+       * EOSQLQualifier.m: fixed a compile warning related to scanner handler
+         and NSArray argument instead of va_list (v1.1.39)
+
+2004-09-06  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOAdaptorChannel.m: added
+         -selectAttributesX:describedByQualifier:fetchOrder:lock: for
+         selects which return, not raise, exceptions (v1.1.38)
+
+2004-08-31  Helge Hess  <helge.hess@skyrix.com>
+
+       * GNUmakefile.preamble: added library search pathes for FHS install
+         (v1.1.37)
+
+2004-08-30  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v1.1.36
+
+       * EOAdaptor.m: also look for adaptors in /usr/lib/sope-4.3/dbadaptors
+         and /usr/local/lib/sope-4.3/dbadaptors
+
+       * added hack to install the project in FHS locations - the library,
+         its headers, the tools and the resources will be installed in
+         FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
+
+2004-08-27  Helge Hess  <helge.hess@skyrix.com>
+
+       * EOAdaptor.m: look for adaptor bundles in Library/GDLAdaptors-1.1/
+         (v1.1.35)
 
        * increased version to v1.1 because it depends on libEOControl v4.3
          (v1.1.34)