Skip to content

Commit

Permalink
ACL 8.2 v7 defpatch
Browse files Browse the repository at this point in the history
Change-Id: Icc3c1aeeceffc310571caed453ccb23baffa1503
  • Loading branch information
dklayer committed Apr 13, 2011
1 parent 331c581 commit e2deeb5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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" 6
(sys:defpatch "aserve" 7
"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 @@ -9,7 +9,10 @@ v5: 1.3.1: compression support, publish-directory :destination can be a
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."
fix prepend-headers so that it works on windows;
v7: 1.3.7: Add :default-actions to webactions,
Avoid polling in http-accept-thread,
smp thread safety changes."
:type :system
:post-loadable t)

Expand Down

0 comments on commit e2deeb5

Please sign in to comment.