Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
/ sproxy Public archive

Commit

Permalink
Version 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ip1981 committed Jul 18, 2016
1 parent 89e51d0 commit 507a098
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
0.9.8
=====

* If the user is not authenticatedi, show login page with [HTTP status code
511](https://tools.ietf.org/html/rfc6585), instead of 302 -> 200. It had
bad UX for AJAX calls.
* Always convert authenticated user's email to lowercase. This affects the
cookie and the `From` header.
* Stop using the `string-conversions` package.
* Print authentication code in debug mode only.


0.9.7.1
=======

* Fixed cabal source distribution


0.9.7
=====

Expand Down
2 changes: 1 addition & 1 deletion sproxy.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sproxy
version: 0.9.7.1
version: 0.9.8
synopsis: HTTP proxy for authenticating users via OAuth2
license: MIT
license-file: LICENSE
Expand Down

0 comments on commit 507a098

Please sign in to comment.