Merge lp://staging/~jm-leddy/network-manager/quirk-lenovo-b480 into lp://staging/network-manager

Proposed by James M. Leddy
Status: Needs review
Proposed branch: lp://staging/~jm-leddy/network-manager/quirk-lenovo-b480
Merge into: lp://staging/network-manager
Diff against target: 10883 lines (+10509/-0)
74 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/NetworkManager.conf (+6/-0)
debian/README.source (+89/-0)
debian/changelog (+4359/-0)
debian/compat (+1/-0)
debian/control (+242/-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 (+234/-0)
debian/libnm-util-dev.install (+10/-0)
debian/libnm-util2.install (+1/-0)
debian/libnm-util2.symbols (+538/-0)
debian/network-manager-dev.install (+5/-0)
debian/network-manager-dispatcher.script (+54/-0)
debian/network-manager.NEWS (+17/-0)
debian/network-manager.README.Debian (+70/-0)
debian/network-manager.dirs (+3/-0)
debian/network-manager.dnsmasq (+4/-0)
debian/network-manager.docs (+3/-0)
debian/network-manager.install (+24/-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/50_gettext_macros.patch (+14/-0)
debian/patches/70_lp145653_no_sigaction_for_crashes.patch (+37/-0)
debian/patches/add-veth-support.diff (+57/-0)
debian/patches/add_sendsigs_omissions.patch (+43/-0)
debian/patches/adhoc_use_wpa_rsn_part1.patch (+189/-0)
debian/patches/adhoc_use_wpa_rsn_part2.patch (+641/-0)
debian/patches/dhcpv6-duid-support.patch (+562/-0)
debian/patches/dns-dnsmasq-interface-and-dbus-path.patch (+101/-0)
debian/patches/dnsmasq-dbus-updates.patch (+649/-0)
debian/patches/dnsmasq-vpn-dns-filtering.patch (+90/-0)
debian/patches/enable-ipv6-privacy.patch (+20/-0)
debian/patches/fix-vapigen-detection.patch (+39/-0)
debian/patches/git_kernel_ipv6_default_route_77de91e.patch (+121/-0)
debian/patches/git_remove_ifpppstatsreq_6b64e4d.patch (+42/-0)
debian/patches/libnl3-cache-args.patch (+22/-0)
debian/patches/lp1025498_link-local_dns_with_null_iface.patch (+26/-0)
debian/patches/lp120363_smartcard_pkcs11.patch (+726/-0)
debian/patches/lp191889_always_offline_with_unmanaged_devices.patch (+21/-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/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 (+107/-0)
debian/patches/nm-change-dnsmasq-parameters.diff (+26/-0)
debian/patches/nm-ipv6-route-cache.patch (+24/-0)
debian/patches/quirk_lenovo_B470e_antenna.patch (+50/-0)
debian/patches/quit_dhclient_on_exit.patch (+67/-0)
debian/patches/send_hostname_for_default_connection.patch (+102/-0)
debian/patches/series (+24/-0)
debian/patches/whoopsie-daisy-dbus-support.patch (+36/-0)
debian/rules (+142/-0)
debian/source/format (+1/-0)
debian/source_network-manager.py (+82/-0)
debian/tests/control (+3/-0)
debian/tests/dnsmasq (+55/-0)
debian/tests/nm (+74/-0)
debian/watch (+3/-0)
To merge this branch: bzr merge lp://staging/~jm-leddy/network-manager/quirk-lenovo-b480
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+138319@code.staging.launchpad.net
To post a comment you must log in.

Unmerged revisions

614. By James M. Leddy

debian/patches/quirk_lenovo_B470e_antenna.patch: Fix a quirk with the
Lenovo B470e in which only one of the antennas works (LP: #1061924)

613. By Mathieu Trudel-Lapierre

releasing version 0.9.6.0+git201211131441.e9e2c56-0ubuntu3

612. By Mathieu Trudel-Lapierre

debian/patches/send_hostname_for_default_connection.patch: always send
the hostname to the DHCP server if we're activating a default, automatic
wired connection. (LP: #1084064)

611. By Mathieu Trudel-Lapierre

releasing version 0.9.6.0+git201211131441.e9e2c56-0ubuntu2

610. By Mathieu Trudel-Lapierre

debian/rules: give tests (run by dbus-test-runner) a timeout of 5 minutes.

609. By Mathieu Trudel-Lapierre

releasing version 0.9.6.0+git201211131441.e9e2c56-0ubuntu1

608. By Mathieu Trudel-Lapierre

* debian/patches/dhcpv6-duid-support.patch:
  - refresh patch to properly apply to git master.
  - Fix some logic issues when failing to open a default lease file.

607. By Mathieu Trudel-Lapierre

nm_utils_ap_mode_security_valid@Base

606. By Mathieu Trudel-Lapierre

debian/tests/dnsmasq: bump delay after setting up dnsmasq to 30 seconds, to
give enough time to NM to settle down and be connected.

605. By Mathieu Trudel-Lapierre

* debian/libnm-glib4.symbols: add:
  + nm_device_bond_get_slaves@Base

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: