Skip to content

Commit

Permalink
aserve.006 defpatch
Browse files Browse the repository at this point in the history
Change-Id: I7b5466d83b65030b80666ef02ee3c1c8049ba12c
  • Loading branch information
dklayer committed Mar 16, 2011
1 parent b67840d commit 27aff42
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages.cl
@@ -1,11 +1,16 @@
#+(version= 8 2)
(sys:defpatch "aserve" 5
#+(version= 8 2)
(sys:defpatch "aserve" 6
"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;
v4: 1.2.70: add support for Expect: 100-continue requests;
v5: 1.3.1: compression support, publish-directory :destination can be a
list of directories, and various SSL improvements."
list of directories, and various SSL improvements;
v6: 1.3.5: doc updates, make client-request-read-sequence work with
compressed responses, delay sending headers for computed entities,
add option to do hidden redirect to an index file in a directory,
fix prepend-headers so that it works on windows."
:type :system
:post-loadable t)

Expand Down

0 comments on commit 27aff42

Please sign in to comment.