mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-24 23:00:40 +01:00
libnm: fix symbol versioning
Already released versions must not be extended or modified. The new symbol is part of upcomming 1.6.0 release.
This commit is contained in:
parent
4a6c07d4e5
commit
ede4b1c5e5
1 changed files with 4 additions and 1 deletions
|
|
@ -752,7 +752,6 @@ global:
|
|||
nm_simple_connection_new_clone;
|
||||
nm_simple_connection_new_from_dbus;
|
||||
nm_state_get_type;
|
||||
nm_capability_get_type;
|
||||
nm_utils_ap_mode_security_valid;
|
||||
nm_utils_bin2hexstr;
|
||||
nm_utils_check_virtual_device_compatibility;
|
||||
|
|
@ -1084,3 +1083,7 @@ global:
|
|||
nm_vpn_plugin_info_new_search_file;
|
||||
nm_vpn_plugin_info_supports_hints;
|
||||
} libnm_1_2_0;
|
||||
|
||||
libnm_1_6_0 {
|
||||
nm_capability_get_type;
|
||||
} libnm_1_4_0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue