mirror of
http://galexander.org/git/simplesshd.git
synced 2024-12-29 09:28:07 +00:00
tag version 16 for android 8.0 (oreo) fixes
This commit is contained in:
parent
d637261fa1
commit
c33d551fc9
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.galexander.sshd"
|
||||
android:versionCode="15"
|
||||
android:versionName="15">
|
||||
android:versionCode="16"
|
||||
android:versionName="16">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
@ -145,6 +145,7 @@ outputs when it isn't asked to <tt>fork()</tt> when it starts up.
|
||||
<h2>Change Log</h2>
|
||||
|
||||
<ul>
|
||||
<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/16 Version 14:</b> Support single-use passwords for
|
||||
bootstrapping.
|
||||
|
Loading…
Reference in New Issue
Block a user