aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-10-20 13:35:19 +0200
committerLoïc Hoguin <[email protected]>2020-10-20 13:35:19 +0200
commitbe9e57032f95fe8a2d8403ca792345770cdaa8b1 (patch)
treeafe44780b7fe3043b25aeeebeea253b4ef0d3b41 /ebin/cowlib.app
parent9fbd41b77b0d947fb653f24ddee9f52c389f8122 (diff)
downloadcowlib-be9e57032f95fe8a2d8403ca792345770cdaa8b1.tar.gz
cowlib-be9e57032f95fe8a2d8403ca792345770cdaa8b1.tar.bz2
cowlib-be9e57032f95fe8a2d8403ca792345770cdaa8b1.zip
Document the same_site changes
And explain that browsers may be more strict over TCP vs TLS.
Diffstat (limited to 'ebin/cowlib.app')
-rw-r--r--ebin/cowlib.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 822d11e..5f69423 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.9.1"},
+ {vsn, "2.10.0"},
{modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http2_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_uri_template','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},