Skip to content

Commit e7a50de

Browse files
committed
nassh: release 0.11
Change-Id: Ib2effe3ebf5ddfe80a1585e1be13946625da2e52 Reviewed-on: https://chromium-review.googlesource.com/c/1408094 Tested-by: Mike Frysinger <[email protected]> Reviewed-by: Vitaliy Shipitsyn <[email protected]>
1 parent 231ff3d commit e7a50de

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

nassh/concat/release-highlights.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919

2020
# release: 0.11
2121
% Compression no longer enabled by default (ssh -C).
22+
% SFTP transfer sizes increased to 64k/255k with OpenSSH servers.

nassh/doc/ChangeLog.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
# 0.11, 2019-01-19, Lots of bugfixes and internal optimizations.
2+
3+
* Update to hterm 1.84. Firefox fixes, openWindow security fixes,
4+
and few improvements.
5+
* Update to libdot 1.26. openWindow & new codec helpers.
6+
* Move c.googlers.com config into the relay.
7+
* Allow bookmarks to open as windows.
8+
* crosh: Exclude more files from the distribution.
9+
* Switch to chrome.runtime.getBackgroundPage.
10+
* Make relay connection resume an option.
11+
* Switch to libdot.fs.FileReader.
12+
* Switch to array buffers with [email protected].
13+
* sshfe: Pass Uint8Array to stringToCodeUnitArray.
14+
* Drop update available check.
15+
* Switch to array buffers with [email protected].
16+
* sftp: convert to stringToCodeUnitArray.
17+
* Switch to array buffers for sending /dev/random data.
18+
* sftp: fix readChunks reading.
19+
* Add more edge cases/tests for nassh-option parsing.
20+
* Fix Chrome App v2 check on other platforms.
21+
* Switch to array buffers for sending sftp packets.
22+
* Update translations.
23+
* Switch to array buffers for sending tty data.
24+
* fsp: Use copy-data extension if available.
25+
* fsp: Switch to client data sizes.
26+
* sftp: Use larger read/write sizes with OpenSSH.
27+
* sftp: Add some higher level read helpers.
28+
* sftp: Add some constants for read/write data sizes.
29+
* options: Provide readable pref strings.
30+
* ssh_client: Allow JS->NaCl data to be sent via arrays.
31+
* sftp: Rename {read,write}File to {read,write}Chunk.
32+
* FAQ: Add a tip for OS shortcuts and launching windows.
33+
* Add SSH-FE relay support.
34+
* streams: Pass low level open errors back up.
35+
* streams: Stop passing stream to onOpen callback.
36+
* Add a --proxy-mode option.
37+
* Split connectTo up a bit.
38+
* Switch to new lib.codec module.
39+
* tests: Switch to a dark theme.
40+
* Automatically trim whitespace in connection settings.
41+
* Document the current relay server protocol properly.
42+
* Fix tab discarding to only affect current tab.
43+
* ssh_client: depot_tools/webports: Punt.
44+
* ssh_client: glibc-compat: Split out of webports.
45+
* ssh_client: ldns: Fix cross-compile build.
46+
* ssh_client: Switch from glibc-compat to ldns.
47+
* ssh_client: ldns: Import version 1.7.0.
48+
* GoogleRelayWS: Use DataView to get/set uint32 length.
49+
* ssh_client: openssl: Enable libssl building.
50+
* Unify duplicate base64url handling.
51+
* Fix v2 & sftp after plugin API change.
52+
* Drop forced compression.
53+
* sftp: Add unittests for sftp packet types.
54+
* ssh_client: Migrate from jsoncpp to native ppapi vars.
55+
* Use new lib.f.openWindow helper.
56+
* Rip option parsing out of nassh.GoogleRelay.
57+
* Rename relay-options to nassh-options.
58+
* sftp: Use UTF8 encoding for pathnames.
59+
160
# 0.10, 2018-12-02, OpenSSH 7.9p1 and sftp/build improvements.
261

362
* Update to hterm 1.83. Minor improvements.

0 commit comments

Comments
 (0)