[bknr-cvs] edi changed trunk/thirdparty/cl-webdav/

BKNR Commits bknr at bknr.net
Sun Feb 21 13:14:22 UTC 2010


Revision: 4514
Author: edi
URL: http://bknr.net/trac/changeset/4514

More compatibility fixes from Matthew
Prepare for 0.2.0 release

U   trunk/thirdparty/cl-webdav/CHANGELOG.txt
U   trunk/thirdparty/cl-webdav/authorized-file-resources.lisp
U   trunk/thirdparty/cl-webdav/cl-webdav.asd
U   trunk/thirdparty/cl-webdav/doc/index.html
U   trunk/thirdparty/cl-webdav/file-resources.lisp
U   trunk/thirdparty/cl-webdav/handlers.lisp
U   trunk/thirdparty/cl-webdav/packages.lisp
U   trunk/thirdparty/cl-webdav/properties.lisp
U   trunk/thirdparty/cl-webdav/resources.lisp
U   trunk/thirdparty/cl-webdav/specials.lisp
U   trunk/thirdparty/cl-webdav/util.lisp
U   trunk/thirdparty/cl-webdav/xml.lisp

Modified: trunk/thirdparty/cl-webdav/CHANGELOG.txt
===================================================================
--- trunk/thirdparty/cl-webdav/CHANGELOG.txt	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/CHANGELOG.txt	2010-02-21 13:14:21 UTC (rev 4514)
@@ -1,3 +1,5 @@
+Version 0.2.0
+2010-02-21
 Changes to make CL-WEBDAV compatible with new Hunchentoot (Cyrus Harmon, Matthew Curry, and Ralf Mattes)
 
 Version 0.1.2

Modified: trunk/thirdparty/cl-webdav/authorized-file-resources.lisp
===================================================================
--- trunk/thirdparty/cl-webdav/authorized-file-resources.lisp	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/authorized-file-resources.lisp	2010-02-21 13:14:21 UTC (rev 4514)
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-WEBDAV; Base: 10 -*-
 ;;; $Header: /usr/local/cvsrep/cl-webdav/authorized-file-resources.lisp,v 1.7 2007/04/18 19:21:00 edi Exp $
 
-;;; Copyright (c) 2007-2009, Dr. Edmund Weitz.  All rights reserved.
+;;; Copyright (c) 2007-2010, Dr. Edmund Weitz.  All rights reserved.
 
 ;;; Redistribution and use in source and binary forms, with or without
 ;;; modification, are permitted provided that the following conditions

Modified: trunk/thirdparty/cl-webdav/cl-webdav.asd
===================================================================
--- trunk/thirdparty/cl-webdav/cl-webdav.asd	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/cl-webdav.asd	2010-02-21 13:14:21 UTC (rev 4514)
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
 ;;; $Header: /usr/local/cvsrep/cl-webdav/cl-webdav.asd,v 1.7 2007/10/21 21:20:56 edi Exp $
 
-;;; Copyright (c) 2007-2009, Dr. Edmund Weitz.  All rights reserved.
+;;; Copyright (c) 2007-2010, Dr. Edmund Weitz.  All rights reserved.
 
 ;;; Redistribution and use in source and binary forms, with or without
 ;;; modification, are permitted provided that the following conditions
