Skip to content

Commit

Permalink
Update defpatch to v9, version to 1.3.9
Browse files Browse the repository at this point in the history
Change-Id: Ia6baf23fc82e6c9093ca6ef31d19823e6092cf39
  • Loading branch information
dklayer committed May 23, 2011
1 parent 563c67c commit 1293ad3
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 8))
(defparameter *aserve-version* '(1 3 9))

(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" 8
(sys:defpatch "aserve" 9
"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 @@ -13,7 +13,8 @@ v6: 1.3.5: doc updates, make client-request-read-sequence work with
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."
v8: 1.3.8: fix problem w/response handler using string output streams;
v9: 1.3.9: speed up unchunking-streams."
:type :system
:post-loadable t)

Expand Down

0 comments on commit 1293ad3

Please sign in to comment.