From 54edfb1a2a9b0a58d8e285112bdb2ddf02586307 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 16 Oct 2017 18:46:28 -0400 Subject: [PATCH] nassh: release 0.8.38 Change-Id: I5d0a78c539d9a84f951b1d522623c847f4a71fde --- nassh/concat/release-highlights.txt | 5 ++++- nassh/doc/ChangeLog.md | 17 +++++++++++++++++ nassh/manifest.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/nassh/concat/release-highlights.txt b/nassh/concat/release-highlights.txt index 0c1a991f5..69c7ede3c 100644 --- a/nassh/concat/release-highlights.txt +++ b/nassh/concat/release-highlights.txt @@ -18,6 +18,9 @@ % 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 +# 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 +% Omnibox entries now match saved profile names first. diff --git a/nassh/doc/ChangeLog.md b/nassh/doc/ChangeLog.md index bfd4be2eb..d9e542705 100644 --- a/nassh/doc/ChangeLog.md +++ b/nassh/doc/ChangeLog.md @@ -1,3 +1,20 @@ +# 0.8.38, 2017-10-16, Bugfixes galore. + +* Update to libdot 1.19. Bug fixes. +* Update to hterm 1.73. Various bugfixes and minor features. +* crosh: Fix pasting Unicode content. +* Fix base64url encoding translation with relays. +* Display relay error messages to the user. +* Detect relay loops. +* agent: Print SSH public key blobs to the console. +* Add a guide for setting up smart card backed ssh keys. +* agent: Improve TLV handling with smart cards. +* agent: Take OpenPGP card capabilities into account. +* agent: Add short names for Gemalto readers. +* Validate relay options. +* Ignore common browser shortcuts in connection dialog. +* omnibox: Allow matching saved profile names. + # 0.8.37, 2017-09-12, Unicode updates and ssh-agent frameworks. * Update to libdot 1.18. Unicode 10.0.0 updates (from Unicode 5). diff --git a/nassh/manifest.json b/nassh/manifest.json index 59466d272..01aa60984 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.37", + "version": "0.8.38", "default_locale": "en", "icons": { "128": "images/dev/icon-128.png",