Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meefik committed Jan 23, 2017
1 parent c26d409 commit 29246c4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog (English)
===================

2.0.1
Added Fedora 25 (issue #683)
Fixed Arch Linux bootstrap (issue #699)
Fixed Fedora and CentOS bootstrap (issue #646)

2.0.0
The application interface is rewritten with Material Design
Completed transition to the new CLI
Expand Down Expand Up @@ -358,6 +363,11 @@ Updated list packages of base system installation
История изменений (Русский)
===========================

2.0.1
Добавлена поддержка Fedora 25 (тикет #683)
Исправлен установщик Arch Linux (тикет #699)
Исправлен установщик Fedora и CentOS (тикет #646)

2.0.0
Интерфейс приложения переписан под Material Design
Выполнен переход на новый CLI
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'ru.meefik.linuxdeploy'
minSdkVersion 10
targetSdkVersion 25
versionCode 216
versionName "2.0.0"
versionCode 217
versionName "2.0.1"
}
buildTypes {
release {
Expand Down
Binary file modified app/src/main/assets/bin/arm/busybox
Binary file not shown.
Binary file modified app/src/main/assets/bin/intel/busybox
Binary file not shown.
3 changes: 1 addition & 2 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@
<string-array name="ubuntu_suite_values" translatable="false">
<item>precise</item>
<item>trusty</item>
<item>vivid</item>
<item>wily</item>
<item>xenial</item>
<item>yakkety</item>
<item>devel</item>
Expand Down Expand Up @@ -343,6 +341,7 @@
<string-array name="fedora_suite_values" translatable="false">
<item>23</item>
<item>24</item>
<item>25</item>
</string-array>
<string-array name="fedora_arch_values" translatable="false">
<item>armhfp</item> <!-- f19 and later -->
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<string name="intel_kalilinux_arch" translatable="false">i386</string>

<!-- Fedora -->
<string name="fedora_suite" translatable="false">24</string>
<string name="fedora_suite" translatable="false">25</string>
<!-- arm -->
<string name="arm_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/</string>
<string name="arm_fedora_arch" translatable="false">armhfp</string>
Expand Down

0 comments on commit 29246c4

Please sign in to comment.