summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-06-30 11:51:56 +0200
committerThomas Haller <thaller@redhat.com>2018-06-30 12:29:35 +0200
commitb26efa5b680b45a1e6e8fcfb2f9ea996d8e28706 (patch)
tree7c6fbff808998151464f16277ea7e4e8152e92cb
parent07c1e8c83ca0ae5ef364bd0e69c139db27b4ad93 (diff)
downloadNetworkManager-b26efa5b680b45a1e6e8fcfb2f9ea996d8e28706.tar.gz
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).
-rw-r--r--NEWS12
-rw-r--r--libnm/libnm.ver8
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dac08b800a..68785b2786 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index daac109c5f..06592f3ab9 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -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;