diff --git a/NEWS b/NEWS index d199e230a3..722e7ed440 100644 --- a/NEWS +++ b/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 diff --git a/libnm/libnm.ver b/libnm/libnm.ver index 5011906c65..84bf102db0 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -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;