Skip to content

Commit

Permalink
v10 defpatch for 1.3.9
Browse files Browse the repository at this point in the history
Change-Id: I3876234469f4ff8ed451be0f1dc4791b807564e3
  • Loading branch information
dklayer committed Jul 29, 2011
1 parent 9f06abb commit 882780e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.cl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#+ignore
(check-smp-consistency)

(defparameter *aserve-version* '(1 3 9))
(defparameter *aserve-version* '(1 3 10))

(eval-when (eval load)
(require :sock)
Expand Down
5 changes: 3 additions & 2 deletions packages.cl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#+(version= 8 2)
(sys:defpatch "aserve" 9
(sys:defpatch "aserve" 10
"v1: version 1.2.67, implement keep-alive in allegroserve client;
v2: 1.2.68, obey keep-alive requests for PUT and POST requests;
v3: 1.2.69, make logging though method specialized on wserver class;
Expand All @@ -14,7 +14,8 @@ v7: 1.3.7: Add :default-actions to webactions,
Avoid polling in http-accept-thread,
smp thread safety changes;
v8: 1.3.8: fix problem w/response handler using string output streams;
v9: 1.3.9: speed up unchunking-streams."
v9: 1.3.9: speed up unchunking-streams;
v10: 1.3.10: fix buffer boundary error in unchunking-streams."
:type :system
:post-loadable t)

Expand Down

0 comments on commit 882780e

Please sign in to comment.