summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“JKAST” <julian.kast@live.com>2022-04-13 10:18:50 -0400
committer“JKAST” <julian.kast@live.com>2022-04-13 10:18:50 -0400
commitec8ca360f86957a6d3acfa04ee692a0c05541ecf (patch)
treea1d0bd14e235e67d33bc6c623700d4aab39c75a8
parent64ade94c811ae7eeb02c6e70a46321f50efbf5dc (diff)
downloadsdl_android-ec8ca360f86957a6d3acfa04ee692a0c05541ecf.tar.gz
Update RC changelog and update version to 5.4.0
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
-rw-r--r--javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java2
3 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c049d22eb..1ac4eea1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,20 @@
## Bug Fixes / Enhancements:
+- [Video auto restarts streaming regardless if HMI level is streamable ](https://github.com/smartdevicelink/sdl_java_suite/issues/1807)
+
+- [Video Streaming Fails on Android 12 at Low Resolutions](https://github.com/smartdevicelink/sdl_java_suite/issues/1803)
+
+- [sdl_java_se uses deprecated testCompile in build.gradle](https://github.com/smartdevicelink/sdl_java_suite/issues/1805)
+
+- [Incorrect behavior and potential crashes in PresentAlertOperation.supportsSoftButtonImages()](https://github.com/smartdevicelink/sdl_java_suite/issues/1800)
+
+- [Bugfix/rs notification issue usb](https://github.com/smartdevicelink/sdl_java_suite/pull/1797)
+
+- [Attempting to Send Voice Command with No Strings Fails to Log Error](https://github.com/smartdevicelink/sdl_java_suite/issues/1798)
+
+- [Fix LCM to close down properly](https://github.com/smartdevicelink/sdl_java_suite/pull/1796)
+
- [Cleanup/proposal sdl 0286 spacing](https://github.com/smartdevicelink/sdl_java_suite/pull/1782)
- [API Reference Docs Typos](https://github.com/smartdevicelink/sdl_java_suite/issues/1792)
diff --git a/VERSION b/VERSION
index ae94d8f13..8a30e8f94 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-RC_5.4.0
+5.4.0
diff --git a/javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java b/javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java
index 41393caff..c2ed98ba6 100644
--- a/javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java
+++ b/javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java
@@ -32,5 +32,5 @@ package com.smartdevicelink;
// THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
public final class BuildConfig {
- public static final String VERSION_NAME = "RC_5.4.0";
+ public static final String VERSION_NAME = "5.4.0";
} \ No newline at end of file