diff options
| author | Michael Biebl <biebl@debian.org> | 2022-10-04 00:56:46 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-10-04 00:56:46 +0200 |
| commit | 3612e6355f3f40d264ec4657547761069baa5430 (patch) | |
| tree | 768e4f5b37b66f540dd7030aa2eaff2ac7bb0168 /src/libnm-client-impl/libnm.ver | |
| parent | 7e9f00a3be8f65535e6620b344443ec4d403212b (diff) | |
| parent | 6f7fcde10e47d8af865af336becf1fd8a446e62e (diff) | |
Merge tag 'debian/1.40.0-1' into debian/bullseye-backports
network-manager Debian release 1.40.0-1
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; |