File tree Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog (English)
2
2
===================
3
3
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
+
4
9
2.0.0
5
10
The application interface is rewritten with Material Design
6
11
Completed transition to the new CLI
@@ -358,6 +363,11 @@ Updated list packages of base system installation
358
363
История изменений (Русский)
359
364
===========================
360
365
366
+ 2.0.1
367
+ Добавлена поддержка Fedora 25 (тикет #683)
368
+ Исправлен установщик Arch Linux (тикет #699)
369
+ Исправлен установщик Fedora и CentOS (тикет #646)
370
+
361
371
2.0.0
362
372
Интерфейс приложения переписан под Material Design
363
373
Выполнен переход на новый CLI
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId ' ru.meefik.linuxdeploy'
9
9
minSdkVersion 10
10
10
targetSdkVersion 25
11
- versionCode 216
12
- versionName " 2.0.0 "
11
+ versionCode 217
12
+ versionName " 2.0.1 "
13
13
}
14
14
buildTypes {
15
15
release {
Original file line number Diff line number Diff line change 310
310
<string-array name =" ubuntu_suite_values" translatable =" false" >
311
311
<item >precise</item >
312
312
<item >trusty</item >
313
- <item >vivid</item >
314
- <item >wily</item >
315
313
<item >xenial</item >
316
314
<item >yakkety</item >
317
315
<item >devel</item >
343
341
<string-array name =" fedora_suite_values" translatable =" false" >
344
342
<item >23</item >
345
343
<item >24</item >
344
+ <item >25</item >
346
345
</string-array >
347
346
<string-array name =" fedora_arch_values" translatable =" false" >
348
347
<item >armhfp</item > <!-- f19 and later -->
Original file line number Diff line number Diff line change 108
108
<string name =" intel_kalilinux_arch" translatable =" false" >i386</string >
109
109
110
110
<!-- Fedora -->
111
- <string name =" fedora_suite" translatable =" false" >24 </string >
111
+ <string name =" fedora_suite" translatable =" false" >25 </string >
112
112
<!-- arm -->
113
113
<string name =" arm_fedora_source_path" translatable =" false" >http://dl.fedoraproject.org/pub/</string >
114
114
<string name =" arm_fedora_arch" translatable =" false" >armhfp</string >
You can’t perform that action at this time.
0 commit comments