@@ -29,7 +29,7 @@
 
 (asdf:defsystem :cl-webdav
   :serial t
-  :version "0.1.2"
+  :version "0.2.0"
   :components ((:file "packages")
                (:file "specials")
                (:file "util")

Modified: trunk/thirdparty/cl-webdav/doc/index.html
===================================================================
--- trunk/thirdparty/cl-webdav/doc/index.html	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/doc/index.html	2010-02-21 13:14:21 UTC (rev 4514)
@@ -74,13 +74,13 @@
 <br> <br><h3><a class=none name="download">Download and installation</a></h3>
 
 CL-WEBDAV together with this documentation can be downloaded
-from <a
-href="http://weitz.de/files/cl-webdav.tar.gz">http://weitz.de/files/cl-webdav.tar.gz</a>. The
-current version is 0.1.2.  It depends
+from <a href="http://weitz.de/files/cl-webdav.tar.gz">http://weitz.de/files/cl-webdav.tar.gz</a>. The
+current version is 0.2.0.  It depends
 on <a href="http://common-lisp.net/project/cxml/">Closure
 XML</a>, <a href="http://weitz.de/cl-fad/">CL-FAD</a>,
-and <a href="http://weitz.de/hunchentoot/">Hunchentoot</a>, and can be
-compiled and loaded with <a href="http://www.cliki.net/asdf">ASDF</a>.
+and <a href="http://weitz.de/hunchentoot/">Hunchentoot</a> (version
+1.1.0 or higher), and can be compiled and loaded
+with <a href="http://www.cliki.net/asdf">ASDF</a>.
 <p>
 A <a href="http://www.selenic.com/mercurial/wiki/">Mercurial</a>
 repository of older versions is available

Modified: trunk/thirdparty/cl-webdav/file-resources.lisp
===================================================================
--- trunk/thirdparty/cl-webdav/file-resources.lisp	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/file-resources.lisp	2010-02-21 13:14:21 UTC (rev 4514)
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-WEBDAV; Base: 10 -*-
 ;;; $Header: /usr/local/cvsrep/cl-webdav/file-resources.lisp,v 1.7 2007/04/18 19:21:00 edi Exp $
 
-;;; Copyright (c) 2007-2009, Dr. Edmund Weitz.  All rights reserved.
+;;; Copyright (c) 2007-2010, Dr. Edmund Weitz.  All rights reserved.
 
 ;;; Redistribution and use in source and binary forms, with or without
 ;;; modification, are permitted provided that the following conditions

Modified: trunk/thirdparty/cl-webdav/handlers.lisp
===================================================================
--- trunk/thirdparty/cl-webdav/handlers.lisp	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/handlers.lisp	2010-02-21 13:14:21 UTC (rev 4514)
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-WEBDAV; Base: 10 -*-
 ;;; $Header: /usr/local/cvsrep/cl-webdav/handlers.lisp,v 1.13 2007/05/19 22:34:35 edi Exp $
 
-;;; Copyright (c) 2007-2009, Dr. Edmund Weitz.  All rights reserved.
+;;; Copyright (c) 2007-2010, Dr. Edmund Weitz.  All rights reserved.
 
 ;;; Redistribution and use in source and binary forms, with or without
 ;;; modification, are permitted provided that the following conditions
@@ -176,7 +176,7 @@
         (setf (header-out :content-language) content-language))
       (handle-if-modified-since write-date)
       (when (equal etag (header-in* :if-none-match))
-        (setf (return-code) +http-not-modified+)
+        (setf (return-code*) +http-not-modified+)
         (abort-request-handler))
       (setf (header-out :last-modified) (rfc-1123-date write-date)
             (content-length*) (resource-length resource))

Modified: trunk/thirdparty/cl-webdav/packages.lisp
===================================================================
--- trunk/thirdparty/cl-webdav/packages.lisp	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/packages.lisp	2010-02-21 13:14:21 UTC (rev 4514)
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
 ;;; $Header: /usr/local/cvsrep/cl-webdav/packages.lisp,v 1.16 2007/04/18 19:49:32 edi Exp $
 
-;;; Copyright (c) 2007-2009, Dr. Edmund Weitz.  All rights reserved.
+;;; Copyright (c) 2007-2010, Dr. Edmund Weitz.  All rights reserved.
 
 ;;; Redistribution and use in source and binary forms, with or without
 ;;; modification, are permitted provided that the following conditions

Modified: trunk/thirdparty/cl-webdav/properties.lisp
===================================================================
--- trunk/thirdparty/cl-webdav/properties.lisp	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/properties.lisp	2010-02-21 13:14:21 UTC (rev 4514)
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-WEBDAV; Base: 10 -*-
 ;;; $Header: /usr/local/cvsrep/cl-webdav/properties.lisp,v 1.9 2008/06/25 08:04:25 edi Exp $
 
-;;; Copyright (c) 2007-2009, Dr. Edmund Weitz.  All rights reserved.
+;;; Copyright (c) 2007-2010, Dr. Edmund Weitz.  All rights reserved.
 
 ;;; Redistribution and use in source and binary forms, with or without
 ;;; modification, are permitted provided that the following conditions

Modified: trunk/thirdparty/cl-webdav/resources.lisp
===================================================================
--- trunk/thirdparty/cl-webdav/resources.lisp	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/resources.lisp	2010-02-21 13:14:21 UTC (rev 4514)
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-WEBDAV; Base: 10 -*-
 ;;; $Header: /usr/local/cvsrep/cl-webdav/resources.lisp,v 1.12 2007/04/18 19:21:00 edi Exp $
 
-;;; Copyright (c) 2007-2009, Dr. Edmund Weitz.  All rights reserved.
+;;; Copyright (c) 2007-2010, Dr. Edmund Weitz.  All rights reserved.
 
 ;;; Redistribution and use in source and binary forms, with or without
 ;;; modification, are permitted provided that the following conditions

Modified: trunk/thirdparty/cl-webdav/specials.lisp
===================================================================
--- trunk/thirdparty/cl-webdav/specials.lisp	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/specials.lisp	2010-02-21 13:14:21 UTC (rev 4514)
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-WEBDAV; Base: 10 -*-
 ;;; $Header: /usr/local/cvsrep/cl-webdav/specials.lisp,v 1.10 2008/06/25 08:02:17 edi Exp $
 
-;;; Copyright (c) 2007-2009, Dr. Edmund Weitz.  All rights reserved.
+;;; Copyright (c) 2007-2010, Dr. Edmund Weitz.  All rights reserved.
 
 ;;; Redistribution and use in source and binary forms, with or without
 ;;; modification, are permitted provided that the following conditions

Modified: trunk/thirdparty/cl-webdav/util.lisp
===================================================================
--- trunk/thirdparty/cl-webdav/util.lisp	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/util.lisp	2010-02-21 13:14:21 UTC (rev 4514)
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-WEBDAV; Base: 10 -*-
 ;;; $Header: /usr/local/cvsrep/cl-webdav/util.lisp,v 1.3 2007/04/17 07:42:08 edi Exp $
 
-;;; Copyright (c) 2007-2009, Dr. Edmund Weitz.  All rights reserved.
+;;; Copyright (c) 2007-2010, Dr. Edmund Weitz.  All rights reserved.
 
 ;;; Redistribution and use in source and binary forms, with or without
 ;;; modification, are permitted provided that the following conditions
@@ -36,7 +36,7 @@
   `(defun ,name ()
      ,(format nil "Sets RETURN-CODE to ~A and then calls ABORT-REQUEST-HANDLER."
               return-code)
-     (setf (return-code) ,return-code)
+     (setf (return-code*) ,return-code)
      (abort-request-handler)))
 
 (define-return-code-shortcut not-implemented +http-not-implemented+)

Modified: trunk/thirdparty/cl-webdav/xml.lisp
===================================================================
--- trunk/thirdparty/cl-webdav/xml.lisp	2010-02-18 13:07:34 UTC (rev 4513)
+++ trunk/thirdparty/cl-webdav/xml.lisp	2010-02-21 13:14:21 UTC (rev 4514)
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-WEBDAV; Base: 10 -*-
 ;;; $Header: /usr/local/cvsrep/cl-webdav/xml.lisp,v 1.10 2007/10/21 21:20:56 edi Exp $
 
-;;; Copyright (c) 2007-2009, Dr. Edmund Weitz.  All rights reserved.
+;;; Copyright (c) 2007-2010, Dr. Edmund Weitz.  All rights reserved.
 
 ;;; Redistribution and use in source and binary forms, with or without
 ;;; modification, are permitted provided that the following conditions





More information about the Bknr-cvs mailing list