From 761419b3912182cbea5a6545c110df01bc012941 Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 5 Mar 2004 14:13:31 +0000 Subject: * lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, PROPFIND, DELETE, MOVE, COPY, MKCOL. This patch is contributed by Tatsuki Sugiura. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2f2391082..d5a4ebdf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Mar 5 23:13:08 2004 Minero Aoki + + * lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, + UNLOCK, OPTIONS, PROPFIND, DELETE, MOVE, COPY, MKCOL. + This patch is contributed by Tatsuki Sugiura. + Fri Mar 5 20:58:37 2004 Minero Aoki * lib/net/http.rb: Net::HTTPResponse#response is obsolete. -- cgit