mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 13:50:15 +01:00
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:
parent
ae6661fdce
commit
b693daf6ba
2 changed files with 20 additions and 0 deletions
12
NEWS
12
NEWS
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue