Revision: 4538 Author: edi URL: http://bknr.net/trac/changeset/4538
Prepare for 1.2.0 release
U trunk/thirdparty/drakma/CHANGELOG.txt U trunk/thirdparty/drakma/doc/index.html U trunk/thirdparty/drakma/drakma.asd
Modified: trunk/thirdparty/drakma/CHANGELOG.txt =================================================================== --- trunk/thirdparty/drakma/CHANGELOG.txt 2010-05-19 15:18:08 UTC (rev 4537) +++ trunk/thirdparty/drakma/CHANGELOG.txt 2010-05-19 15:30:10 UTC (rev 4538) @@ -1,9 +1,11 @@ +Version 1.2.0 +2010-05-19 Introduced *REMOVE-DUPLICATE-COOKIES-P* (Ryan Davis) -Enable https through a proxy (Bill St. Clair and Dave Lambert) +Enabled https through a proxy (Bill St. Clair and Dave Lambert) Bugfix for redirect of a request through a proxy (Bill St. Clair) Export PARSE-COOKIE-DATE Safer method to render URIs -Allow for GET/POST parameters without a value (seen on Lotus webservers) +Allowed for GET/POST parameters without a value (seen on Lotus webservers)
Version 1.1.0 2009-12-01
Modified: trunk/thirdparty/drakma/doc/index.html =================================================================== --- trunk/thirdparty/drakma/doc/index.html 2010-05-19 15:18:08 UTC (rev 4537) +++ trunk/thirdparty/drakma/doc/index.html 2010-05-19 15:30:10 UTC (rev 4538) @@ -656,12 +656,12 @@
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.1.0. Drakma can be installed +The current version is 1.2.0. Drakma can be installed via <a href="http://www.cliki.net/asdf">ASDF</a> and depends on the open source libraries <a href="http://www.cliki.net/cl-base64">CL-BASE64</a> (use 3.3.2 or higher to avoid an unneeded dependency -on <a href="http://www.cliki.net/kmrcl">KMRCL</a>), <a href="http://www.cliki.net/Puri">Puri</a>, <a href="http://weitz.de/flexi-streams/">FLEXI-STREAMS</a>, +on <a href="http://www.cliki.net/kmrcl">KMRCL</a>), <a href="http://www.cliki.net/Puri">Puri</a> (1.5.5 or higher), <a href="http://weitz.de/flexi-streams/">FLEXI-STREAMS</a>, and <a href="http://weitz.de/chunga/">Chunga</a> (1.1.0 or higher). If you're <em>not</em> using LispWorks, you'll also need <a href="http://www.cliki.net/usocket">usocket</a> (0.3.2 or
Modified: trunk/thirdparty/drakma/drakma.asd =================================================================== --- trunk/thirdparty/drakma/drakma.asd 2010-05-19 15:18:08 UTC (rev 4537) +++ trunk/thirdparty/drakma/drakma.asd 2010-05-19 15:30:10 UTC (rev 4538) @@ -38,7 +38,7 @@
(in-package :drakma-asd)
-(defvar *drakma-version-string* "1.1.0" +(defvar *drakma-version-string* "1.2.0" "Drakma's version number as a string.")
;; we export its name so we can import it later