]> err.no Git - sope/blobdiff - sope-ical/NGiCal/ChangeLog
fixed a bug in result handling of SAX parser (make a copy of results)
[sope] / sope-ical / NGiCal / ChangeLog
index 27203741b95cca31c354f61effe23ab97b37fd3f..9a889262896f2847992f24bfbbeef4d6ba306843 100644 (file)
@@ -1,5 +1,85 @@
+2006-08-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGVCardSaxHandler.m: fixed a bug with returning parsing results.
+         Properly make a copy of the vCard array so that -clear doesn't
+         destroy references. Thanks go to Wolfgang Sourdeau for documenting
+         the issue! (v4.5.76)
+
+2006-07-04  Helge Hess  <helge.hess@opengroupware.org>
+
+       * use %p for pointer formats, fixed gcc 4.1 warnings (v4.5.75)
+
+2006-05-16  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * iCalDataSource.h, common.h: changed EOControl related includes into
+         imports to enable compilation against MulleEOF (v4.5.74)
+
+2006-04-07  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * iCalEntityObject.h: added missing forward declaration for
+         gstep-base compile (v4.5.73)
+
+2006-04-06  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.72
+
+       * iCalEntityObject.[hm]: added "url" property - unfortunately
+         this was missing before. Increased class version to "1".
+
+       * iCalRepeatableEntityObject.m, iCalEvent.m, iCalToDo.m: adjusted
+         super class version check.
+
+2006-01-16  Helge Hess  <helge.hess@opengroupware.org>
+
+       * iCalRecurrenceRule.m: properly include NSString+Ext.h to avoid a
+         warning during Cocoa compilation (v4.5.71)
+
+2005-11-17  Helge Hess  <helge.hess@opengroupware.org>
+
+       * include string.h where required (v4.5.70)
+
+2005-10-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * iCalMonthlyRecurrenceCalculator.m: implemented calculation of
+         negative byday occurrences (eg -1TH) (v4.5.69)
+
+2005-09-22  Helge Hess  <helge.hess@skyrix.com>
+
+       * iCalRecurrenceRule.m: added direct parser support for 'interval',
+         allow 'until' values w/o Z marker for date-only values (v4.5.68)
+
+2005-09-22  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.67
+
+       * iCalMonthlyRecurrenceCalculator.m: finished 'byday' calculation
+
+       * iCalRecurrenceRule.m: added support for 'bymonthday', fixed handling
+         of occurrence1
+
+2005-09-21  Helge Hess  <helge.hess@skyrix.com>
+
+       * v4.5.66
+
+       * iCalRecurrenceRule.m: temporarily expose byDayOccurence1 until the
+         API is fixed
+
+       * iCalMonthlyRecurrenceCalculator.m: prepared for byday/bymonthday
+         rule specs
+
+       * v4.5.65
+
+       * iCalMonthlyRecurrenceCalculator.m: fixed calculation of 'count' field
+
+       * iCalRecurrenceCalculator.m: minor code cleanups
+
+       * iCalRecurrenceRule.m: improved rrule parser
+
 2005-09-20  Helge Hess  <helge.hess@opengroupware.org>
 
+       * iCalMonthlyRecurrenceCalculator.m: stop calculation if a byday part
+         was detected in the rule (v4.5.64)
+
        * iCalRecurrenceCalculator.m: moved cluster subclasses to own source
          files (v4.5.63)