Merge lp://qastaging/~cyphermox/network-manager/accesspoint-scan-last-seen into lp://qastaging/network-manager

Proposed by Mathieu Trudel-Lapierre
Status: Superseded
Proposed branch: lp://qastaging/~cyphermox/network-manager/accesspoint-scan-last-seen
Merge into: lp://qastaging/network-manager
Diff against target: 18942 lines (+18438/-0)
100 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/NetworkManager.conf (+6/-0)
debian/README.source (+89/-0)
debian/changelog (+5110/-0)
debian/compat (+1/-0)
debian/control (+246/-0)
debian/copyright (+49/-0)
debian/debug-helper.py (+61/-0)
debian/gbp.conf (+3/-0)
debian/gir1.2-networkmanager-1.0.install (+1/-0)
debian/ifblacklist_migrate.sh (+45/-0)
debian/libnm-glib-dev.install (+19/-0)
debian/libnm-glib-vpn-dev.install (+4/-0)
debian/libnm-glib-vpn1.install (+1/-0)
debian/libnm-glib-vpn1.symbols (+24/-0)
debian/libnm-glib4.install (+1/-0)
debian/libnm-glib4.symbols (+252/-0)
debian/libnm-util-dev.install (+10/-0)
debian/libnm-util2.install (+1/-0)
debian/libnm-util2.symbols (+561/-0)
debian/network-manager-dev.install (+5/-0)
debian/network-manager-dispatcher.script (+50/-0)
debian/network-manager.NEWS (+17/-0)
debian/network-manager.README.Debian (+70/-0)
debian/network-manager.dirs (+4/-0)
debian/network-manager.dnsmasq (+4/-0)
debian/network-manager.docs (+3/-0)
debian/network-manager.init (+83/-0)
debian/network-manager.install (+28/-0)
debian/network-manager.links (+1/-0)
debian/network-manager.maintscript (+2/-0)
debian/network-manager.manpages (+2/-0)
debian/network-manager.postinst (+41/-0)
debian/network-manager.postrm (+42/-0)
debian/network-manager.preinst (+33/-0)
debian/network-manager.prerm (+14/-0)
debian/network-manager.upstart (+24/-0)
debian/patches/add-veth-support.diff (+66/-0)
debian/patches/add_ofono_settings_support.patch (+1328/-0)
debian/patches/add_ofono_support.patch (+2152/-0)
debian/patches/add_sendsigs_omissions.patch (+40/-0)
debian/patches/adhoc_use_wpa_rsn_part1.patch (+189/-0)
debian/patches/adhoc_use_wpa_rsn_part2.patch (+636/-0)
debian/patches/android_rfkill_bypass.patch (+27/-0)
debian/patches/ap_publish_last_seen.patch (+250/-0)
debian/patches/bridge_ignore_without_connections.patch (+85/-0)
debian/patches/connectivity_check_default_interval.patch (+88/-0)
debian/patches/dns-dnsmasq-interface-and-dbus-path.patch (+101/-0)
debian/patches/dnsmasq-dbus-updates.patch (+661/-0)
debian/patches/dnsmasq-vpn-dns-filtering.patch (+85/-0)
debian/patches/dont-check-secrets-for-ofono.patch (+41/-0)
debian/patches/enable-ipv6-privacy.patch (+20/-0)
debian/patches/fix-vapigen-detection.patch (+25/-0)
debian/patches/git_agent_removing_requests_b2312d4.patch (+120/-0)
debian/patches/git_default_route_active_device_9820258.patch (+127/-0)
debian/patches/git_disp_logging_crash_aca907f.patch (+82/-0)
debian/patches/git_fix_shadowed_var_abe208e.patch (+34/-0)
debian/patches/git_kernel_ipv6_default_route_77de91e.patch (+121/-0)
debian/patches/git_remove_ifpppstatsreq_6b64e4d.patch (+42/-0)
debian/patches/git_segfault_nmagentmanager_3227cf0.patch (+25/-0)
debian/patches/ignore_ipv6_set_peer_nosupport.patch (+28/-0)
debian/patches/ignore_rfkill_if_urfkill_is_present.patch (+611/-0)
debian/patches/ignore_rmnet_devices.patch (+21/-0)
debian/patches/lp1025498_link-local_dns_with_null_iface.patch (+26/-0)
debian/patches/lp1099983_ignore-p2p-wifi-devices.patch (+22/-0)
debian/patches/lp120363_smartcard_pkcs11.patch (+726/-0)
debian/patches/lp191889_always_offline_with_unmanaged_devices.patch (+25/-0)
debian/patches/lp292054_tune_supplicant_timeout_60s.patch (+16/-0)
debian/patches/lp761558_default_ip6_setting_auto.patch (+15/-0)
debian/patches/lp859373_upgrade_policy_fix.patch (+23/-0)
debian/patches/lp912702_fix_multiple_dialogs.patch (+35/-0)
debian/patches/lp936712_dnsmasq_ip6_ns_ordering.patch (+39/-0)
debian/patches/lp949743_ensure_remoteconnection_disconnects_494f0a2.patch (+191/-0)
debian/patches/lp990011_use_tempaddr_sysctl_default.patch (+90/-0)
debian/patches/nm-change-dnsmasq-parameters.diff (+26/-0)
debian/patches/nm-ipv6-route-cache.patch (+24/-0)
debian/patches/nm-revert-core-dont-enumerate-unint-devices-udev.patch (+58/-0)
debian/patches/nm-source-stanza.patch (+207/-0)
debian/patches/nm-wired-no-secret-rerequest.patch (+72/-0)
debian/patches/ofono_mms_support.patch (+58/-0)
debian/patches/prioritize_3g_later.patch (+49/-0)
debian/patches/provisioning_wait_ofono_properties.patch (+459/-0)
debian/patches/quit_dhclient_on_exit.patch (+67/-0)
debian/patches/scan_done_signal.patch (+145/-0)
debian/patches/series (+42/-0)
debian/patches/track_ip_settings_post_connection.patch (+87/-0)
debian/patches/whoopsie-daisy-dbus-support.patch (+36/-0)
debian/rules (+173/-0)
debian/source/format (+1/-0)
debian/source_network-manager.py (+82/-0)
debian/tests/Makefile (+8/-0)
debian/tests/control (+20/-0)
debian/tests/dnsmasq (+76/-0)
debian/tests/fake-rfkill.c (+51/-0)
debian/tests/killswitches-no-urfkill (+48/-0)
debian/tests/network_test_base.py (+352/-0)
debian/tests/nm (+836/-0)
debian/tests/urfkill-integration (+98/-0)
debian/tests/wpa-dhclient (+238/-0)
debian/watch (+3/-0)
To merge this branch: bzr merge lp://qastaging/~cyphermox/network-manager/accesspoint-scan-last-seen
Reviewer Review Type Date Requested Status
Thomas Voß Pending
Review via email: mp+226663@code.qastaging.launchpad.net

