diff options
-rw-r--r-- | ChangeLog.md | 6 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | sproxy2.cabal | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 868b6f1..bc5b8bb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +1.97.1 +====== + + * Update for newer network library (>= 3.0.0.0) where `inet_addr` has been removed. + + 1.97.0 ====== @@ -1,5 +1,5 @@ Copyright (c) 2016, Zalora South East Asia Pte. Ltd -Copyright (c) 2017, Igor Pashev <pashev.igor@gmail.com> +Copyright (c) 2017-2019, Igor Pashev <pashev.igor@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/sproxy2.cabal b/sproxy2.cabal index 2d76e32..56b0eb3 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.97.0 +version: 1.97.1 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend @@ -12,7 +12,7 @@ author: Igor Pashev <pashev.igor@gmail.com> maintainer: Igor Pashev <pashev.igor@gmail.com> copyright: 2016-2017, Zalora South East Asia Pte. Ltd; - 2017-2018, Igor Pashev <pashev.igor@gmail.com> + 2017-2019, Igor Pashev <pashev.igor@gmail.com> category: Databases, Web build-type: Simple cabal-version: 1.20 |