From 3e397d40719870a8365fbf2ff135ad41f0193c96 Mon Sep 17 00:00:00 2001 From: znek Date: Tue, 5 Jul 2005 11:23:56 +0000 Subject: [PATCH] fixed release crash bug git-svn-id: http://svn.opengroupware.org/SOGo/trunk@660 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/SOGo/ChangeLog | 4 ++++ SOGo/SoObjects/SOGo/SOGoAppointment.m | 1 - SOGo/SoObjects/SOGo/Version | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SOGo/SoObjects/SOGo/ChangeLog b/SOGo/SoObjects/SOGo/ChangeLog index 4d58dff1..1fe25bae 100644 --- a/SOGo/SoObjects/SOGo/ChangeLog +++ b/SOGo/SoObjects/SOGo/ChangeLog @@ -1,3 +1,7 @@ +2005-07-05 Marcus Mueller + + * SOGoAppointment.m: fixed a wrong -release (v0.9.36) + 2005-03-25 Helge Hess * SOGoObject.m: fixed DELETEAction to return a boolean if the delete diff --git a/SOGo/SoObjects/SOGo/SOGoAppointment.m b/SOGo/SoObjects/SOGo/SOGoAppointment.m index 1d5fbb19..82bfe056 100644 --- a/SOGo/SoObjects/SOGo/SOGoAppointment.m +++ b/SOGo/SoObjects/SOGo/SOGoAppointment.m @@ -209,7 +209,6 @@ static NGLogger *logger = nil; _value = [_value sortedArrayUsingSelector:@selector(compareAscending:)]; catString = [_value componentsJoinedByString:@","]; [self->event setCategories:catString]; - [catString release]; } - (NSArray *)categories { NSString *catString; diff --git a/SOGo/SoObjects/SOGo/Version b/SOGo/SoObjects/SOGo/Version index 9beb87e3..d4e9aac0 100644 --- a/SOGo/SoObjects/SOGo/Version +++ b/SOGo/SoObjects/SOGo/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=35 +SUBMINOR_VERSION:=36 # v0.9.34 requires libGDLContentStore v4.5.26 # v0.9.26 requires libOGoContentStore v0.9.13 -- 2.39.5