+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)
/* results */
- (NSArray *)vCards {
- return self->vCards;
+ return self->vCards != nil ? [NSArray arrayWithArray:self->vCards] : nil;
}
/* state */
MAJOR_VERSION=4
MINOR_VERSION=5
-SUBMINOR_VERSION:=75
+SUBMINOR_VERSION:=76
# v4.5.40 requires NGExtensions v4.5.145
# v4.5.37 requires NGExtensions v4.5.140