diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-16 18:25:29 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-16 18:25:29 +0200 |
| commit | e8c0c4050b07c08cc0f34d41cdff98f2cdc1cc93 (patch) | |
| tree | 79a3d9572e508d4b193ea175c8ed103b2024f727 /src/libnm-client-impl/libnm.ver | |
| parent | 49ac65f875a36d7ebcbc8270cf0fc60acbb2e052 (diff) | |
| parent | 0018d1f3cf71d680d7b6bceda55a5717244d8b26 (diff) | |
Update upstream source from tag 'upstream/1.39.90'
Update to upstream version '1.39.90' with Debian dir 898f1bfdb7bf17595463e4195c78d8455df545e6
Diffstat (limited to 'src/libnm-client-impl/libnm.ver')
| -rw-r--r-- | src/libnm-client-impl/libnm.ver | 19 |
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; |