]> err.no Git - sope/commitdiff
added groupdav namespace
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 8 Feb 2007 16:47:23 +0000 (16:47 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 8 Feb 2007 16:47:23 +0000 (16:47 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1409 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-xml/SaxObjC/ChangeLog
sope-xml/SaxObjC/Version
sope-xml/SaxObjC/XMLNamespaces.h

index cf0c92429029406b755929f4fd74a12637be64fd..b7536e6986772a699990002767114a430cecca20 100644 (file)
@@ -1,5 +1,7 @@
 2007-02-08  Helge Hess  <helge.hess@opengroupware.org>
 
+       * XMLNamespaces.h: added XMLNS_GROUPDAV namespace (v4.5.63)
+
        * XMLNamespaces.h: added XMLNS_AppleCalServer namespace (v4.5.62)
 
 2006-09-20  Helge Hess  <helge.hess@opengroupware.org>
index 3fea82c731bd0ba8206616e89526d2b254f05cf4..645b0033f8950f99fd834a9346f6527653b302c2 100644 (file)
@@ -1,3 +1,3 @@
 # version file
 
-SUBMINOR_VERSION:=62
+SUBMINOR_VERSION:=63
index 570f20dabd062112929dfcecd1e2e46e23d7a8ed..528899fddfa6690a9ec2986ed8ade58147779c06 100644 (file)
@@ -1,6 +1,6 @@
 /*
-  Copyright (C) 2000-2006 SKYRIX Software AG
-  Copyright (C) 2006      Helge Hess
+  Copyright (C) 2000-2007 SKYRIX Software AG
+  Copyright (C) 2007      Helge Hess
 
   This file is part of SOPE.
 
 #  define XMLNS_OPENSEARCH_RSS @"http://a9.com/-/spec/opensearchrss/1.0/"
 #endif
 
+/* GroupDAV */
+
+#ifndef XMLNS_GROUPDAV
+#  define XMLNS_GROUPDAV @"http://groupdav.org/"
+#endif
+
 /* CalDAV */
 
 #ifndef XMLNS_CALDAV