diff --git a/nassh/concat/release-highlights.txt b/nassh/concat/release-highlights.txt index 69c7ede3c..e755a2fba 100644 --- a/nassh/concat/release-highlights.txt +++ b/nassh/concat/release-highlights.txt @@ -1,4 +1,4 @@ -0.8.35.9 +0.8.36.11 # The first line tracks the last version that went stable. # Only features added since then should be kept here. @@ -10,10 +10,6 @@ # Only list significant changes that matter to the user. # The more lines that we have here, the more cluttered the output. -# 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 (stable August 29) % The SSH command line can handle basic quoting rules (e.g. -o "Feature yes"). % Unicode combining character processing has been overhauled. @@ -22,5 +18,8 @@ % Unicode tables updated to 10.0.0 release. % Use Yubikeys and other smart cards for ssh auth: https://goo.gl/3ZEU1w -# release: 0.8.38 +# release: 0.8.38 (stable October 27) % Omnibox entries now match saved profile names first. + +# release: 0.8.39 +% OpenSSH upgraded to 7.6p1 (some older features dropped). diff --git a/nassh/doc/ChangeLog.md b/nassh/doc/ChangeLog.md index d9e542705..b51d7facb 100644 --- a/nassh/doc/ChangeLog.md +++ b/nassh/doc/ChangeLog.md @@ -1,3 +1,15 @@ +# 0.8.39, 2017-10-27, OpenSSH upgrade. + +* Update to hterm 1.74. Minor improvements. +* Upgrade to OpenSSH 7.6p1. +* Update mdocml to latest release. +* Fix /dev/null pseudo file reads. +* Update relay options if the hostname changes. +* Rewrite translations in pure UTF-8. +* Update translation help text. +* Update translations. +* Fix newline handling in translations. + # 0.8.38, 2017-10-16, Bugfixes galore. * Update to libdot 1.19. Bug fixes. diff --git a/nassh/manifest.json b/nassh/manifest.json index 01aa60984..322012f1f 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.38", + "version": "0.8.39", "default_locale": "en", "icons": { "128": "images/dev/icon-128.png",