diff options
-rw-r--r-- | ChangeLog.md | 14 | ||||
-rw-r--r-- | sproxy2.cabal | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 208a845..18be155 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,19 @@ For differences with the original Sproxy scroll down. + +1.90.1 +====== + + * Fixed headers processing. Wrong headers were making Chromium drop connection in HTTP/2. + Firefox sometimes couldn't handle gzipped and chunked responses in HTTP/1.1. + + * After authenticating, redirect to original path with query parameters if + method was GET. Otherwise redirect to "/". Previously, when unauthenticated + users click on "https://example.net/foo?bar", they are redirected to + "https://example.net/foo" regardless of the method. + + + 1.90.0 (Preview Release) ======================== diff --git a/sproxy2.cabal b/sproxy2.cabal index f0817c0..dcc9560 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.90.0 +version: 1.90.1 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend |