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:
Thomas Haller 2016-09-23 13:18:32 +02:00
parent 4a6c07d4e5
commit ede4b1c5e5

View file

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