diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2018-12-15 18:32:52 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2018-12-15 18:32:52 +0200 |
commit | abc75972c1fde9258394f8dc91cd3b4b5c855a69 (patch) | |
tree | 196d63f90e22022494b1461505a3449a40a7f4a2 | |
parent | b425b5041cf784b7c24abcc82e5573cd79304bf7 (diff) | |
download | sproxy2-abc75972c1fde9258394f8dc91cd3b4b5c855a69.tar.gz |
Version 1.97.01.97.0
-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 |