diff --git a/CHANGELOG b/CHANGELOG index 00f1eed..d4aec67 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Version 1.3.15 +2015-07-07 +Refactor time zone parsing into regular expression (Hans Huebner) +Update README.md (Hans Hübner) +make-ssl-stream: declare additional variables ignorable (Mark David) + Version 1.3.14 2015-03-14 Update documentation (Hans Huebner) diff --git a/doc/index.html b/doc/index.html index def9b73..9016cbb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -633,7 +633,7 @@

Download and Installation

Drakma depends on a number of open source libraries, so the preferred method to download, compile and load it is via Quicklisp. Drakma's - current version number is 1.3.14. + current version number is 1.3.15.

The canonical location for the latest version of Drakma is http://weitz.de/files/drakma.tar.gz. diff --git a/drakma.asd b/drakma.asd index 15d2f32..d00e888 100644 --- a/drakma.asd +++ b/drakma.asd @@ -41,7 +41,7 @@ (defsystem :drakma :description "Full-featured http/https client based on usocket" :serial t - :version "1.3.14" + :version "1.3.15" :components ((:file "packages") (:file "specials") (:file "conditions")