diff options
| -rw-r--r-- | debian/changelog | 57 |
1 files changed, 43 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog index 1a1245c7..78460721 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,28 +28,57 @@ network-manager (0.7.0~svn4191-1) experimental; urgency=low * debian/rules: Use list-missing [ Michael Biebl ] - * Drop patches which are either obsolete, merged upstream or not yet ported - - 01-supplicant_timeout.patch - - 13-validate_mac_addr.patch - * debian/patches/05-debian_backend.patch - - Updated for 0.7. + * Drop obsolete patches + - debian/patches/01-supplicant_timeout.patch (obsolete) + - debian/patches/05-debian_backend.patch (obsolete, relevant changes + merged upstream) + - debian/patches/06-dispatch_more_events.patch (no longer applies) + - debian/patches/07-domain_search.patch (merged upstream) + - debian/patches/08-hal_deprecated_keys.patch( merged upstream) + - debian/patches/13-validate_mac_addr.patch (merged upstream) * debian/patches/02-dbus_access_network_manager.patch - Updated for 0.7. - * debian/control: Updated dependencies and build-depends + * debian/control: + - Add Build-Depends on uuid-dev, libgnutls-dev, libpolkit-dbus-dev, + ppp-dev and quilt. + - Drop Build-Depends on libgnome-keyring-dev, libgnomeui-dev, + libglade2-dev, libgconf2-dev, libnotify-dev, docbook-to-man and iproute. + - Bump Build-Depends on libdbus-glib-1-dev to (>= 0.75). + - Drop Depends on dhcdbd (dhcdbd is dead) and iproute. + - Bump Depends on lsb-base to (>= 3.2-14) which provides status_of_proc(). + - Bump Depends on dbus to (>= 1.1.2) for system bus activation support. + - Add Recommends on policykit, which is required if you want to manage + system connections. + - Add Suggests avahi-autoipd for IPv4LL support. + * Switch to quilt patch management system. * debian/rules: - - Switch to quilt as a patch system - - Update for the 0.7 build - * debian/copyright: Updated + - Set libexecdir to /usr/lib/NetworkManager, so NetworkManager can + automatically find the VPN plugins. + - Add support for resolvconf. + - Enable GnuTLS crypto support. + - Remove nm-vpn-properties bits. * debian/nm-vpn-properties.sgml: Dropped, obsolete - * debian/watch: Updated to match both the current 0.6 and the upcoming 0.7 - series + * debian/copyright: Revised and updated * debian/network-manager.postrm: Relevant code moved to preinst - * debian/network-manager.network-manager-dispatcher.init: Dropped, obsolete + * debian/network-manager.preinst: + - Stop old network-manager-dispatcher on upgrades and remove the init + script and the start symlinks. + * debian/network-manager.network-manager-dispatcher.init: + - Dropped, obsolete. + The dispatcher functionality is now provided by a D-Bus activated system + service which is started on demand. + * debian/network-manager.init + - Remove dhdbd from Required-Start and Required-Stop in the LSB header. + - Remove check for /sbin/ip. + - Add "status" action. * debian/*.install: Updated - * debian/*.symbols: Added + * debian/*.symbols: + - Add symbols files for all libraries for improved shlibs handling. + * debian/nm-system-settings.conf: + - Ship a default configuration for the system settings service. Enable the + ifupdown (legacy ro support) and keyfile (rw) plugin. [ Sjoerd Simons ] - * debian/control: Add build-depend on uuid-dev * Update the various symbols files * Update to current svn |