diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2019-11-06 13:36:32 +0100 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2019-11-06 13:39:54 +0100 |
commit | 551fd3e28f6b142bd57eefacfaf96b8fb8e309dd (patch) | |
tree | 6cfb55f52d79d22f0945f2a38d2bdce7012bd06e | |
parent | c820c98f2ad21721f50329c91431863ce9e84894 (diff) | |
download | NetworkManager-551fd3e28f6b142bd57eefacfaf96b8fb8e309dd.tar.gz |
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.
-rw-r--r-- | libnm/libnm.ver | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver index f43e1ba997..30cf605c42 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -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; |