From 7578b8d710c235c1b8c1fc76e2e37e4eb46d89d5 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 22 Nov 2016 00:28:04 +0300 Subject: Version 1.90.1 --- ChangeLog.md | 14 ++++++++++++++ sproxy2.cabal | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3