Skip to content

Commit

Permalink
Release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed Feb 5, 2021
1 parent 8194df9 commit 8841c62
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions NEWS
@@ -1,3 +1,10 @@
0.4 - 2021-02-06

- Support multiple elliptic curves under OpenSSL 1.1.1+ (#150)
- Improve support for Lua 5.4 (not longer require bit library to be installed) (#180)
- Ignore delayed RST_STREAM frames in HTTP 2 (#145)


0.3 - 2019-02-13

- Fix incorrect Sec-WebSocket-Protocol negotiation
Expand Down
5 changes: 3 additions & 2 deletions http-scm-0.rockspec → http-0.4-0.rockspec
@@ -1,5 +1,5 @@
package = "http"
version = "scm-0"
version = "0.4-0"

description = {
summary = "HTTP library for Lua";
Expand All @@ -8,7 +8,8 @@ description = {
}

source = {
url = "git+https://github.com/daurnimator/lua-http.git";
url = "https://github.com/daurnimator/lua-http/archive/v0.4.zip";
dir = "lua-http-0.4";
}

dependencies = {
Expand Down
2 changes: 1 addition & 1 deletion http/version.lua
Expand Up @@ -5,5 +5,5 @@ It should be updated as part of the release process

return {
name = "lua-http";
version = "scm";
version = "0.4";
}

0 comments on commit 8841c62

Please sign in to comment.