mirror of
http://galexander.org/git/simplesshd.git
synced 2024-12-27 08:28:06 +00:00
bump to version 27
This commit is contained in:
parent
308753ce71
commit
f3e3fcda17
@ -27,8 +27,8 @@ android {
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 29
|
||||
|
||||
versionCode 26
|
||||
versionName "26"
|
||||
versionCode 27
|
||||
versionName "27"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
@ -225,7 +225,7 @@ harmless.
|
||||
<h2>Change Log</h2>
|
||||
|
||||
<ul>
|
||||
<li> <b>2021/01/XXX Version 27:</b> New approach to accessing /sdcard. Automatically re-start on package upgrade if Start on Boot enabled. Fix "Non-matching signing type" error with older ssh clients.
|
||||
<li> <b>2021/01/17 Version 27:</b> New approach to accessing /sdcard. Automatically re-start on package upgrade if Start on Boot enabled. Fix "Non-matching signing type" error with older ssh clients.
|
||||
<li> <b>2020/12/29 Version 26:</b> Fix ed25519 host key creation.
|
||||
<li> <b>2020/12/29 Version 25:</b> Fix compatibility with WinSCP. Update to upstream Dropbear 2020.81 -- adding ed25519 support!
|
||||
<li> <b>2020/01/01 Version 24:</b> Fix crash with "Start on Open" on Android 9. New TV icon. Improve performance.
|
||||
@ -290,6 +290,7 @@ me:<br>
|
||||
<li><a href="SimpleSSHD-23.apk">SimpleSSHD-23.apk</a>
|
||||
<li><a href="SimpleSSHD-24.apk">SimpleSSHD-24.apk</a>
|
||||
<li><a href="SimpleSSHD-26.apk">SimpleSSHD-26.apk</a>
|
||||
<li><a href="SimpleSSHD-27.apk">SimpleSSHD-27.apk</a>
|
||||
</ul></p>
|
||||
|
||||
</body></html>
|
||||
|
Loading…
Reference in New Issue
Block a user