From 36cf26f7b2b79c647190318b4ccb6dbc0001d7e6 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 2 Jun 2021 15:50:05 -0400 Subject: [PATCH] prepare for 0.8 --- CHANGES.md | 10 ++++++++++ tiny_httpd.opam | 2 +- tiny_httpd_camlzip.opam | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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"