From f23aa520157c5f200b81225f93f52ff70d5a943e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 4 Jul 2008 18:27:07 +0000 Subject: [PATCH] Monotone-Parent: b4655ce05ca4a96336269d9d01dd4866945c8841 Monotone-Revision: 8ca6b006717869bd8c2cfca4e9afa1da74772b12 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-04T18:27:07 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index e0d2c508e..79deaa84c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * SoObjects/SOGo/SOGoObject.m ([SOGoObject -POSTAction:localContext]): take the content type as well as the request and pass them as parameter to the new method below. + ([SOGoObject + -davPOSTRequest:requestwithContentType:cTypeinContext:localContext]): + new method designed to handle POST requests on DAV objects. 2008-06-30 Wolfgang Sourdeau