Skip to content

Commit

Permalink
bug20446. Update defpatch and bump version to 1.3.11.
Browse files Browse the repository at this point in the history
Are there user visible changes in this commit?  yes/no

Is bootstrapping needed?   yes/no

Change-Id: I80e464f93c7ca6efafeedff05f1e7c907e7d3d33
  • Loading branch information
Mikel Bancroft committed Sep 2, 2011
1 parent 10be409 commit 8de5f06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.cl
Expand Up @@ -38,7 +38,7 @@
#+ignore #+ignore
(check-smp-consistency) (check-smp-consistency)


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


(eval-when (eval load) (eval-when (eval load)
(require :sock) (require :sock)
Expand Down
5 changes: 3 additions & 2 deletions packages.cl
@@ -1,5 +1,5 @@
#+(version= 8 2) #+(version= 8 2)
(sys:defpatch "aserve" 10 (sys:defpatch "aserve" 11
"v1: version 1.2.67, implement keep-alive in allegroserve client; "v1: version 1.2.67, implement keep-alive in allegroserve client;
v2: 1.2.68, obey keep-alive requests for PUT and POST requests; 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; v3: 1.2.69, make logging though method specialized on wserver class;
Expand All @@ -15,7 +15,8 @@ v7: 1.3.7: Add :default-actions to webactions,
smp thread safety changes; 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; v9: 1.3.9: speed up unchunking-streams;
v10: 1.3.10: fix buffer boundary error in unchunking-streams." v10: 1.3.10: fix buffer boundary error in unchunking-streams.
v11: 1.3.11: fix log reporting of content-length when using keep-alive."
:type :system :type :system
:post-loadable t) :post-loadable t)


Expand Down

0 comments on commit 8de5f06

Please sign in to comment.