about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-01-06 14:18:13 +0100
committersternenseemann <git@lukasepple.de>2017-01-06 14:18:13 +0100
commit44ac8a80d28d6521663d7a3b4fa0b1c60d5537f8 (patch)
tree1864a2cf02a836fc90183997572cbe73c4f5fd1d
parentb3e300f076593460f3d9aefe9d38f148635aeb00 (diff)
Release 0.1.1.1 0.1.1.1
-rw-r--r--ChangeLog.md4
-rw-r--r--README.md1
-rw-r--r--gopher-proxy.cabal2
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 492f717..26f8ba0 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for gopher-proxy
 
+## 0.1.1.1 -- 2017-01-06
+
+* Add missing documentation for `--title`
+
 ## 0.1.1.0 -- 2017-01-06
 
 * Add two options: `--title` and `--server-name`
diff --git a/README.md b/README.md
index f806920..0775755 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ These are all optional flags which allow to change default behavior:
 * `--default-mime-type`: Mime type to use if spacecookie can't guess it, defaults to "application/octet-stream"
 * `--timeout`: connection timeout in milliseconds, defaults to 10 seconds.
 * `--server-name`: The server name of the server to proxy, defaults to the host name. This value is used to detect wether a menu item is pointing to another gopher server than the proxied one. This is particularly useful, if you use e. g. `127.0.0.1` instead of the public host name.
+* `--title`: Sets the first part of the HTML title-tag, defaults to `gopher-proxy`.
 
 ## Things to keep in mind
 
diff --git a/gopher-proxy.cabal b/gopher-proxy.cabal
index bc85af5..be857b5 100644
--- a/gopher-proxy.cabal
+++ b/gopher-proxy.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                gopher-proxy
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            proxy gopher over http
 description:
   @gopher-proxy@ allows to proxy gopher over HTTP, which is mainly useful for HTTP-ifying a specific gopher space.