about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2011-03-18Release version 0.8.3.998-1 to unstable debian/0.8.3.998-1Michael Biebl
2011-03-18Update debian/network-manager-dev.install, install nm-version.h.Michael Biebl
2011-03-18Update debian/libnm-glib2.symbols and debian/libnm-util1.symbols.Michael Biebl
2011-03-18Close a few bugsMichael Biebl
2011-03-18Remove patches (merged upstream)Michael Biebl
- 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
2011-03-18New upstream release (0.8.4 rc1).Michael Biebl
2011-03-18Merge commit 'upstream/0.8.3.998'Michael Biebl
2011-03-18Imported Upstream version 0.8.3.998 upstream/0.8.3.998Michael Biebl
2011-03-07Bump debhelper compatibility level to 8.Michael Biebl
2011-03-07Fix build failure with more-warnings enabledMichael Biebl
Don't mix code and declaration.
2011-03-06Release version 0.8.2-6 to unstable debian/0.8.2-6Michael Biebl
Urgency medium for the RC and dnsmasq bug fixes.
2011-03-06Normalize keys in ifupdown parser.Michael Biebl
* 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)
2011-03-06Properly quote physical interfaces in blacklist scriptMichael Biebl
* debian/ifblacklist_migrate.sh - Only comment out iface lines if we have an exact match for the network interface. (Closes: #612247)
2011-03-06Bump Breaks against network-manager-gnome to (<< 0.8.2)Michael Biebl
to avoid partial upgrades which can lead to problems with user settings for ethernet connections. (Closes: #612291)
2011-03-06Remove old Conflicts/Replaces which were required for upgrades to squeeze.Michael Biebl
2011-03-06dnsmasq: Use --conf-file without additional parameterMichael Biebl
* 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)
2011-02-06Release version 0.8.2-5 to unstable debian/0.8.2-5Michael Biebl
2011-02-06Upload to unstable.Michael Biebl
2011-01-22Release version 0.8.2-4 to experimental debian/0.8.2-4Michael Biebl
2011-01-22Cherry-pick patch from upstream to correctly handle device removalMichael Biebl
when properties are unreadable. (Closes: #605570)
2010-12-27Use pristine-tarMichael Biebl
2010-12-22Release version 0.8.2-3 to experimental debian/0.8.2-3Michael Biebl
2010-12-22Enable systemd supportMichael Biebl
- 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.
2010-12-22Delete old 20-manual_means_always_online.patch patchMichael Biebl
It has been unused since 0.7.x.
2010-12-22Switch from cdbs to dhMichael Biebl
- 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.
2010-12-22Install manpages using dh_installMichael Biebl
2010-12-22Cherry-pick keyfile fixes from upstream GitMichael Biebl
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.
2010-12-18Release version 0.8.2-2 to experimental debian/0.8.2-2Michael Biebl
2010-12-18Fix installation of nm-online.Michael Biebl
2010-12-18Release version 0.8.2-1 to experimental debian/0.8.2-1Michael Biebl
2010-12-18Stop touching /etc/hosts.Michael Biebl
* 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.
2010-12-05Add DEP-3 patch headerMichael Biebl
2010-12-05Install nm-online man page.Michael Biebl
2010-12-05Update policy for group netdev based on upstream changes for at_console.Michael Biebl
* debian/patches/02-dbus_access_network_manager.patch - Update policy for group netdev based on upstream changes for at_console.
2010-12-05Install nm-online binary.Michael Biebl
* debian/network-manager.install - Install nm-online binary.
2010-12-05Refresh patchesMichael Biebl
2010-12-05Merge branch 'master' into experimentalMichael Biebl
Conflicts: debian/changelog debian/patches/series
2010-12-04Release version 0.8.1-6 to unstable debian/0.8.1-6Michael Biebl
2010-12-04Allow to unmanage bridge portsMichael Biebl
* 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)
2010-12-04Do not require a valid connection for devices to be marked unmanaged.Michael Biebl
* debian/patches/40-umanaged-interfaces.patch - For devices to be marked unmanaged, do not require a valid connection configuration. (Closes: #569215)
2010-12-01Remove pre-lenny conffile upgrade code.Michael Biebl
* debian/network-manager.preinst - Remove pre-lenny conffile upgrade code.
2010-11-30Create /etc/NetworkManager/system-connections/ directoryMichael Biebl
Upstream build system no longer creates it for us.
2010-11-30Make sure gtk-doc API documentation is builtMichael Biebl
- Add Build-Depends on gtk-doc-tools. - Add --with-docs configure option.
2010-11-30Update symbols files for new API additions.Michael Biebl
2010-11-29Add git-buildpackage config file and set debian-branch to experimentalMichael Biebl
2010-11-29Remove patches, merged upstreamMichael Biebl
- debian/patches/10-dont_require_ifup_for_lo.patch - debian/patches/30-typo_fix.patch
2010-11-29New upstream release.Michael Biebl
- Set timestamp for system connections. (Closes: #509817)
2010-11-29Merge commit 'upstream/0.8.2' into experimentalMichael Biebl
2010-11-29Imported Upstream version 0.8.2 upstream/0.8.2Michael Biebl
2010-11-29Release version 0.8.1-5 to unstable debian/0.8.1-5Michael Biebl