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).
This commit is contained in:
Thomas Haller 2018-06-30 11:51:56 +02:00
parent 07c1e8c83c
commit b26efa5b68
2 changed files with 19 additions and 1 deletions

12
NEWS
View file

@ -1,10 +1,20 @@
=============================================
NetworkManager-1.?? (not released yet)
NetworkManager-1.14 (not released yet)
Overview of changes since NetworkManager-1.12
=============================================
This is a snapshot of NetworkManager 1.14 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!
* Added support for IEEE 802.15.4 and 6LowPAN devices.
The following changes were backported to 1.12.x releases between 1.12.0
and 1.12.2 are also present in NetworkManager-1.14:
* fix missing symbols in libnm ABI for settings.
=============================================
NetworkManager-1.12
Overview of changes since NetworkManager-1.10

View file

@ -1370,6 +1370,14 @@ global:
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;
libnm_1_14_0 {
global:
nm_connection_get_setting_6lowpan;