| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- Rename *.install and *.symbols files.
|
|
- Bump Breaks against other network-manager-* packages to avoid partial
upgades.
- Bump Depends on wpasuplicant to (>= 0.7.3-1) for the new wpasupplicant
D-Bus interface.
|
|
|
|
* debian/control
- Bump Build-Depends on libglib2.0-dev to (>= 2.22).
- Bump Build-Depends on libudev-dev to (>= 147).
|
|
- Support for fast user switching. (Closes: #563560)
- API simplification. User settings have been merged into the core daemon,
i.e. system connections by default. Secrets are provided by so called
secret agents which can be either system wide or user specific (e.g. VPN
passwords).
- Support for WiMaX (currently disabled as the WiMaX SDK is not packaged
yet).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- d/p/40-umanaged-interfaces.patch
- d/p/50-bridge-interfaces.patch
- d/p/51-normalized-keys.patch
- d/p/60-policy-stop-touching-etc-hosts.patch
- d/p/70-install-nm-online.patch
- d/p/80-keyfile-ignore-temporary-files.patch
- 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
|
|
|
|
|
|
Don't mix code and declaration.
|
|
Urgency medium for the RC and dnsmasq bug fixes.
|
|
* debian/patches/51-normalized-keys.patch
- Normalize keys in ifupdown parser, so we accept options with either
hyphens or underscores, like e.g. bridge_ports and bridge-ports.
(Closes: #609831)
|
|
* debian/ifblacklist_migrate.sh
- Only comment out iface lines if we have an exact match for the network
interface. (Closes: #612247)
|
|
to avoid partial upgrades which can lead to problems with user settings
for ethernet connections. (Closes: #612291)
|
|
|
|
* debian/patches/83-dnsmasq-send-no-config-file-instead-of-a-bogus-one.patch
- Newer versions of dnsmasq validate the option parameters more strictly.
Instead of passing a bogus file name simply use --conf-file without
additional parameters. (Closes: #615082)
|
|
|
|
|
|
|
|
when properties are unreadable. (Closes: #605570)
|
|
|
|
|
|
- Install NetworkManager.service unit file in /lib/systemd/system.
- Add --with-systemdsystemunitdir=/lib/systemd/system to configure flags.
- Add debian/patches/03-systemd.patch containing Debian specific tweaks for
the NetworkManager.service unit file.
|
|
It has been unused since 0.7.x.
|
|
- Drop Build-Depends on cdbs.
- Bump Build-Depends on debhelper to (>= 7.0.50~) for override targets.
- Convert debian/rules to use dh.
- Add debian/network-manager.docs.
|
|
|
|
Cherry-pick two patches from upstream Git to make the keyfile plugin ignore
temporary files and be more quiet when re-reading connections which have not
changed.
|
|
|
|
|
|
|
|
* debian/patches/60-policy-stop-touching-etc-hosts.patch
- Stop touching /etc/hosts. Rely on the debian installer to setup
/etc/hosts so the hostname is resolvable. Patch cherry-picked from
upstream Git.
|
|
|
|
|
|
* debian/patches/02-dbus_access_network_manager.patch
- Update policy for group netdev based on upstream changes for at_console.
|
|
* debian/network-manager.install
- Install nm-online binary.
|
|
|
|
Conflicts:
debian/changelog
debian/patches/series
|
|
|
|
* debian/patches/50-bridge-interfaces.patch
- Parse bridge configurations in /etc/network/interfaces and add
interfaces defined via bridge_ports to well_known_interfaces. This
allows to mark those interfaces as unmanaged if managed=false.
The "all" keyword and regexes are not supported and simply skipped.
(Closes: #530335)
|
|
* debian/patches/40-umanaged-interfaces.patch
- For devices to be marked unmanaged, do not require a valid connection
configuration. (Closes: #569215)
|