diff --git a/ChangeLog.md b/ChangeLog.md index 9697ab8..eb86eda 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +## 1.8.4 + ++ Get rid of ominious warning at the top. + Thanks to /u/Opposite-Platypus-99 + for pointing this out. + ## 1.8.3 + HTML escape X-forwarded-host response as well. diff --git a/keter.cabal b/keter.cabal index 80cb95d..c740970 100644 --- a/keter.cabal +++ b/keter.cabal @@ -1,8 +1,19 @@ Cabal-version: >=1.10 Name: keter -Version: 1.8.3 +Version: 1.8.4 Synopsis: Web application deployment manager, focusing on Haskell web frameworks -Description: Hackage documentation generation is not reliable. For up to date documentation, please see: . +Description: + Deployment system for web applications, originally intended for hosting Yesod + applications. Keter does the following actions for your application: + . + * Binds to the main port (usually port 80) and reverse proxies requests to your application based on virtual hostnames. + * Provides SSL support if requested. + * Automatically launches applications, monitors processes, and relaunches any processes which die. + * Provides graceful redeployment support, by launching a second copy of your application, performing a health check, and then switching reverse proxying to the new process. + * Management of log files. + . + Keter provides many more advanced features and extension points. It allows configuration of static hosts, redirect rules, management of PostgreSQL databases, and more. It supports a simple bundle format for applications which allows for easy management of your web apps. + Homepage: http://www.yesodweb.com/ License: MIT License-file: LICENSE