aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-11-26 00:05:54 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-11-26 00:05:54 +0300
commit33ab0b2f945b8f4995f77c3246eb3c3f1b9d6df4 (patch)
tree122108f802b46d2e23994500c1831796ddb71d62
parentea17e9c2a3350ba670f95a6fa0ce7716adfa4176 (diff)
downloadsproxy2-33ab0b2f945b8f4995f77c3246eb3c3f1b9d6df4.tar.gz
Version 1.90.21.90.2
-rw-r--r--ChangeLog.md14
-rw-r--r--sproxy2.cabal2
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 18be155..c0c79e9 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,20 @@
For differences with the original Sproxy scroll down.
+1.90.2
+======
+
+ * Make sure all Sproxy-specific HTTP headers are UTF8-encoded.
+
+ * `/.sproxy/logout` just redirects if no cookie. Previously
+ it was returning HTTP 404 to unauthenticated users, and redirecting
+ authenticated users with removal of the cookie. The point is not to
+ reveal cookie name.
+
+ * Made Warp stop printing exceptions, mostly "client closed connection",
+ which happens outside of our traps.
+
+
1.90.1
======
diff --git a/sproxy2.cabal b/sproxy2.cabal
index dcc9560..da4ed1f 100644
--- a/sproxy2.cabal
+++ b/sproxy2.cabal
@@ -1,5 +1,5 @@
name: sproxy2
-version: 1.90.1
+version: 1.90.2
synopsis: Secure HTTP proxy for authenticating users via OAuth2
description:
Sproxy is secure by default. No requests makes it to the backend