diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-30 21:15:02 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-30 21:15:09 +0200 |
| commit | c27b27b189a34e2100430bbbeb335f1cbeac4db5 (patch) | |
| tree | 8affff2eaa622418bb1e7bf2f0b01c773b0d8931 | |
| parent | 0e7c024a445186f5e1950665a0c504ff6607862b (diff) | |
Update symbols file for libnm-util2 and libnm0
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/libnm-util2.symbols | 2 | ||||
| -rw-r--r-- | debian/libnm0.symbols | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ea1b1cf4..84cd3b02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ network-manager (1.1.92-1) UNRELEASED; urgency=medium * Rebase patches. * Set the udev directory to /lib/udev via the new --with-udev-dir= configure switch. + * Update symbols file for libnm-util2 and libnm0. -- Michael Biebl <biebl@debian.org> Wed, 30 Mar 2016 13:15:48 +0200 diff --git a/debian/libnm-util2.symbols b/debian/libnm-util2.symbols index e4963423..eb524a07 100644 --- a/debian/libnm-util2.symbols +++ b/debian/libnm-util2.symbols @@ -1,4 +1,6 @@ libnm-util.so.2 libnm-util2 #MINVER# + _nm_connection_new_from_hash@Base 1.1.92 + _nm_connection_replace_settings@Base 1.1.92 nm_connection_add_setting@Base 0.7.0 nm_connection_clear_secrets@Base 0.7.0 nm_connection_clear_secrets_with_flags@Base 0.9.1.95 diff --git a/debian/libnm0.symbols b/debian/libnm0.symbols index 623005bd..e121e9f2 100644 --- a/debian/libnm0.symbols +++ b/debian/libnm0.symbols @@ -447,6 +447,7 @@ libnm.so.0 libnm0 #MINVER# nm_setting_802_1x_get_client_cert_blob@libnm_1_0_0 1.0.0 nm_setting_802_1x_get_client_cert_path@libnm_1_0_0 1.0.0 nm_setting_802_1x_get_client_cert_scheme@libnm_1_0_0 1.0.0 + nm_setting_802_1x_get_domain_suffix_match@libnm_1_2_0 1.1.92 nm_setting_802_1x_get_eap_method@libnm_1_0_0 1.0.0 nm_setting_802_1x_get_identity@libnm_1_0_0 1.0.0 nm_setting_802_1x_get_num_altsubject_matches@libnm_1_0_0 1.0.0 @@ -470,6 +471,7 @@ libnm.so.0 libnm0 #MINVER# nm_setting_802_1x_get_phase2_client_cert_blob@libnm_1_0_0 1.0.0 nm_setting_802_1x_get_phase2_client_cert_path@libnm_1_0_0 1.0.0 nm_setting_802_1x_get_phase2_client_cert_scheme@libnm_1_0_0 1.0.0 + nm_setting_802_1x_get_phase2_domain_suffix_match@libnm_1_2_0 1.1.92 nm_setting_802_1x_get_phase2_private_key_blob@libnm_1_0_0 1.0.0 nm_setting_802_1x_get_phase2_private_key_format@libnm_1_0_0 1.0.0 nm_setting_802_1x_get_phase2_private_key_password@libnm_1_0_0 1.0.0 |