diff options
-rw-r--r-- | ChangeLog.md | 8 | ||||
-rw-r--r-- | 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 <pashev.igor@gmail.com> maintainer: Igor Pashev <pashev.igor@gmail.com> copyright: 2016-2017, Zalora South East Asia Pte. Ltd; - 2017, Igor Pashev <pashev.igor@gmail.com> + 2017-2018, Igor Pashev <pashev.igor@gmail.com> category: Databases, Web build-type: Simple -cabal-version: >= 1.20 +cabal-version: 1.20 extra-source-files: ChangeLog.md README.md |