summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Liang <liangwen12year@gmail.com>2023-02-21 15:02:13 -0500
committerWen Liang <liangwen12year@gmail.com>2023-02-22 08:59:13 -0500
commitcefe4a7885ad50a728c81fe4dad44caf9f3bc27e (patch)
tree2c801a2a8706d3a389f5422f343193f94e111e6d
parentda3c9e470edd0281c9772bf1990cb3422829cd2f (diff)
downloadNetworkManager-cefe4a7885ad50a728c81fe4dad44caf9f3bc27e.tar.gz
libnm: adjust symbol versioning of deprecating NMActiveConnection Master property
The symbol "nm_active_connection_get_controller" was backported to 1.42.1+. Since 1.44 is not yet released, move the symbol from libnm_1_44 to libnm_1_42_2, like it is on 1.42.2 release. That way, we don't need to duplicate the symbol while 1.44 being forward compatible with 1.42.2.
-rw-r--r--src/libnm-client-impl/libnm.ver2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-client-impl/libnm.ver b/src/libnm-client-impl/libnm.ver
index e98aea1724..fbaebb13ec 100644
--- a/src/libnm-client-impl/libnm.ver
+++ b/src/libnm-client-impl/libnm.ver
@@ -1922,12 +1922,12 @@ global:
libnm_1_42_2 {
global:
+ nm_active_connection_get_controller;
nm_setting_ip_config_get_replace_local_rule;
} libnm_1_42_0;
libnm_1_44_0 {
global:
- nm_active_connection_get_controller;
nm_setting_gsm_get_initial_eps_apn;
nm_setting_gsm_get_initial_eps_config;
} libnm_1_42_0;