]> prime8.dev >> repos - ttyd.git/commitdiff
Bump to 1.3.3
authorShuanglei Tao <tsl0922@gmail.com>
Sun, 18 Jun 2017 14:16:32 +0000 (22:16 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sun, 18 Jun 2017 14:16:32 +0000 (22:16 +0800)
CMakeLists.txt
README.md
man/ttyd.1
man/ttyd.man.md
msys2/ttyd/PKGBUILD
openwrt/Makefile

index f2a8956b36cb45ecf2f886b8bbb00b67b9cbe152..2662ad3bddc15ff788b6e1e0571fe94d329a29ab 100644 (file)
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8)
 cmake_policy(SET CMP0048 NEW)
 
-project(ttyd VERSION "1.3.2")
+project(ttyd VERSION "1.3.3")
 
 if(CMAKE_VERSION VERSION_LESS "3.1")
     if ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU")
index 2ff6f89dd685903ee533b9d672360c5c24f2acdc..5c11511d924d51ee1ec6933aa13cd288e2336398 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ ttyd is a simple command-line tool for sharing terminal over the web, inspired b
 - SSL support based on [OpenSSL][4]
 - Run any custom command with options
 - Basic authentication support and many other custom options
-- Cross platform: macOS, Linux, FreeBSD, [OpenWrt][5]/[LEDE][6], Windows
+- Cross platform: macOS, Linux, FreeBSD/OpenBSD, [OpenWrt][5]/[LEDE][6], Windows
 
 # Installation
 
@@ -74,7 +74,7 @@ USAGE:
     ttyd [options] <command> [<arguments...>]
 
 VERSION:
-    1.3.2
+    1.3.3
 
 OPTIONS:
     --port, -p              Port to listen (default: 7681, use `0` for random port)
index 324e46491253cfed139a416bc9742694920a84c3..1f5bb14bed7dcb9213f0254c97089320906072ee 100644 (file)
@@ -24,7 +24,7 @@ Run any custom command with options
 .IP \(bu 2
 Basic authentication support and many other custom options
 .IP \(bu 2
-Cross platform: macOS, Linux, FreeBSD, OpenWrt/LEDE, Windows
+Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows
 
 
 .SH OPTIONS
index 2d1eb5c52e873bd098f469ef800b9283860f073b..9d30e50004d996990feab32dc7abab5b4e4ef297 100644 (file)
@@ -15,7 +15,7 @@ ttyd 1 "September 2016" ttyd "User Manual"
   - SSL support based on OpenSSL
   - Run any custom command with options
   - Basic authentication support and many other custom options
-  - Cross platform: macOS, Linux, FreeBSD, OpenWrt/LEDE, Windows
+  - Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows
 
 # OPTIONS
   -p, --port <port>
index afba8c13a0a01768201a240a29ddbe11628ef5de..f80dbfb9aef3a4eef7784278b3b7b328976f1c25 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer: Shuanglei Tao <tsl0922@gmail.com>
 
 pkgname="ttyd"
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="A command-line tool for sharing terminal over the web"
 arch=('i686' 'x86_64')
index 7ea03f11325c146e8831e918715f75832faf91a9..3b33cf992fb7bda9c1e0b992927e2715406aebdf 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ttyd
-PKG_VERSION:=1.3.2
+PKG_VERSION:=1.3.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz