From 04d5bc1ecb59667d025a94e1967a83c24141f911 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Sun, 18 Jun 2017 22:16:32 +0800 Subject: [PATCH] Bump to 1.3.3 --- CMakeLists.txt | 2 +- README.md | 4 ++-- man/ttyd.1 | 2 +- man/ttyd.man.md | 2 +- msys2/ttyd/PKGBUILD | 2 +- openwrt/Makefile | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2a8956..2662ad3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/README.md b/README.md index 2ff6f89..5c11511 100644 --- 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] [] VERSION: - 1.3.2 + 1.3.3 OPTIONS: --port, -p Port to listen (default: 7681, use `0` for random port) diff --git a/man/ttyd.1 b/man/ttyd.1 index 324e464..1f5bb14 100644 --- a/man/ttyd.1 +++ b/man/ttyd.1 @@ -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 diff --git a/man/ttyd.man.md b/man/ttyd.man.md index 2d1eb5c..9d30e50 100644 --- a/man/ttyd.man.md +++ b/man/ttyd.man.md @@ -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 diff --git a/msys2/ttyd/PKGBUILD b/msys2/ttyd/PKGBUILD index afba8c1..f80dbfb 100644 --- a/msys2/ttyd/PKGBUILD +++ b/msys2/ttyd/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Shuanglei Tao 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') diff --git a/openwrt/Makefile b/openwrt/Makefile index 7ea03f1..3b33cf9 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -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 -- 2.43.4