Skip to content

Commit dead85e

Browse files
committed
Release of 1.5.0
Release of 1.5.0
1 parent bbb016d commit dead85e

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ All notable changes to this RDK Service will be documented in this file.
1414

1515
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.
1616

17+
## [1.5.0] - 2025-09-23
18+
### Changed
19+
- Implemented L1/L2 and Part L3 for the plugin
20+
- Implemented IP Address caching for Gnome backend
21+
- Implemented a logic to return appropriate value for GetPrimaryInterface
22+
1723
## [1.4.0] - 2025-09-23
1824
### Changed
1925
- Implemented logic to not to persist SSID when asked

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ find_package(WPEFramework)
2323

2424
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
2525
set(VERSION_MAJOR 1)
26-
set(VERSION_MINOR 4)
26+
set(VERSION_MINOR 5)
2727
set(VERSION_PATCH 0)
2828

2929
add_compile_definitions(NETWORKMANAGER_MAJOR_VERSION=${VERSION_MAJOR})

definition/NetworkManager.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"status": "production",
1010
"description": "A Unified `NetworkManager` plugin that allows you to manage Ethernet and Wifi interfaces on the device.",
1111
"sourcelocation": "https://github.com/rdkcentral/networkmanager/blob/main/definition/NetworkManager.json",
12-
"version": "1.4.0"
12+
"version": "1.5.0"
1313
},
1414
"definitions": {
1515
"success": {

docs/NetworkManagerPlugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="head.NetworkManager_Plugin"></a>
33
# NetworkManager Plugin
44

5-
**Version: 1.4.0**
5+
**Version: 1.5.0**
66

77
**Status: :black_circle::black_circle::black_circle:**
88

@@ -23,7 +23,7 @@ org.rdk.NetworkManager interface for Thunder framework.
2323
<a name="head.Scope"></a>
2424
## Scope
2525

26-
This document describes purpose and functionality of the org.rdk.NetworkManager interface (version 1.4.0). It includes detailed specification about its methods provided and notifications sent.
26+
This document describes purpose and functionality of the org.rdk.NetworkManager interface (version 1.5.0). It includes detailed specification about its methods provided and notifications sent.
2727

2828
<a name="head.Case_Sensitivity"></a>
2929
## Case Sensitivity

0 commit comments

Comments
 (0)