libnm: adjust symbol versioning after backporting 802-1x.optional to 1.20.6

NM 1.22 is not released yet and 1.20.6 will happen before 1.22.0, so
we can introduce the new API with version libnm_1_20_6 in both
releases without having duplicate symbols on 1.22.
This commit is contained in:
Beniamino Galvani
2019-11-06 13:36:32 +01:00
parent c820c98f2a
commit 551fd3e28f

View File

@@ -1629,6 +1629,11 @@ global:
nm_settings_add_connection2_flags_get_type;
} libnm_1_18_0;
libnm_1_20_6 {
global:
nm_setting_802_1x_get_optional;
} libnm_1_20_0;
libnm_1_22_0 {
global:
nm_client_get_dbus_connection;
@@ -1636,6 +1641,5 @@ global:
nm_client_reload;
nm_client_reload_finish;
nm_manager_reload_flags_get_type;
nm_setting_802_1x_get_optional;
nm_setting_gsm_get_auto_config;
} libnm_1_20_0;