File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ Version 1.3.1
2+ 2024-04-27
3+
14Version 1.3.0
252020-05-07
36
Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ <h3 xmlns=""><a class="none" name="install">Download and installation</a></h3>
153153 < p >
154154 Hunchentoot itself together with this documentation can be
155155 downloaded from
156- < a href ="https://github.com/edicl/hunchentoot/archive/v1.3.0 .tar.gz "> https://github.com/edicl/hunchentoot/archive/v1.3.0 .tar.gz</ a > .
157- The current version is 1.3.0 .
156+ < a href ="https://github.com/edicl/hunchentoot/archive/v1.3.1 .tar.gz "> https://github.com/edicl/hunchentoot/archive/v1.3.1 .tar.gz</ a > .
157+ The current version is 1.3.1 .
158158 </ p >
159159 < p >
160160 The preferred method to compile and load Hunchentoot is via < a href ="http://www.cliki.net/asdf "> ASDF</ a > . If you want to avoid
Original file line number Diff line number Diff line change 2828
2929(defsystem :hunchentoot
3030 :serial t
31- :version " 1.3.0 "
31+ :version " 1.3.1 "
3232 :description " Hunchentoot is a HTTP server based on USOCKET and
3333 BORDEAUX-THREADS. It supports HTTP 1.1, serves static files, has a
3434 simple framework for user-defined handlers and can be extended
You can’t perform that action at this time.
0 commit comments