From abc75972c1fde9258394f8dc91cd3b4b5c855a69 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 15 Dec 2018 18:32:52 +0200 Subject: Version 1.97.0 --- ChangeLog.md | 8 +++++++- sproxy2.cabal | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 119fafd..868b6f1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,10 @@ -For differences with the original Sproxy scroll down. +1.97.0 +====== + + * Added new option `timeout` to configure backend response timeout. + + * Changed default random key length to 64 bytes (from 32). + 1.96.0 ====== diff --git a/sproxy2.cabal b/sproxy2.cabal index 8315cb5..2d76e32 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.96.0 +version: 1.97.0 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend @@ -12,10 +12,10 @@ author: Igor Pashev maintainer: Igor Pashev copyright: 2016-2017, Zalora South East Asia Pte. Ltd; - 2017, Igor Pashev + 2017-2018, Igor Pashev category: Databases, Web build-type: Simple -cabal-version: >= 1.20 +cabal-version: 1.20 extra-source-files: ChangeLog.md README.md -- cgit v1.2.3