Skip to content

Commit 40cd89a

Browse files
committed
nassh: release 0.8.40.1
Change-Id: Ifefc09dccea0f916ca779160d6baa74ad5869800
1 parent 783a001 commit 40cd89a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

nassh/concat/release-highlights.txt

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.8.36.11
1+
0.8.37
22

33
# The first line tracks the last version that went stable.
44
# Only features added since then should be kept here.
@@ -10,16 +10,13 @@
1010
# Only list significant changes that matter to the user.
1111
# The more lines that we have here, the more cluttered the output.
1212

13-
# release: 0.8.36.11 (stable August 29)
14-
% The SSH command line can handle basic quoting rules (e.g. -o "Feature yes").
15-
% Unicode combining character processing has been overhauled.
16-
1713
# release: 0.8.37 (stable September 24)
1814
% Unicode tables updated to 10.0.0 release.
1915
% Use Yubikeys and other smart cards for ssh auth: https://goo.gl/3ZEU1w
2016

2117
# release: 0.8.38 (stable October 27)
2218
% Omnibox entries now match saved profile names first.
19+
% You can drag & drop text based content into the session now.
2320

24-
# release: 0.8.39
21+
# release: 0.8.39 (stable November 13)
2522
% OpenSSH upgraded to 7.6p1 (some older features dropped).

nassh/doc/ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.8.40.1, 2017-11-20, Multiple plugin support.
2+
3+
* Add option to select different ssh client plugin versions.
4+
15
# 0.8.40, 2017-11-20, Pull in hterm fixes.
26

37
* Update to hterm 1.75. Many color/style/mouse fixes & features.

nassh/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"manifest_version": 2,
55
"content_security_policy": "script-src 'self'; object-src 'self'",
66
"name": "Secure Shell (tot)",
7-
"version": "0.8.40",
7+
"version": "0.8.40.1",
88
"default_locale": "en",
99
"icons": {
1010
"128": "images/dev/icon-128.png",

0 commit comments

Comments
 (0)