diff options
| author | Laurent Bigonville <bigon@bigon.be> | 2013-10-26 13:47:12 +0200 |
|---|---|---|
| committer | Laurent Bigonville <bigon@bigon.be> | 2013-10-26 13:49:20 +0200 |
| commit | 42692a769e8221dffce7dfa95ecd5ce640a92d47 (patch) | |
| tree | fbb7a00493aa0b81958edf1565ed5b5c46e94d26 | |
| parent | 2cd21e277eb6a5ccbb1fa6e78800457b87d84bbe (diff) | |
debian/libnm-glib4.symbols: Add the new symbols exported for connectivity checking support
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/libnm-glib4.symbols | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d9da2fe1..12fed439 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ network-manager (0.9.8.8-1) UNRELEASED; urgency=low * debian/control: Use canonical URL for the VCS fields * debian/control, debian/rules: Enable connectivity checking support (Closes: #691790) + * debian/libnm-glib4.symbols: Add the new symbols exported for connectivity + checking support -- Sjoerd Simons <sjoerd@debian.org> Fri, 25 Oct 2013 21:25:59 +0200 diff --git a/debian/libnm-glib4.symbols b/debian/libnm-glib4.symbols index 36954a2e..13601fe2 100644 --- a/debian/libnm-glib4.symbols +++ b/debian/libnm-glib4.symbols @@ -30,14 +30,20 @@ libnm-glib.so.4 libnm-glib4 #MINVER# nm_active_connection_new@Base 0.7.999 nm_client_activate_connection@Base 0.7.999 nm_client_add_and_activate_connection@Base 0.8.998 + nm_client_check_connectivity@Base 0.9.8.8 + nm_client_check_connectivity_async@Base 0.9.8.8 + nm_client_check_connectivity_finish@Base 0.9.8.8 nm_client_deactivate_connection@Base 0.7.999 + nm_client_get_activating_connection@Base 0.9.8.8 nm_client_get_active_connections@Base 0.7.999 + nm_client_get_connectivity@Base 0.9.8.8 nm_client_get_device_by_iface@Base 0.9.0 nm_client_get_device_by_path@Base 0.7.999 nm_client_get_devices@Base 0.7.999 nm_client_get_logging@Base 0.9.7.995 nm_client_get_manager_running@Base 0.7.999 nm_client_get_permission_result@Base 0.8.2 + nm_client_get_primary_connection@Base 0.9.8.8 nm_client_get_state@Base 0.7.999 nm_client_get_type@Base 0.7.999 nm_client_get_version@Base 0.8.998 |