Version 1.5.7 - Avoid name collision with zacl and net.uri nickname
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 11 Feb 2018 17:38:47 +0000 (10:38 -0700)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 11 Feb 2018 17:38:47 +0000 (10:38 -0700)
debian/changelog
src.lisp

index 0f4b68580561e9dddf28e2b781596be9b86c1ace..ea1dee2e1b552b03b7ce6e59bb9b5a26d202d527 100644 (file)
@@ -1,3 +1,9 @@
+cl-puri (1:1.5.7-1) unstable; urgency=medium
+
+  * Avoid name collision with zacl and net.uri nickname (thanks Dave Cooper)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 11 Feb 2018 10:37:59 -0700
+
 cl-puri (1:1.5.6-1) unstable; urgency=medium
 
   * Removed uri.htm from distribution as is copyright by Franz, Inc
index da6d9fd2af08c1a8812a6c428678e79c2c4a6971..ee5f5adc0b9dff8b9a91feb394c96abde2e14ed3 100644 (file)
--- a/src.lisp
+++ b/src.lisp
 ;; but without any warranty; without even the implied warranty of
 ;; merchantability or fitness for a particular purpose.  See the GNU
 ;; Lesser General Public License for more details.
-;;
-;; $Id$
 
 (defpackage #:puri
   (:use #:cl)
-  #-allegro (:nicknames #:net.uri)
+  #-(or allegro zacl) (:nicknames #:net.uri)
   (:export
    #:uri                                ; the type and a function
    #:uri-p