From 40cd89a237f797ad9aa0ed36e5e1fde59c4c7b25 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 20 Nov 2017 16:32:01 -0500 Subject: [PATCH] nassh: release 0.8.40.1 Change-Id: Ifefc09dccea0f916ca779160d6baa74ad5869800 --- nassh/concat/release-highlights.txt | 9 +++------ nassh/doc/ChangeLog.md | 4 ++++ nassh/manifest.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/nassh/concat/release-highlights.txt b/nassh/concat/release-highlights.txt index e755a2fba..cb977048c 100644 --- a/nassh/concat/release-highlights.txt +++ b/nassh/concat/release-highlights.txt @@ -1,4 +1,4 @@ -0.8.36.11 +0.8.37 # The first line tracks the last version that went stable. # Only features added since then should be kept here. @@ -10,16 +10,13 @@ # Only list significant changes that matter to the user. # The more lines that we have here, the more cluttered the output. -# release: 0.8.36.11 (stable August 29) -% The SSH command line can handle basic quoting rules (e.g. -o "Feature yes"). -% Unicode combining character processing has been overhauled. - # release: 0.8.37 (stable September 24) % Unicode tables updated to 10.0.0 release. % Use Yubikeys and other smart cards for ssh auth: https://goo.gl/3ZEU1w # release: 0.8.38 (stable October 27) % Omnibox entries now match saved profile names first. +% You can drag & drop text based content into the session now. -# release: 0.8.39 +# release: 0.8.39 (stable November 13) % OpenSSH upgraded to 7.6p1 (some older features dropped). diff --git a/nassh/doc/ChangeLog.md b/nassh/doc/ChangeLog.md index 8d86bdf53..992755cf7 100644 --- a/nassh/doc/ChangeLog.md +++ b/nassh/doc/ChangeLog.md @@ -1,3 +1,7 @@ +# 0.8.40.1, 2017-11-20, Multiple plugin support. + +* Add option to select different ssh client plugin versions. + # 0.8.40, 2017-11-20, Pull in hterm fixes. * Update to hterm 1.75. Many color/style/mouse fixes & features. diff --git a/nassh/manifest.json b/nassh/manifest.json index 0a21a4988..980db8033 100644 --- a/nassh/manifest.json +++ b/nassh/manifest.json @@ -4,7 +4,7 @@ "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "name": "Secure Shell (tot)", - "version": "0.8.40", + "version": "0.8.40.1", "default_locale": "en", "icons": { "128": "images/dev/icon-128.png",