File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
16
16
17
17
* For more details, refer to [ versioning] ( https://github.com/rdkcentral/rdkservices#versioning ) section under Main README.
18
18
19
+ ## [ 3.4.4] - 2025-05-28
20
+ ### Security
21
+ - Added catch to handle crash when reading territory
22
+
19
23
## [ 3.4.3] - 2025-01-02
20
24
### Security
21
25
- Resolved security vulnerabilities
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ using namespace std;
67
67
68
68
#define API_VERSION_NUMBER_MAJOR 3
69
69
#define API_VERSION_NUMBER_MINOR 4
70
- #define API_VERSION_NUMBER_PATCH 3
70
+ #define API_VERSION_NUMBER_PATCH 4
71
71
72
72
#define MAX_REBOOT_DELAY 86400 /* 24Hr = 86400 sec */
73
73
#define TR181_FW_DELAY_REBOOT " Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.AutoReboot.fwDelayReboot"
You can’t perform that action at this time.
0 commit comments