Skip to content

Commit

Permalink
nassh: bump to 0.8.35.0
Browse files Browse the repository at this point in the history
Change-Id: Ied4789f4f31ec373b834116b5a3ab7581812d12e
  • Loading branch information
vapier committed Feb 1, 2017
1 parent 89e3d74 commit d71db3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions nassh/doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.8.35.0, 2017-01-31, hterm 1.61 + sftp prep.

* Bump min Chrome version to 41 since we don't test on anything older.
* Rebuilt ssh_client plugins to include some fd related changes.
* Update to hterm 1.61. Fixes missing last line, and adds clickable URLs.
* Include ssh man pages in html form for users to read.
* Fix --proxy-port passing for Google relays.
* Add Ctrl-Shift-P shortcut in crosh for opening preferences.
* Drop blocking of Ctrl-Shift-N shortcut in crosh.

# 0.8.34.4, 2016-09-15, hterm 1.60.

* Update to hterm 1.60. This horizontal cursor position tracking.
Expand Down
4 changes: 2 additions & 2 deletions nassh/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDixnK8f4AuZrV+QZx7iiONG/SAiU5VrjlXD2KxRGvI6tDJrLvUin+GpcuMH1d/Qrc0+PmCzJ1duAiD/9F2q8kiYwQ1C3gZmztYneAiVX+3/OvXHr/idyueNQ5XFvBnMCpKD0KqPEksP80utV417fuaHAY4NFjofLZyWUvu23XHRwIDAQAB",
"minimum_chrome_version": "33",
"minimum_chrome_version": "41",
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'",
"name": "Secure Shell (tot)",
"version": "0.8.34.4",
"version": "0.8.35.0",
"default_locale": "en",
"icons": {
"128": "images/dev/icon-128.png",
Expand Down

0 comments on commit d71db3f

Please sign in to comment.