Skip to content

Commit d27e8b0

Browse files
committed
Version v6.2.0, Build 116200, Changelog update
1 parent c9dc078 commit d27e8b0

File tree

12 files changed

+21
-17
lines changed

12 files changed

+21
-17
lines changed

CustomVnc-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116190"
6-
android:versionName="v6.1.9">
5+
android:versionCode="116200"
6+
android:versionName="v6.2.0">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

Opaque-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="116190"
4-
android:versionName="v6.1.9">
3+
android:versionCode="116200"
4+
android:versionName="v6.2.0">
55

66
<uses-feature
77
android:name="android.hardware.usb.host"

aRDP-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116190"
6-
android:versionName="v6.1.9">
5+
android:versionCode="116200"
6+
android:versionName="v6.2.0">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

aSPICE-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116190"
6-
android:versionName="v6.1.9">
5+
android:versionCode="116200"
6+
android:versionName="v6.2.0">
77

88
<uses-feature
99
android:name="android.hardware.usb.host"

bVNC-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116190"
6-
android:versionName="v6.1.9">
5+
android:versionCode="116200"
6+
android:versionName="v6.2.0">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

bVNC/CHANGELOG-Opaque

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
v6.1.9
22
- Maintenance and stability updates
3+
- Fix for servers that don't send image until input is sent
34
v6.1.7
45
- Fix for back button right-click
56
- Fix for pointer offset in windowed mode

bVNC/CHANGELOG-aRDP

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
v6.1.9
1+
v6.2.0
22
- Maintenance and stability updates
3+
- Fix for servers that don't send image until input is sent
34
v6.1.8
45
- Fix for .rdp files opened with content:// URI
56
- Enabled Glyph cache

bVNC/CHANGELOG-aSPICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
v6.1.9
22
- Maintenance and stability updates
3+
- Fix for servers that don't send image until input is sent
34
v6.1.7
45
- Fix for back button right-click
56
- Fix for pointer offset in windowed mode

bVNC/CHANGELOG-bVNC

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
v6.1.9
22
- Maintenance and stability updates
3+
- Fix for servers that don't send image until input is sent
34
v6.1.7
45
- Fix for back button right-click
56
- Fix for pointer offset in windowed mode

freeaRDP-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116190"
6-
android:versionName="v6.1.9">
5+
android:versionCode="116200"
6+
android:versionName="v6.2.0">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)