mirror of
http://galexander.org/git/simplesshd.git
synced 2025-03-01 15:31:59 +00:00
bump to version 17 for native x86 support
This commit is contained in:
parent
88335f47b6
commit
ef1a8d2556
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.galexander.sshd"
|
package="org.galexander.sshd"
|
||||||
android:versionCode="16"
|
android:versionCode="17"
|
||||||
android:versionName="16">
|
android:versionName="17">
|
||||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
|
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||||
|
12
NOTES
12
NOTES
@ -490,7 +490,17 @@ be using the normal way to visit an http programatically.. Only one
|
|||||||
report, so I guess I just don't care.
|
report, so I guess I just don't care.
|
||||||
|
|
||||||
|
|
||||||
XXX - support x86?
|
March 24, 2018.
|
||||||
|
|
||||||
|
Win Bent emailed me to let me know his x86_64 Asus ZenPad is able to run
|
||||||
|
SimpleSSHD but is unable to run rsync. So, the ARM-on-x86 emulation
|
||||||
|
layer is catching up and now works sometimes, but isn't compatible with
|
||||||
|
the hack for scp/sftp/rsync. Win was kind enough to test a build that
|
||||||
|
supports just armeabi and x86, and reported it works. So I don't need to
|
||||||
|
build support for both x86 and x86_64, apparently. Nice to have a
|
||||||
|
concrete answer to the question!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
XXX - make the default path for authorized_keys be in the app-private, too, for security ?
|
XXX - make the default path for authorized_keys be in the app-private, too, for security ?
|
||||||
XXX - show /data/data/org.galexander.sshd/files somewhere as a suggested place to put files
|
XXX - show /data/data/org.galexander.sshd/files somewhere as a suggested place to put files
|
||||||
|
@ -145,6 +145,7 @@ outputs when it isn't asked to <tt>fork()</tt> when it starts up.
|
|||||||
<h2>Change Log</h2>
|
<h2>Change Log</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li> <b>2018/03/24 Version 17:</b> Add native x86 support.
|
||||||
<li> <b>2017/10/28 Version 16:</b> Fix rsync on Android 8.0 (Oreo).
|
<li> <b>2017/10/28 Version 16:</b> Fix rsync on Android 8.0 (Oreo).
|
||||||
<li> <b>2016/10/17 Version 15:</b> Fix crash on pre-Nougat versions of Android.
|
<li> <b>2016/10/17 Version 15:</b> Fix crash on pre-Nougat versions of Android.
|
||||||
<li> <b>2016/10/16 Version 14:</b> Support single-use passwords for
|
<li> <b>2016/10/16 Version 14:</b> Support single-use passwords for
|
||||||
|
Loading…
Reference in New Issue
Block a user