release 1.2.6

master
Hans Huebner 2012-03-03 08:56:33 -05:00
parent 081b95f7ff
commit a234bdfb6c
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -656,7 +656,7 @@ Connection: close</font>
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>,

View File

@ -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