+2007-02-08 Helge Hess <helge.hess@opengroupware.org>
+
+ * DAVPropMap.plist: added mappings for calendar-home-set,
+ dropbox-home-URL and notifications-URL CalDAV properties (v4.5.264)
+
2007-01-17 Helge Hess <helge@perform>
* WebDAV/SoObjectWebDAVDispatcher.m: never report 404 WebDAV properties
"{http://ucb.openoffice.org/dav/props/}IsRemoveable" = isOOoRemoveable;
"{http://ucb.openoffice.org/dav/props/}IsVolume" = isOOoVolume;
"{http://ucb.openoffice.org/dav/props/}TargetURL" = davOOoTargetURL;
+
+ /* CalDAV */
+ "{urn:ietf:params:xml:ns:caldav}calendar-home-set" = davCalendarHomeSet;
+
+ /* Apple CalServer */
+ "{http://apple.com/ns/calendarserver/}dropbox-home-URL" =
+ davDropboxHomeURL;
+ "{http://apple.com/ns/calendarserver/}notifications-URL" =
+ davNotificationsURL;
}
# version file
ifneq ($(GNUSTEP_HOST_VENDOR),apple) # linker overflow
-SUBMINOR_VERSION:=263
+SUBMINOR_VERSION:=264
else
SUBMINOR_VERSION:=255
endif