From: Shuanglei Tao <tsl0922@gmail.com>
Date: Sun, 21 Apr 2019 02:29:18 +0000 (+0800)
Subject: Bump to 1.4.4
X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=fc4e06b907cea5f2837eb3458c9a88d2fe862bec;p=ttyd.git

Bump to 1.4.4
---

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3c02fd8..6907e76 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8)
 
 project(ttyd)
-set(PROJECT_VERSION "1.4.3")
+set(PROJECT_VERSION "1.4.4")
 
 find_package(Git)
 if(GIT_FOUND)
diff --git a/README.md b/README.md
index 01d74dd..22104db 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ USAGE:
     ttyd [options] <command> [<arguments...>]
 
 VERSION:
-    1.4.3
+    1.4.4
 
 OPTIONS:
     -p, --port              Port to listen (default: 7681, use `0` for random port)
diff --git a/debian/changelog b/debian/changelog
index ee78e79..56da03e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ttyd (1.4.4-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Shuanglei Tao <tsl0922@gmail.com>  Sat, 21 Apr 2019 10:28:00 +0800
+
 ttyd (1.4.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/msys2/ttyd/PKGBUILD b/msys2/ttyd/PKGBUILD
index 6e37cc8..06fb598 100644
--- a/msys2/ttyd/PKGBUILD
+++ b/msys2/ttyd/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Shuanglei Tao <tsl0922@gmail.com>
 
 pkgname="ttyd"
-pkgver=1.4.3
+pkgver=1.4.4
 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 9cd4438..b14a04f 100644
--- a/openwrt/ttyd/Makefile
+++ b/openwrt/ttyd/Makefile
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ttyd
-PKG_VERSION:=1.4.3
+PKG_VERSION:=1.4.4
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/scripts/cross-build.sh b/scripts/cross-build.sh
index 861e5fe..5eb7ed8 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:-2.4.2}"
-TTYD_VERSION="${TTYD_VERSION:-1.4.3}"
+TTYD_VERSION="${TTYD_VERSION:-1.4.4}"
 
 build_zlib() {
 	echo "=== Building zlib ($TARGET)..."