summary refs log tree commit diff
AgeCommit message (Collapse)Author
2011-04-09Release version 0.8.998-1 to experimental debian/0.8.998-1Michael Biebl
2011-04-09Bump Standards-Version to 3.9.2. No further changes.Michael Biebl
2011-04-09Enable gobject introspection supportMichael Biebl
- Add Build-Depends on libgirepository1.0-dev (>= 0.9.12), gobject-introspection (>= 0.9.12-4~), gir1.2-glib-2.0 and gir1.2-freedesktop. - Add package gir1.2-networkmanager-1.0 containing the typelib files. - Add Depends on gir1.2-networkmanager-1.0 (= ${binary:Version}) to libnm-glib-dev and libnm-util-dev according to the new policy. - Install gir files in libnm-glib-dev.install and libnm-util-dev.install. - Call dh_girepository for libnm-glib4 and libnm-util2 in debian/rules.
2011-04-09Update install files.Michael Biebl
- Drop static libraries from *-dev packages. - Install new header files for libnm-glib-dev. - Install network-manager gtk-doc documentation. - Drop keyfile plugin, it is now built into the core.
2011-04-09Update *.symbols files.Michael Biebl
2011-04-09Update debian/control.Michael Biebl
2011-04-09 * SONAME bump for libnm-glib (2→4) and libnm-util (1→2)Michael Biebl
- Rename *.install and *.symbols files.
2011-04-09Update package dependenciesMichael Biebl
- 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.
2011-04-09Refresh debian/patches/02-dbus_access_network_manager.patch.Michael Biebl
2011-04-09Update Build-DependsMichael Biebl
* debian/control - Bump Build-Depends on libglib2.0-dev to (>= 2.22). - Bump Build-Depends on libudev-dev to (>= 147).
2011-04-09New major upstream release (0.9 rc1).Michael Biebl
- 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).
2011-04-08Merge commit 'upstream/0.8.998' into experimentalMichael Biebl
2011-04-08Imported Upstream version 0.8.998 upstream/0.8.998Michael Biebl
2011-04-08Switch branch to experimentalMichael Biebl
2011-04-04Release version 0.8.3.999-1 to unstable debian/0.8.3.999-1Michael Biebl
2011-04-04Use dh_installinit -R instead of -r and stopping manually in postinst.Michael Biebl
2011-04-04Update debian/watch, switch to bzip2.Michael Biebl
2011-04-04New upstream release (0.8.4 rc2).Michael Biebl
2011-04-04Merge commit 'upstream/0.8.3.999'Michael Biebl
2011-04-04Imported Upstream version 0.8.3.999 upstream/0.8.3.999Michael Biebl
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