Skip to content

Commit

Permalink
nassh: release 0.11
Browse files Browse the repository at this point in the history
Change-Id: Ib2effe3ebf5ddfe80a1585e1be13946625da2e52
Reviewed-on: https://chromium-review.googlesource.com/c/1408094
Tested-by: Mike Frysinger <[email protected]>
Reviewed-by: Vitaliy Shipitsyn <[email protected]>
  • Loading branch information
vapier committed Jan 21, 2019
1 parent 231ff3d commit e7a50de
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions nassh/concat/release-highlights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@

# release: 0.11
% Compression no longer enabled by default (ssh -C).
% SFTP transfer sizes increased to 64k/255k with OpenSSH servers.
59 changes: 59 additions & 0 deletions nassh/doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
# 0.11, 2019-01-19, Lots of bugfixes and internal optimizations.

* Update to hterm 1.84. Firefox fixes, openWindow security fixes,
and few improvements.
* Update to libdot 1.26. openWindow & new codec helpers.
* Move c.googlers.com config into the relay.
* Allow bookmarks to open as windows.
* crosh: Exclude more files from the distribution.
* Switch to chrome.runtime.getBackgroundPage.
* Make relay connection resume an option.
* Switch to libdot.fs.FileReader.
* Switch to array buffers with [email protected].
* sshfe: Pass Uint8Array to stringToCodeUnitArray.
* Drop update available check.
* Switch to array buffers with [email protected].
* sftp: convert to stringToCodeUnitArray.
* Switch to array buffers for sending /dev/random data.
* sftp: fix readChunks reading.
* Add more edge cases/tests for nassh-option parsing.
* Fix Chrome App v2 check on other platforms.
* Switch to array buffers for sending sftp packets.
* Update translations.
* Switch to array buffers for sending tty data.
* fsp: Use copy-data extension if available.
* fsp: Switch to client data sizes.
* sftp: Use larger read/write sizes with OpenSSH.
* sftp: Add some higher level read helpers.
* sftp: Add some constants for read/write data sizes.
* options: Provide readable pref strings.
* ssh_client: Allow JS->NaCl data to be sent via arrays.
* sftp: Rename {read,write}File to {read,write}Chunk.
* FAQ: Add a tip for OS shortcuts and launching windows.
* Add SSH-FE relay support.
* streams: Pass low level open errors back up.
* streams: Stop passing stream to onOpen callback.
* Add a --proxy-mode option.
* Split connectTo up a bit.
* Switch to new lib.codec module.
* tests: Switch to a dark theme.
* Automatically trim whitespace in connection settings.
* Document the current relay server protocol properly.
* Fix tab discarding to only affect current tab.
* ssh_client: depot_tools/webports: Punt.
* ssh_client: glibc-compat: Split out of webports.
* ssh_client: ldns: Fix cross-compile build.
* ssh_client: Switch from glibc-compat to ldns.
* ssh_client: ldns: Import version 1.7.0.
* GoogleRelayWS: Use DataView to get/set uint32 length.
* ssh_client: openssl: Enable libssl building.
* Unify duplicate base64url handling.
* Fix v2 & sftp after plugin API change.
* Drop forced compression.
* sftp: Add unittests for sftp packet types.
* ssh_client: Migrate from jsoncpp to native ppapi vars.
* Use new lib.f.openWindow helper.
* Rip option parsing out of nassh.GoogleRelay.
* Rename relay-options to nassh-options.
* sftp: Use UTF8 encoding for pathnames.

# 0.10, 2018-12-02, OpenSSH 7.9p1 and sftp/build improvements.

* Update to hterm 1.83. Minor improvements.
Expand Down

0 comments on commit e7a50de

Please sign in to comment.