about summary refs log tree commit diff
path: root/src/libnm-client-impl/libnm.ver
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-08-18 08:31:29 -0400
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-08-18 08:31:29 -0400
commitb0887dd4d035acc0d84aa859748d36891548eaaf (patch)
treec4dc0dae50954f3c8fb600aa9e7cfaabeb80deb0 /src/libnm-client-impl/libnm.ver
parent1a62dcfdc0470be37743914da69fe0b0677c6bfb (diff)
parent4741f1a52215c7ba466140912084d6906185bef3 (diff)
Merge branch 'debian/master' into ubuntu/master
Diffstat (limited to 'src/libnm-client-impl/libnm.ver')
-rw-r--r--src/libnm-client-impl/libnm.ver19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/libnm-client-impl/libnm.ver b/src/libnm-client-impl/libnm.ver
index b6d566fc..e414b7e6 100644
--- a/src/libnm-client-impl/libnm.ver
+++ b/src/libnm-client-impl/libnm.ver
@@ -1,3 +1,11 @@
+# This is the symbol version script of libnm for the linker.
+#
+# Note that once a stable release is done, all version nodes so
+# far must not change anymore. E.g. after 1.36.0 release, libnm_1_36_0
+# node (and all other version nodes) are frozen.
+#
+# Only add/remove symbols in the section for the current development
+# version, at the bottom of the file.
 libnm_1_0_0 {
 global:
 	nm_802_11_ap_flags_get_type;
@@ -1826,4 +1834,13 @@ libnm_1_38_0 {
 global:
 	nm_client_get_radio_flags;
 	nm_radio_flags_get_type;
-} libnm_1_36_0;
\ No newline at end of file
+} libnm_1_36_0;
+
+libnm_1_40_0 {
+global:
+	nm_conn_wireguard_import;
+	nm_mptcp_flags_get_type;
+	nm_setting_connection_get_wait_activation_delay;
+	nm_setting_ip4_link_local_get_type;
+	nm_setting_ip6_config_get_mtu;
+} libnm_1_38_0;