]> err.no Git - sope/commitdiff
added DeltaV methods
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 22 Nov 2006 23:31:38 +0000 (23:31 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 22 Nov 2006 23:31:38 +0000 (23:31 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1383 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/NGHttp/ChangeLog
sope-appserver/NGObjWeb/NGHttp/NGHttpRequest.h
sope-appserver/NGObjWeb/NGHttp/NGHttpRequest.m
sope-appserver/NGObjWeb/Version

index b43e9fa0165de052557ac9812e6e42c3fc1d3eef..1be65e892ff057f0811f7231f5a5bd50b11968ad 100644 (file)
@@ -1,5 +1,7 @@
 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)
index 4c3a2040b8d8cae2e031213ae3f857ab6fa646cd..274e4f303a3a1d1746b5c2093fe1d3a1b79e0982 100644 (file)
@@ -1,3 +1,7 @@
+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
index f607a4cf9fa6d5282f5c8a0d2203eb71c823489f..39bbedd815d4c997ccd78469e4048b6df3929838 100644 (file)
@@ -59,6 +59,9 @@ typedef enum {
   NGHttpMethod_BMOVE,
   NGHttpMethod_BPROPFIND,
   NGHttpMethod_BPROPPATCH,
+  /* RFC 3253 (DeltaV) */
+  NGHttpMethod_REPORT,
+  NGHttpMethod_VERSION_CONTROL,
   NGHttpMethod_last
 } NGHttpMethod;
 
index 2f1f88c56826eec6cc84aa76311165bac36109d3..b78b2d01d24745dd13dee15710fb012823cf8862 100644 (file)
@@ -56,6 +56,9 @@ NSString *methodNames[] = {
   @"BMOVE",
   @"BPROPFIND",
   @"BPROPPATCH",
+  /* RFC 3253 (DeltaV) */
+  @"REPORT",
+  @"VERSION-CONTROL",
   nil
 };
 
index 4d722dcbecf2f9c4a21f63d68f8d840f45e18431..e82fe951939acd9b52f78e3949026f1d19915e9c 100644 (file)
@@ -3,7 +3,7 @@
 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