diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/libnm-glib2.symbols | 5 | ||||
| -rw-r--r-- | debian/libnm-util1.symbols | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d01e981d..50c9cc13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ network-manager (0.8.3.998-1) UNRELEASED; urgency=low - d/p/81-keyfile-quiet-keyfile-plugin-when-re-read-connection.patch - d/p/82-core-handle-device-removal.patch - d/p/83-dnsmasq-send-no-config-file-instead-of-a-bogus-one.patch + * Update debian/libnm-glib2.symbols and debian/libnm-util1.symbols. -- Michael Biebl <biebl@debian.org> Fri, 18 Mar 2011 20:18:32 +0100 diff --git a/debian/libnm-glib2.symbols b/debian/libnm-glib2.symbols index 43ca6da1..1a633d4f 100644 --- a/debian/libnm-glib2.symbols +++ b/debian/libnm-glib2.symbols @@ -60,6 +60,7 @@ libnm-glib.so.2 libnm-glib2 #MINVER# nm_device_ethernet_new@Base 0.7.999 nm_device_get_capabilities@Base 0.7.999 nm_device_get_dhcp4_config@Base 0.7.999 + nm_device_get_dhcp6_config@Base 0.8.3.998 nm_device_get_driver@Base 0.7.999 nm_device_get_firmware_missing@Base 0.8.2 nm_device_get_iface@Base 0.7.999 @@ -86,6 +87,10 @@ libnm-glib.so.2 libnm-glib2 #MINVER# nm_dhcp4_config_get_options@Base 0.7.999 nm_dhcp4_config_get_type@Base 0.7.999 nm_dhcp4_config_new@Base 0.7.999 + nm_dhcp6_config_get_one_option@Base 0.8.3.998 + nm_dhcp6_config_get_options@Base 0.8.3.998 + nm_dhcp6_config_get_type@Base 0.8.3.998 + nm_dhcp6_config_new@Base 0.8.3.998 nm_exported_connection_get_type@Base 0.7.999 nm_exported_connection_new@Base 0.7.999 nm_gsm_device_get_type@Base 0.7.999 diff --git a/debian/libnm-util1.symbols b/debian/libnm-util1.symbols index 30905787..3ee4b65a 100644 --- a/debian/libnm-util1.symbols +++ b/debian/libnm-util1.symbols @@ -3,6 +3,7 @@ libnm-util.so.1 libnm-util1 #MINVER# nm_connection_clear_secrets@Base 0.7.0 nm_connection_compare@Base 0.7.0 nm_connection_create_setting@Base 0.7.0 + nm_connection_diff@Base 0.8.3.998 nm_connection_dump@Base 0.7.0 nm_connection_duplicate@Base 0.7.0 nm_connection_error_get_type@Base 0.7.0 @@ -162,6 +163,7 @@ libnm-util.so.1 libnm-util1 #MINVER# nm_setting_connection_get_type@Base 0.7.0 nm_setting_connection_get_uuid@Base 0.7.0 nm_setting_connection_new@Base 0.7.0 + nm_setting_diff@Base 0.8.3.998 nm_setting_duplicate@Base 0.7.0 nm_setting_enumerate_values@Base 0.7.0 nm_setting_error_get_type@Base 0.7.0 |