nassh: release 0.8.36.11

Change-Id: I99191be2b67603c44954dcb2e5946bfe7a4bdb5e
diff --git a/nassh/concat/release-highlights.txt b/nassh/concat/release-highlights.txt
index 3e346f9..c62ebe0 100644
--- a/nassh/concat/release-highlights.txt
+++ b/nassh/concat/release-highlights.txt
@@ -27,6 +27,10 @@
 % Support for URxvt OSC-777:notify module notifications.
 % Ctrl+V/Ctrl+Shift+V now pastes directly (fixes at least macOS).
 
-# release: 0.8.36.9
+# release: 0.8.36.9 (stable August 3)
 % Support DOCS (ESC+percent) sequences to put into UTF8 mode.
 %   Can be used to disable graphics maps permanently.
+
+# release: 0.8.36.11
+% The SSH command line can handle basic quoting rules (e.g. -o "Feature yes").
+% Unicode combining character processing has been overhauled.
diff --git a/nassh/doc/ChangeLog.md b/nassh/doc/ChangeLog.md
index 7a037e6..a71f9f5 100644
--- a/nassh/doc/ChangeLog.md
+++ b/nassh/doc/ChangeLog.md
@@ -1,3 +1,12 @@
+# 0.8.36.11, 2017-08-16, Improve Unicode handling.
+
+* Update to libdot 1.17.  Better handling for Unicode combining characters.
+* Update to hterm 1.70.  Better handling for Unicode combining characters.
+* Use new lib.f.randomInt helper.
+* Fix helper scripts/docs to use POSIX portable \033 instead of \e with printf.
+* Support basic quoting rules with ssh command line.
+* Add random feature tips to startup screen.
+
 # 0.8.36.10, 2017-08-08, Minor improvements.
 
 * Update to hterm 1.69.  Improve cursor tracking and add pref for default
diff --git a/nassh/manifest.json b/nassh/manifest.json
index cf473f6..7566414 100644
--- a/nassh/manifest.json
+++ b/nassh/manifest.json
@@ -4,7 +4,7 @@
   "manifest_version": 2,
   "content_security_policy": "script-src 'self'; object-src 'self'",
   "name": "Secure Shell (tot)",
-  "version": "0.8.36.10",
+  "version": "0.8.36.11",
   "default_locale": "en",
   "icons": {
     "128": "images/dev/icon-128.png",