From: Shuanglei Tao Date: Fri, 12 Jul 2019 12:57:35 +0000 (+0800) Subject: Bump to 1.5.1 X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=0a8eb1d9e20376bdf58bba64da471db6167b1969;p=ttyd.git Bump to 1.5.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1811cbc..7d1422b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(ttyd) -set(PROJECT_VERSION "1.5.0") +set(PROJECT_VERSION "1.5.1") find_package(Git) if(GIT_FOUND) diff --git a/README.md b/README.md index 66b1cb1..de2f532 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ USAGE: ttyd [options] [] VERSION: - 1.5.0 + 1.5.1 OPTIONS: -p, --port Port to listen (default: 7681, use `0` for random port) diff --git a/debian/changelog b/debian/changelog index fef2e17..511648c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ttyd (1.5.1-1) unstable; urgency=medium + + * New upstream release. + + -- Shuanglei Tao Sun, 12 Jul 2019 20:56:00 +0800 + ttyd (1.5.0-1) unstable; urgency=medium * New upstream release. diff --git a/msys2/ttyd/PKGBUILD b/msys2/ttyd/PKGBUILD index 5e7254d..0d13343 100644 --- a/msys2/ttyd/PKGBUILD +++ b/msys2/ttyd/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Shuanglei Tao pkgname="ttyd" -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=1 pkgdesc="A command-line tool for sharing terminal over the web" arch=('i686' 'x86_64') diff --git a/openwrt/ttyd/Makefile b/openwrt/ttyd/Makefile index 461c0c4..a7a759f 100644 --- a/openwrt/ttyd/Makefile +++ b/openwrt/ttyd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ttyd -PKG_VERSION:=1.5.0 +PKG_VERSION:=1.5.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/scripts/cross-build.sh b/scripts/cross-build.sh index 16693ae..2e34529 100755 --- a/scripts/cross-build.sh +++ b/scripts/cross-build.sh @@ -12,7 +12,7 @@ ZLIB_VERSION="${ZLIB_VERSION:-1.2.11}" JSON_C_VERSION="${JSON_C_VERSION:-0.13.1}" OPENSSL_VERSION="${OPENSSL_VERSION:-1.0.2p}" LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-3.1.0}" -TTYD_VERSION="${TTYD_VERSION:-1.5.0}" +TTYD_VERSION="${TTYD_VERSION:-1.5.1}" build_zlib() { echo "=== Building zlib ($TARGET)..."