diff options
| author | Michael Biebl <biebl@teco.edu> | 2006-05-15 22:12:13 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@teco.edu> | 2006-05-15 22:12:13 +0000 |
| commit | 35c2556dbd2c86a6adbf1657cb7c54de20aea56b (patch) | |
| tree | 2252fc7827bb935fa53c94eba7a40ca95069634c /debian/network-manager.NEWS | |
| parent | caaa00c14e74b82528bde834cbfd1216dc339696 (diff) | |
Add the NEWS.Debian file only to the network-manager package
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@840 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/network-manager.NEWS')
| -rw-r--r-- | debian/network-manager.NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/network-manager.NEWS b/debian/network-manager.NEWS new file mode 100644 index 00000000..0c0f4d7a --- /dev/null +++ b/debian/network-manager.NEWS @@ -0,0 +1,17 @@ +network-manager (0.6.2-2) unstable; urgency=low + + * NetworkManager now reads the network interface configuration specified in + /etc/network/interfaces. Devices that are listed there and match certain + criteria are *not* managed by NetworkManager anymore. + For more on information on what these criteria are please read + /usr/share/doc/network-manager/README.Debian, section "Configuration". + This means that if NetworkManager stops to manage one of your network + devices with this release but you want NetworkManager to take care of this + device, simply remove the device configuration from + /etc/network/interfaces. + This also means that you can now setup a custom configuration without + NetworkManager overriding this setting. E.g. you might setup your wired + network interface eth0 statically in /etc/network/interfaces and for your + wireless network device wlan0 you can let NetworkManager handle it. + + -- Michael Biebl <biebl@teco.edu> Wed, 10 May 2006 22:51:18 +0200 |