From 64a8ae735ba3c24d8817e32cb9397c07647fd9c8 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Mon, 30 Apr 2018 15:27:18 +0800 Subject: 0.9.8.7 --- CHANGELOG.rst | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6bc8f2d..1e1844f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +Changes in 0.9.8.7 +================== + +This version fixes the SSH MAC verification. However, you should still use your local ssh(1) if you can. + +A new feature is introduced to show the connection info. + Changes in 0.9.8.6 ================== diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a59a67..829a97c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(fqterm) -set(FQTERM_VERSION "0.9.8.6") +set(FQTERM_VERSION "0.9.8.7") set(CMAKE_VERBOSE_MAKEFILE ON) cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) -- cgit v1.2.3