summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2023-02-21 18:20:44 +0100
committerFernando Fernandez Mancera <ffmancera@riseup.net>2023-02-21 18:20:44 +0100
commit28c27f3070b29a51659c24b2720f249878177e81 (patch)
treef829376abeb0aca692e4cc5ef484aad0a9e6470f
parenta08214f60d2ccac4b2de526d89020eb6b2fcbca3 (diff)
libnm: adjust symbol versioning for backporting replace-local-rule
NM 1.44 is not released yet and 1.42.2 will happen before 1.44.0, so we can introduce the new API with version libnm_1_42_2 in both releases without having duplicate symbols on 1.44.
-rw-r--r--src/libnm-client-impl/libnm.ver6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libnm-client-impl/libnm.ver b/src/libnm-client-impl/libnm.ver
index b816f2d725..e98aea1724 100644
--- a/src/libnm-client-impl/libnm.ver
+++ b/src/libnm-client-impl/libnm.ver
@@ -1920,10 +1920,14 @@ global:
nm_version_info_capability_get_type;
} libnm_1_40_0;
+libnm_1_42_2 {
+global:
+ nm_setting_ip_config_get_replace_local_rule;
+} libnm_1_42_0;
+
libnm_1_44_0 {
global:
nm_active_connection_get_controller;
- nm_setting_ip_config_get_replace_local_rule;
nm_setting_gsm_get_initial_eps_apn;
nm_setting_gsm_get_initial_eps_config;
} libnm_1_42_0;