]> err.no Git - sope/blobdiff - sope-core/EOControl/ChangeLog
Drop apache 1 build-dependency
[sope] / sope-core / EOControl / ChangeLog
index 94038a50ec6108410cf77224c0d879a5d485208a..5bdc218edd3510d1b7e4e9a26f25190a95be7f89 100644 (file)
@@ -1,5 +1,123 @@
+2007-04-17  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOKeyValueCoding.m: fixed a gcc4 warning (v4.7.73)
+
+2007-01-15  Stephane Corthesy  <stephane@sente.ch>
+
+       * EOQualifierParser.m (_parseValue): fixed a bug in the qualifier
+         parser (v4.5.72)
+
+2006-12-17  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * EOKeyValueCoding.m: fixed a runtime portability issue - removed
+         +initialize on NSArray category (v4.5.71)
+
+2006-12-02  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * EOKeyValueCoding.m: fixed numerous bugs in the computeXXX: methods
+         and provided proper implementations according to the WO4.5 specs
+         for gnustep-base and Apple Foundation (v4.5.70)
+
+2006-12-02  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOKeyValueCoding.m: added NSDecimalNumber implementation for
+         -computeSumForKey: (TBD: implementations for the other methods)
+         (v4.5.69)
+
+2006-09-30  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOKeyGlobalID.m: print a warning if a key-gid is created with a nil
+         value, improved -description (v4.5.68)
+
+2006-08-18  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOKeyValueCoding.m: -valueForKey: now returns mutable arrays when
+         being called on mutable arrays (WO 4.5 compatibility) (v4.5.67)
+
+2006-07-04  Helge Hess  <helge.hess@opengroupware.org>
+
+       * 64bit fixes (v4.5.66)
+
+2006-07-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.65
+
+       * EOKeyValueCoding.m: reduced autorelease usage in KVC key creation
+
+       * use %p for pointer formats, fixed gcc 4.1 warnings
+
+2006-05-02  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * EOSortOrdering.m: use keyPaths instead of just keys in
+         keyOrderComparator() function - this is feature compatible with
+         Apple's EOF 4.5 (v4.5.64)
+
+2006-02-20  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOKeyValueCoding.m: do not use EOKeyValueCoding with gstep-base (KVC
+         implemented directly in base) (v4.5.63)
+
+2005-11-17  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.62
+
+       * EOKeyValueQualifier.m: fixed some SEL related warnings
+
+       * common.h: properly include string.h
+
+2005-10-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOKeyValueQualifier.m: improved -description in edge conditions,
+         added warnings if the qualifier is initialized with insufficient
+         values (v4.5.61)
+
+2005-08-23  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOQualifier.m: added NSCopying (v4.5.60)
+
+2005-08-06  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOKeyValueArchiver.m: improved decoding of bools (v4.5.59)
+
+2005-08-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.58
+       
+       * EODetailDataSource.m: added EOKeyValueArchiving
+
+       * EOSortOrdering.m: use 'selectorName' instead of 'selector' for
+         kv archiving
+       
+       * EOKeyValueArchiver.m: fixed decoding of arrays
+
+2005-08-04  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOKeyValueArchiver.m: fixed a bug with decoding references (v4.5.57)
+
+       * EOKeyValueArchiver.m: print a warning if a class specified in the
+         archive could not be found (v4.5.56)
+
+2005-08-04  Helge Hess  <helge.hess@skyrix.com>
+
+       * v4.5.55
+       
+       * EOSortOrdering.m, EOFetchSpecification.m: added EOKeyValueArchiving
+       
+       * EO*Qualifier.m: added EOKeyValueArchiving to EOQualifier classes
+
+       * NSObject+EOQualifierOps.m: fixed gcc 4.0 warnings
+
+2005-08-04  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOKeyValueArchiver.m: process class names containing a dot by
+         first looking up the class using the last dot-component and then
+         by trying to map some known prefixes (eg D2W) (v4.5.54)
+
 2005-05-03  Helge Hess  <helge.hess@opengroupware.org>
 
+       * EOQualifier.h: fixed prototypes of -isLike/-isCaseInsensitiveLike:
+         (v4.5.53)
+
        * NSObject+EOQualifierOps.m: fixed signature of -isLike: and
          -isCaseInsensitiveLike: to match Tiger (v4.5.52)