diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-01-30 17:24:45 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-01-30 17:24:45 +0300 |
commit | 1314f3200fb745a227020a4276b80c795af95f82 (patch) | |
tree | 7ffee445557932bb791aff87cf9508319cb1e61f | |
parent | 9847967da7a9763b7365c2913216a00f3925d778 (diff) | |
download | sproxy2-1314f3200fb745a227020a4276b80c795af95f82.tar.gz |
Version 1.94.01.94.0
-rw-r--r-- | ChangeLog.md | 15 | ||||
-rw-r--r-- | sproxy2.cabal | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index a72e7fa..d517954 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,20 @@ For differences with the original Sproxy scroll down. +1.94.0 +====== + + * BREAKING: Disregard possible port in the Host HTTP header. + Previously, Sproxy took possible port number into account when + looking for backend and privileges. Now it ignores port and considers + domain name only. This also gets Sproxy in line with browsers and SSL + certificates: certificates do not include port numbers, browsers ignore + ports when sending cookies. + + * BREAKING: no SQL wildcards (`%` or `_`) in domain names when looking up + for privileges. This feature was ambiguous (in the same way as paths are) + and never used anyway. + + 1.93.0 ====== diff --git a/sproxy2.cabal b/sproxy2.cabal index 09a815d..20aa0e7 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.93.0 +version: 1.94.0 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend |