From 11feb69db67f78db9b35ff26906321edb0305569 Mon Sep 17 00:00:00 2001 From: manyeechen <36399844+manyeechen@users.noreply.github.com> Date: Fri, 13 Mar 2020 12:22:01 +0800 Subject: [PATCH] npc:bump to 0.26.5 (#3751) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add: web 新增和编辑tunnel时增加使用场景提示实现 #410 提到的在hostlist 列表中点击在线状态可以直接访问这个穿透地址。感谢@hzgjq 添加版本打印,现在客户端和服务端均可以用-version参数打印版本了 添加客户端linux sdk文件打包 --- package/lean/npc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/npc/Makefile b/package/lean/npc/Makefile index ee918238ed..06f69cdb15 100644 --- a/package/lean/npc/Makefile +++ b/package/lean/npc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=npc -PKG_VERSION:=0.26.4 +PKG_VERSION:=0.26.5 PKG_RELEASE:=2 ifeq ($(ARCH),mipsel)