]> prime8.dev >> repos - ttyd.git/commitdiff
Bump to 1.2.0
authorShuanglei Tao <tsl0922@gmail.com>
Sun, 13 Nov 2016 09:58:16 +0000 (17:58 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sun, 13 Nov 2016 09:58:16 +0000 (17:58 +0800)
README.md
openwrt/Makefile
src/server.c

index 42ded4880153485429188f6d857e115ebcb8c890..06f74cbf3deff873a8870845bf93cc05d22a6d8c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ USAGE:
     ttyd [options] <command> [<arguments...>]
 
 VERSION:
-    1.1.0
+    1.2.0
 
 OPTIONS:
     --port, -p              Port to listen (default: 7681, use `0` for random port)
index 6f7c2375093510044ba94677162fb626af8af0f2..261c669303e973d6f2c5aa738ba4b0481f894359 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ttyd
-PKG_VERSION:=1.1.0
+PKG_VERSION:=1.2.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
index 86a72cb33674ecd667008ec1bc641ddb307d46ab..44edae5be937ff0f5bc0bb712a3bdc7810a20dea 100644 (file)
@@ -1,6 +1,6 @@
 #include "server.h"
 
-#define TTYD_VERSION "1.1.0"
+#define TTYD_VERSION "1.2.0"
 
 volatile bool force_exit = false;
 struct lws_context *context;
@@ -50,7 +50,7 @@ void print_help() {
                     "VERSION:\n"
                     "    %s\n\n"
                     "OPTIONS:\n"
-                    "    --port, -p              Port to listen (default: 7681)\n"
+                    "    --port, -p              Port to listen (default: 7681, use `0` for random port)\n"
                     "    --interface, -i         Network interface to bind\n"
                     "    --credential, -c        Credential for Basic Authentication (format: username:password)\n"
                     "    --uid, -u               User id to run with\n"