We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a434102 commit 94e7d1eCopy full SHA for 94e7d1e
WebKitBrowser/CHANGELOG.md
@@ -17,6 +17,10 @@ All notable changes to this RDK Service will be documented in this file.
17
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
18
19
20
+## [1.1.30] - 2025-06-27
21
+### Fixed
22
+- Change kill signal for unresponsive suspended WebProcess
23
+
24
## [1.1.29] - 2025-06-05
25
### Fixed
26
- Fixed Numeric Truncation Error
WebKitBrowser/WebKitBrowser.cpp
@@ -21,7 +21,7 @@
#define API_VERSION_NUMBER_MAJOR 1
#define API_VERSION_NUMBER_MINOR 1
-#define API_VERSION_NUMBER_PATCH 29
+#define API_VERSION_NUMBER_PATCH 30
namespace WPEFramework {
27
0 commit comments