sws 0.3.0.0 → 0.3.0.1
raw patch · 3 files changed
+5/−4 lines, 3 files
Files
- CHANGELOG.md +3/−2
- Main.hs +1/−1
- sws.cabal +1/−1
CHANGELOG.md view
@@ -1,18 +1,19 @@ # Change Log All notable changes to this project will be documented in this file. -## 0.3.0.0 - Unreleased+## 0.3.0.0 - 2014-12-29 ### Added - CHANGELOG.md and README.md - Support for generating throw-away TLS certificates. - Support for generating password for Basic Authentication. - Support for adding custom headers to all responses. - Support getting public IP via Google STUN server.+- Added Quiet mode and Dev Mode. ### Changed - Change defaults to use HTTPS and Basic Authentication. - Change display of connection information to a copyable address.-- Requires a currently non-existent version of x509 to generate valid certificates. (Pull request outstanding.)+- Currently works around a bug in x509 to generate valid certificates. (Pull request outstanding.) ### Removed - \-\-allow\-http is removed. It did not appear to work anyway.
Main.hs view
@@ -60,7 +60,7 @@ -- Not future things: CGI etc of any sort, "extensibility" -- vERSION :: String-vERSION = "0.3.0.0"+vERSION = "0.3.0.1" -- STUN code
sws.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.3.0.0+version: 0.3.0.1 -- A short (one-line) description of the package. synopsis: A simple web server for serving directories, similar to weborf.