diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-02-07 16:33:41 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-02-07 16:33:41 +0300 |
commit | b90ae95fbdfc5300d523f3ea68e9470c187ece6b (patch) | |
tree | 324ccc0d02e47808b141b40839fc384115b3cffa | |
parent | 2afaf4bf4532acd4a151c23ec2aa97842e9e3020 (diff) | |
download | sproxy2-b90ae95fbdfc5300d523f3ea68e9470c187ece6b.tar.gz |
Version 1.94.11.94.1
-rw-r--r-- | ChangeLog.md | 7 | ||||
-rw-r--r-- | sproxy2.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index d517954..770ed95 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,12 @@ For differences with the original Sproxy scroll down. +1.94.1 +====== + + * Fixed a typo introduced in version 1.94.0 in SQL query: + `... WHERE domain = domain ...` -> `... WHERE domain = :domain ...` + + 1.94.0 ====== diff --git a/sproxy2.cabal b/sproxy2.cabal index 20aa0e7..ca55701 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.94.0 +version: 1.94.1 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend |