summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-09-23 13:18:32 +0200
committerThomas Haller <thaller@redhat.com>2016-09-23 15:49:52 +0200
commitede4b1c5e57ec56530a6b06d56bfac69b630a9cf (patch)
treee9923c9355f42ffffee891b196c28301a4a97c84 /libnm
parent4a6c07d4e5b1c8c2bf3556ecb8cd11e7d0a796f9 (diff)
downloadNetworkManager-ede4b1c5e57ec56530a6b06d56bfac69b630a9cf.tar.gz
libnm: fix symbol versioning
Already released versions must not be extended or modified. The new symbol is part of upcomming 1.6.0 release.
Diffstat (limited to 'libnm')
-rw-r--r--libnm/libnm.ver5
1 files changed, 4 insertions, 1 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index baaaa8a00f..6c149f6587 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -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;