This proposal has been superseded by a proposal from 2014-07-14.

Description of the change

Add last-seen property for APs, and signals for background scan termination.

To post a comment you must log in.
842. By Mathieu Trudel-Lapierre

Merge from parent

843. By Mathieu Trudel-Lapierre

Fix changelog

Unmerged revisions

843. By Mathieu Trudel-Lapierre

Fix changelog

842. By Mathieu Trudel-Lapierre

Merge from parent

841. By Mathieu Trudel-Lapierre

* debian/patches/ap_publish_last_seen.patch: make the last-seen property for
  an AP public, so we know how hold an AP is from introspection.
* debian/patches/scan_done_signal.patch: signal when a scan for new APs is
  completed.

840. By Mathieu Trudel-Lapierre

releasing package network-manager version 0.9.8.8-0ubuntu18

839. By Martin Pitt

releasing package network-manager version 0.9.8.8-0ubuntu17

838. By Martin Pitt

Merge Debian's init script, for compatibility with insserv.
(LP: #1323274)

837. By Martin Pitt

releasing package network-manager version 0.9.8.8-0ubuntu16

836. By Martin Pitt

debian/tests/wpa-dhclient: Fix IPv6 address regex harder.

835. By Mathieu Trudel-Lapierre

releasing package network-manager version 0.9.8.8-0ubuntu15

834. By Mathieu Trudel-Lapierre

debian/tests/wpa-dhclient: fix regex for IPv6 addresses.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: