]> err.no Git - sope/blobdiff - sope-core/EOControl/ChangeLog
Drop apache 1 build-dependency
[sope] / sope-core / EOControl / ChangeLog
index b930e35a98cb8d7d9370812f041214a8a66f61c5..5bdc218edd3510d1b7e4e9a26f25190a95be7f89 100644 (file)
@@ -1,3 +1,57 @@
+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