2006-11-23 Wolfgang Sourdeau <WSourdeau@Inverse.CA>
+ * NGHttp: added DeltaV HTTP methods (v4.5.258)
+
* SoObjects/SoProductClassInfo.m: enable the use of arrays in the
declaration of default roles for a permission in product.plist files
(v4.5.257)
+2006-11-23 Wolfgang Sourdeau <WSourdeau@Inverse.CA>
+
+ * NGHttpRequest.[hm]: added DeltaV HTTP methods
+
2005-05-03 Helge Hess <helge.hess@opengroupware.org>
* common.h: fixed Tiger warnings
NGHttpMethod_BMOVE,
NGHttpMethod_BPROPFIND,
NGHttpMethod_BPROPPATCH,
+ /* RFC 3253 (DeltaV) */
+ NGHttpMethod_REPORT,
+ NGHttpMethod_VERSION_CONTROL,
NGHttpMethod_last
} NGHttpMethod;
@"BMOVE",
@"BPROPFIND",
@"BPROPPATCH",
+ /* RFC 3253 (DeltaV) */
+ @"REPORT",
+ @"VERSION-CONTROL",
nil
};
ifeq ($(GNUSTEP_HOST_VENDOR),apple) # linker overflow
SUBMINOR_VERSION:=255
else
-SUBMINOR_VERSION:=257
+SUBMINOR_VERSION:=258
endif
# v4.5.234 requires libDOM v4.5.21