nassh: release 0.9

Change-Id: I73935c2524f0848b47e741a3fce364e35ecb63d0
diff --git a/nassh/concat/release-highlights.txt b/nassh/concat/release-highlights.txt
index 43195a4..b616afd 100644
--- a/nassh/concat/release-highlights.txt
+++ b/nassh/concat/release-highlights.txt
@@ -1,4 +1,4 @@
-0.8.43
+0.8.45
 
 # The first line tracks the last version that went stable.
 # Only features added since then should be kept here.
@@ -10,11 +10,7 @@
 # Only list significant changes that matter to the user.
 # The more lines that we have here, the more cluttered the output.
 
-# release: 0.8.43 (stable March 27)
-% Support for \x1b]8;;https://chromium.googlesource.com/apps/libapps/+/master/hterm/doc/ControlSequences.md#SGR-underline\x07extended SGR+4 underlining\x1b]8;;\x07
-
-# release: 0.8.44 (stable July 31)
-% Unicode tables updated to 11.0.0 release.
-% Noto Sans Mono added to the default font list.
-% Bracketed paste now strips most control chars.
-% OpenSSH upgraded to 7.7p1.
+# release: 0.9
+% 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.
diff --git a/nassh/doc/ChangeLog.md b/nassh/doc/ChangeLog.md
index b6dbee1..e297490 100644
--- a/nassh/doc/ChangeLog.md
+++ b/nassh/doc/ChangeLog.md
@@ -1,3 +1,25 @@
+# 0.9, 2018-10-24, OpenSSH 7.8p1 and a context menu.
+
+* Update to hterm 1.82.  New context menu.
+* Update to libdot 1.24.  Tool improvements for supporting nightly builds.
+* crosh: Drop legacy build code.
+* nassh/crosh: Add context menu support.
+* Update translations.
+* agent: Improve documentation for the PIN cache.
+* nassh: Restrict the automatic description expansion in connection screen.
+* build: Support nightly timestamped builds.
+* FAQ: Add an entry about relay servers & 0.0.0.0 addresses.
+* relay: Delete unused --relay-prefix-field support.
+* sftp: Move pendingRequests internally.
+* sftp: Bind stdout to sftp immediately.
+* sftp: Move init logic into a callback.
+* nassh: Move connecting message after plugin loading.
+* FAQ: Note what is sync'ed to the cloud.
+* sftp: Improve server version packet parsing.
+* ssh_client: Drop NaCl support.
+* ssh_client: Update to OpenSSH 7.8p1.
+* ssh_client: Rework build layout a bit.
+
 # 0.8.45, 2018-08-29, A11y improvements, and handle tab discarding.
 
 * Update to hterm 1.81.  A11y improvements, and keyboard/mouse tweaks.