Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29246c4

Browse files
committed
Release 2.0.1
1 parent c26d409 commit 29246c4

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog (English)
22
===================
33

4+
2.0.1
5+
Added Fedora 25 (issue #683)
6+
Fixed Arch Linux bootstrap (issue #699)
7+
Fixed Fedora and CentOS bootstrap (issue #646)
8+
49
2.0.0
510
The application interface is rewritten with Material Design
611
Completed transition to the new CLI
@@ -358,6 +363,11 @@ Updated list packages of base system installation
358363
История изменений (Русский)
359364
===========================
360365

366+
2.0.1
367+
Добавлена поддержка Fedora 25 (тикет #683)
368+
Исправлен установщик Arch Linux (тикет #699)
369+
Исправлен установщик Fedora и CentOS (тикет #646)
370+
361371
2.0.0
362372
Интерфейс приложения переписан под Material Design
363373
Выполнен переход на новый CLI

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId 'ru.meefik.linuxdeploy'
99
minSdkVersion 10
1010
targetSdkVersion 25
11-
versionCode 216
12-
versionName "2.0.0"
11+
versionCode 217
12+
versionName "2.0.1"
1313
}
1414
buildTypes {
1515
release {
0 Bytes
Binary file not shown.
8 KB
Binary file not shown.

app/src/main/res/values/arrays.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@
310310
<string-array name="ubuntu_suite_values" translatable="false">
311311
<item>precise</item>
312312
<item>trusty</item>
313-
<item>vivid</item>
314-
<item>wily</item>
315313
<item>xenial</item>
316314
<item>yakkety</item>
317315
<item>devel</item>
@@ -343,6 +341,7 @@
343341
<string-array name="fedora_suite_values" translatable="false">
344342
<item>23</item>
345343
<item>24</item>
344+
<item>25</item>
346345
</string-array>
347346
<string-array name="fedora_arch_values" translatable="false">
348347
<item>armhfp</item> <!-- f19 and later -->

app/src/main/res/values/preferences.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<string name="intel_kalilinux_arch" translatable="false">i386</string>
109109

110110
<!-- Fedora -->
111-
<string name="fedora_suite" translatable="false">24</string>
111+
<string name="fedora_suite" translatable="false">25</string>
112112
<!-- arm -->
113113
<string name="arm_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/</string>
114114
<string name="arm_fedora_arch" translatable="false">armhfp</string>

0 commit comments

Comments
 (0)