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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user