diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/libnm0.symbols | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5545f8ad..0ba1fa27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ network-manager (1.32.2-0ubuntu1) UNRELEASED; urgency=medium - remove, the issue was fixed in systemd * debian/patches/CVE-2021-20297.patch: - remove, the fix is in the new version + * debian/libnm0.symbols + - updated for the new version -- Sebastien Bacher <seb128@ubuntu.com> Mon, 05 Jul 2021 20:36:31 +0200 diff --git a/debian/libnm0.symbols b/debian/libnm0.symbols index f59387a8..264e6b3f 100644 --- a/debian/libnm0.symbols +++ b/debian/libnm0.symbols @@ -24,6 +24,7 @@ libnm.so.0 libnm0 #MINVER# libnm_1_2_0@libnm_1_2_0 1.1.90 libnm_1_2_4@libnm_1_2_4 1.2.4 libnm_1_30_0@libnm_1_30_0 1.29.90 + libnm_1_32_0@libnm_1_32_0 1.32.2 libnm_1_4_0@libnm_1_4_0 1.4.0 libnm_1_6_0@libnm_1_6_0 1.5.90 libnm_1_8_0@libnm_1_8_0 1.8.0 @@ -491,9 +492,11 @@ libnm.so.0 libnm0 #MINVER# nm_dns_entry_unref@libnm_1_6_0 1.5.90 nm_ethtool_optname_is_coalesce@libnm_1_26_0 1.25.90 nm_ethtool_optname_is_feature@libnm_1_14_8 1.19.90 + nm_ethtool_optname_is_pause@libnm_1_32_0 1.32.2 nm_ethtool_optname_is_ring@libnm_1_26_0 1.25.90 nm_ip_address_cmp_flags_get_type@libnm_1_22_0 1.22.0 nm_ip_address_cmp_full@libnm_1_22_0 1.22.0 + nm_ip_address_dup@libnm_1_32_0 1.32.2 nm_ip_address_equal@libnm_1_0_0 1.0.0 nm_ip_address_get_address@libnm_1_0_0 1.0.0 nm_ip_address_get_address_binary@libnm_1_0_0 1.0.0 @@ -520,6 +523,7 @@ libnm.so.0 libnm0 #MINVER# nm_ip_config_get_type@libnm_1_0_0 1.0.0 nm_ip_config_get_wins_servers@libnm_1_0_0 1.0.0 nm_ip_route_attribute_validate@libnm_1_8_0 1.8.0 + nm_ip_route_dup@libnm_1_32_0 1.32.2 nm_ip_route_equal@libnm_1_0_0 1.0.0 nm_ip_route_equal_full@libnm_1_10_0 1.9.90 nm_ip_route_get_attribute@libnm_1_0_0 1.0.0 @@ -1073,6 +1077,7 @@ libnm.so.0 libnm0 #MINVER# nm_setting_match_get_path@libnm_1_26_0 1.25.90 nm_setting_match_get_paths@libnm_1_26_0 1.25.90 nm_setting_match_get_type@libnm_1_14_0 1.13.90 + nm_setting_match_new@libnm_1_32_0 1.32.2 nm_setting_match_remove_driver@libnm_1_26_0 1.25.90 nm_setting_match_remove_driver_by_value@libnm_1_26_0 1.25.90 nm_setting_match_remove_interface_name@libnm_1_14_0 1.13.90 @@ -1318,6 +1323,7 @@ libnm.so.0 libnm0 #MINVER# nm_setting_wired_add_mac_blacklist_item@libnm_1_0_0 1.0.0 nm_setting_wired_add_s390_option@libnm_1_0_0 1.0.0 nm_setting_wired_clear_mac_blacklist_items@libnm_1_0_0 1.0.0 + nm_setting_wired_get_accept_all_mac_addresses@libnm_1_32_0 1.32.2 nm_setting_wired_get_auto_negotiate@libnm_1_0_0 1.0.0 nm_setting_wired_get_cloned_mac_address@libnm_1_0_0 1.0.0 nm_setting_wired_get_duplex@libnm_1_0_0 1.0.0 |