From 1314f3200fb745a227020a4276b80c795af95f82 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 30 Jan 2017 17:24:45 +0300 Subject: Version 1.94.0 --- ChangeLog.md | 15 +++++++++++++++ sproxy2.cabal | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3