diff options
| author | Michael Biebl <biebl@debian.org> | 2008-12-16 07:55:37 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2008-12-16 07:55:37 +0000 |
| commit | a9bbe0d868fa4a7ab4047f24f8bf8424c7122cb0 (patch) | |
| tree | 0b9b2df32450b501583d9a3b9201b7f5ac464bf9 | |
| parent | 9b5b71fb2e35be89fe41de10d844f13c37713edb (diff) | |
Close bug reports that are fixed by this new upstream release.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@2660 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 15 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 78460721..3db5207d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,21 @@ network-manager (0.7.0-1) UNRELEASED; urgency=low + * New upstream release. (Closes: #446098) + - Allow connections before login (system connections). (Closes: #461831) + - Storing system connections via PolicyKit is working. (Closes: #504443) + - The nm-vpn-properties tool has been obsoleted by nm-connection-editor + from the network-manager-gnome package and thus removed from the + tarball. (Closes: #497108) + - Removed dependency on dhcdbd. (Closes: #478469) + - Improved communication between NM and wpasupplicant (over D-Bus) for + faster wireless connections. (Closes: #385647) + [ Sjoerd Simons ] - * New upstream release * debian/libnm-util0.symbols: Updated * debian/libnm-glib0.symbols: Updated * debian/patches/03-F3507g.patch - Added. Fix gsm support for Ericsson F3507g Mobile Broadband cards - * debian/control: Recommend ppp + * debian/control: Recommend ppp (Closes: #507842) [ Michael Biebl ] * debian/patches/04-ltversioning.patch @@ -64,7 +73,7 @@ network-manager (0.7.0~svn4191-1) experimental; urgency=low - 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. + - Dropped, obsolete. (Closes: #500085) The dispatcher functionality is now provided by a D-Bus activated system service which is started on demand. * debian/network-manager.init diff --git a/debian/control b/debian/control index a2a0759f..3184838f 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ Package: network-manager Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14), wpasupplicant (>= 0.6.2-1), dbus (>= 1.1.2), hal (>= 0.5.7.1), ifupdown, adduser Recommends: network-manager-gnome | network-manager-kde, policykit, ppp -Conflicts: network-manager-gnome (<< 0.6.5-1) Suggests: avahi-autoipd +Conflicts: network-manager-gnome (<< 0.6.5-1) Replaces: network-manager-gnome (<< 0.6.5-1) Description: network management framework daemon NetworkManager attempts to keep an active network connection available at all |