Skip to content

Commit

Permalink
nassh: release 0.8.38
Browse files Browse the repository at this point in the history
Change-Id: I5d0a78c539d9a84f951b1d522623c847f4a71fde
  • Loading branch information
vapier committed Oct 16, 2017
1 parent 8935e85 commit 54edfb1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
5 changes: 4 additions & 1 deletion nassh/concat/release-highlights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
17 changes: 17 additions & 0 deletions nassh/doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion nassh/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 54edfb1

Please sign in to comment.