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.
This commit is contained in:
Fernando Fernandez Mancera 2023-02-21 18:20:44 +01:00
parent a08214f60d
commit 28c27f3070

View file

@ -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;