Skip to content

Commit

Permalink
release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Mar 3, 2012
1 parent 081b95f commit a234bdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,5 @@
Version 1.2.6
2012-03-03
Enable timeouts for more implementations (Francisco Vides Fernández)
Export URL-ENCODE (suggested by Rob Blackwell)
Fix incorrect range header syntax
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Expand Up @@ -656,7 +656,7 @@ <h2>DRAKMA - A Common Lisp web client</h2>

Drakma together with this documentation can be downloaded
from <a href="http://weitz.de/files/drakma.tar.gz">http://weitz.de/files/drakma.tar.gz</a>.
The current version is 1.2.5. Drakma and all its dependencies can be
The current version is 1.2.6. Drakma and all its dependencies can be
installed via <a href="http://www.quicklisp.org/">quicklisp</a>. It
depends on the open source
libraries <a href="http://www.cliki.net/cl-base64">CL-BASE64</a>, <a href="http://www.cliki.net/Puri">Puri</a>, <a href="http://weitz.de/flexi-streams/">FLEXI-STREAMS</a>,
Expand Down
2 changes: 1 addition & 1 deletion drakma.asd
Expand Up @@ -38,7 +38,7 @@

(in-package :drakma-asd)

(defvar *drakma-version-string* "1.2.5"
(defvar *drakma-version-string* "1.2.6"
"Drakma's version number as a string.")

;; we export its name so we can import it later
Expand Down

0 comments on commit a234bdf

Please sign in to comment.