Revision: 4678 Author: edi URL: http://bknr.net/trac/changeset/4678
0.1.2 release
U trunk/thirdparty/cl-unicode/CHANGELOG.txt U trunk/thirdparty/cl-unicode/build/dump.lisp U trunk/thirdparty/cl-unicode/cl-unicode.asd U trunk/thirdparty/cl-unicode/doc/index.html
Modified: trunk/thirdparty/cl-unicode/CHANGELOG.txt =================================================================== --- trunk/thirdparty/cl-unicode/CHANGELOG.txt 2011-08-29 09:42:54 UTC (rev 4677) +++ trunk/thirdparty/cl-unicode/CHANGELOG.txt 2011-08-31 12:09:56 UTC (rev 4678) @@ -1,3 +1,5 @@ +Version 0.1.2 +2011-08-31 Make pathname creation conformant (thanks to Juan José Garcia-Ripoll)
Version 0.1.1
Modified: trunk/thirdparty/cl-unicode/build/dump.lisp =================================================================== --- trunk/thirdparty/cl-unicode/build/dump.lisp 2011-08-29 09:42:54 UTC (rev 4677) +++ trunk/thirdparty/cl-unicode/build/dump.lisp 2011-08-31 12:09:56 UTC (rev 4678) @@ -108,6 +108,7 @@ `(let ((pathname (merge-pathnames ,relative-path (make-pathname :name nil :type nil + :version nil :defaults *this-file*)))) (when *compile-verbose* (format t "~&;;; Writing source file ~A" (file-namestring pathname))
Modified: trunk/thirdparty/cl-unicode/cl-unicode.asd =================================================================== --- trunk/thirdparty/cl-unicode/cl-unicode.asd 2011-08-29 09:42:54 UTC (rev 4677) +++ trunk/thirdparty/cl-unicode/cl-unicode.asd 2011-08-31 12:09:56 UTC (rev 4678) @@ -63,7 +63,7 @@ (call-next-method))
(defsystem :cl-unicode - :version "0.1.1" + :version "0.1.2" :serial t :depends-on (:cl-ppcre) :components ((:file "packages")
Modified: trunk/thirdparty/cl-unicode/doc/index.html =================================================================== --- trunk/thirdparty/cl-unicode/doc/index.html 2011-08-29 09:42:54 UTC (rev 4677) +++ trunk/thirdparty/cl-unicode/doc/index.html 2011-08-31 12:09:56 UTC (rev 4678) @@ -72,7 +72,7 @@
CL-UNICODE together with this documentation can be downloaded from <a href="http://weitz.de/files/cl-unicode.tar.gz">http://weitz.de/files/cl-unicode.tar.gz</a>. The -current version is 0.1.1. +current version is 0.1.2. <p> The library comes with a system definition for <a href="http://www.cliki.net/asdf">ASDF</a> and you compile and