Skip to content

Commit

Permalink
nassh: release 0.10
Browse files Browse the repository at this point in the history
Change-Id: I5b9013eb38edb9b1b5888e3730330d0409abb26a
Reviewed-on: https://chromium-review.googlesource.com/c/1345595
Tested-by: Mike Frysinger <[email protected]>
Reviewed-by: Vitaliy Shipitsyn <[email protected]>
  • Loading branch information
vapier committed Dec 3, 2018
1 parent f72527c commit d871950
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nassh/concat/release-highlights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
# Only list significant changes that matter to the user.
# The more lines that we have here, the more cluttered the output.

# release: 0.9
# release: 0.9 (stable Oct 25)
% Context menu available via Ctrl-Right Click.
% \x1b]8;;https://www.openssh.com/txt/release-7.8\x07OpenSSH upgraded to 7.8p1\x1b]8;;\x07.
% \x1b]8;;https://goo.gl/muppJj#Is-there-a-way-to-try-early-releases-of-Secure-Shell\x07Secure Shell dev channel\x1b]8;;\x07 changed to nightly builds.

# release: 0.10
% \x1b]8;;https://www.openssh.com/txt/release-7.9\x07OpenSSH upgraded to 7.9p1\x1b]8;;\x07.
34 changes: 34 additions & 0 deletions nassh/doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# 0.10, 2018-12-02, OpenSSH 7.9p1 and sftp/build improvements.

* Update to hterm 1.83. Minor improvements.
* Update to libdot 1.25. Minor improvements.
* prefs: Fix handling of default port settings.
* prefs: Drop old relay-host/relay-port migration.
* sftp: Simplify intToNByteArrayString a bit.
* gnubby: Skip check on the web platform.
* nassh: Show hterm debug info for dev versions too.
* api: Add an API for opening crosh windows.
* sftp: Improve protocol documentation.
* sftp: Use [email protected] if available.
* sftp: Support sending extended packets.
* gnubby: Prefer certain versions of gnubbyd.
* doc: processes: Update docs to cover new signed workflow.
* sftp: Improve permission bit parsing.
* fsp: Add missing open flags.
* ssh_client: Move plugin outputs to build/ subdir.
* ssh_client: Link the naclsdk version directly.
* ssh_client: Move mandoc to common bin dir.
* ssh_client: Add a --jobs build flag.
* ssh_client: openssl: Split out of webports.
* ssh_client: jsoncpp: Split out of webports.
* ssh_client: zlib: Split out of webports.
* ssh_client: openssh: Convert to new Python build system.
* ssh_client: Change dev packages to install python3.
* ssh_client: Move cpplint to bin/.
* ssh_client: mandoc: Convert to new Python framework.
* ssh_client: depot_tools/webports: Convert to new Python framework.
* ssh_client: naclsdk: Convert to new Python framework.
* ssh_client: Start a new build system in Python.
* ssh_client: Rework plugin/ install steps.
* ssh_client: Update OpenSSH to 7.9p1.

# 0.9, 2018-10-24, OpenSSH 7.8p1 and a context menu.

* Update to hterm 1.82. New context menu.
Expand Down

0 comments on commit d871950

Please sign in to comment.