commit | 7bc0d63d2d6037533a87cc2f07824832ac2dd5db | [log] [tgz] |
---|---|---|
author | Bob Ippolito <bob@redivi.com> | Mon Feb 03 09:48:18 2020 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 03 09:48:18 2020 -0800 |
tree | 589fd62a221f6fbe001e666ecfeedc6937db1bee | |
parent | 562b32f23a82208e12e5de4ddd943825c812bccb [diff] | |
parent | 9729f65a983f59c84d2308e2fd991a585a84eb99 [diff] |
Merge pull request #228 from mochi/changes-v2.20.1 Update CHANGES for v2.20.1
MochiWeb is an Erlang library for building lightweight HTTP servers.
The latest version of MochiWeb is available at https://github.com/mochi/mochiweb
The mailing list for MochiWeb is at https://groups.google.com/group/mochiweb/
Erlang OTP is required for setting up the MochiWeb environment and is available at https://www.erlang.org/
To create a new mochiweb using project: make app PROJECT=project_name
To create a new mochiweb using project in a specific directory: make app PROJECT=project_name PREFIX=$HOME/projects/
Information about Rebar (Erlang build tool) is available at https://github.com/rebar/rebar
MochiWeb is currently tested with Erlang/OTP R15B03 through 22.0.
OTP 21.2 (up to and including 21.2.2) introduced an SSL regression that makes these releases unsafe to use. See ERL-830. This issue was resolved in OTP 21.2.3.