2005-07-15 Helge Hess <helge.hess@opengroupware.org>
+ * SOGoAppointmentFolder.m: fixed Cocoa warnings (v0.9.46)
+
* SOGoAppointmentFolder.m: fixed gcc 4.0 warnings (v0.9.45)
2005-07-14 Marcus Mueller <znek@mulle-kybernetik.com>
WOResponse *r;
NSString *uri;
- uri = [[_ctx request] uri];
+ uri = [[(WOContext *)_ctx request] uri];
if (![uri hasSuffix:@"/"]) uri = [uri stringByAppendingString:@"/"];
uri = [uri stringByAppendingString:@"weekoverview"];
# Version file
-SUBMINOR_VERSION:=45
+SUBMINOR_VERSION:=46
# v0.9.42 requires libSOGo v0.9.54
# v0.9.32 requires libGDLContentStore v4.5.26
+2005-07-15 Helge Hess <helge.hess@opengroupware.org>
+
+ * common.make: fixed for OSX compilation
+
2005-07-12 Marcus Mueller <znek@mulle-kybernetik.com>
* common.make: provide default install dir and bundle extension to
-lNGiCal -lNGMime -lNGLdap \
-lNGStreams -lNGExtensions -lEOControl \
-lXmlRpc -lDOM -lSaxObjC
+
+ADDITIONAL_BUNDLE_LIBS += $(BUNDLE_LIBS)