diff --git a/CHANGES.md b/CHANGES.md index 8ebb9841..c411d56b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ + +## 0.8 + +- bump to ocaml 4.04 +- Validate header key's character set (#15) +- perf: simpler parsing of headers + +- fix: workaround for css/js in `http_of_dir` (#16) +- fix(urlencode): encode non ascii chars + ## 0.7 - feat: add `rest_of_path_urlencoded` and rename `rest` to `rest_of_path` diff --git a/tiny_httpd.opam b/tiny_httpd.opam index 869ced7a..9e3a7eba 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "0.7" +version: "0.8" authors: ["Simon Cruanes"] maintainer: "simon.cruanes.2007@m4x.org" license: "MIT" diff --git a/tiny_httpd_camlzip.opam b/tiny_httpd_camlzip.opam index fd7a6de4..13ed1b18 100644 --- a/tiny_httpd_camlzip.opam +++ b/tiny_httpd_camlzip.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "0.7" +version: "0.8" authors: ["Simon Cruanes"] maintainer: "simon.cruanes.2007@m4x.org" license: "MIT"