diff options
-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 |