libnm: fix missing symbols in libnm ABI

Also backport the ABI to 1.12.2 (and thus, don't bother
initially adding the API as libnm_1_14_0).

(cherry picked from commit b26efa5b68)
This commit is contained in:
Thomas Haller 2018-06-30 11:51:56 +02:00
parent ae6661fdce
commit b693daf6ba
2 changed files with 20 additions and 0 deletions

12
NEWS
View file

@ -1,3 +1,15 @@
=============================================
NetworkManager-1.12.2 (not released yet)
Overview of changes since NetworkManager-1.12
=============================================
This is a snapshot of NetworkManager 1.12.2 development series.
The API is subject to change and not guaranteed to be compatible
with the later release.
USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE!
* fix missing symbols in libnm ABI for settings.
=============================================
NetworkManager-1.12
Overview of changes since NetworkManager-1.10

View file

@ -1369,3 +1369,11 @@ global:
nm_utils_get_timestamp_msec;
nm_vpn_service_plugin_shutdown;
} libnm_1_10_0;
libnm_1_12_2 {
nm_connection_get_setting_ovs_bridge;
nm_connection_get_setting_ovs_interface;
nm_connection_get_setting_ovs_patch;
nm_connection_get_setting_ovs_port;
nm_connection_get_setting_tun;
} libnm_1_12_0;