summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-03-24 13:35:48 +0100
committerMichael Biebl <biebl@debian.org>2012-03-24 13:40:00 +0100
commitebfb7807d818d4a10691395a805d3915f66b5fff (patch)
treebb9f1057ffd7f4a660a573a8062e9cf2795852cc
parent26a7936d86b996aa7ddc0a3ff4a3bdc2d366d962 (diff)
Close bugs fixed by the new upstream release.
- IP configuration is now non-blocking; waiting for IPv6 RA no longer blocks the device from activating if IPv4 is ready and vice versa. (Closes: #653076) - Set the correct default route for IPv6. (Closes: #657109)
-rw-r--r--debian/changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f369456c..b8a2ad5f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,17 @@
network-manager (0.9.4.0-1) UNRELEASED; urgency=low
* New upstream release.
+ - IP configuration is now non-blocking; waiting for IPv6 RA no longer
+ blocks the device from activating if IPv4 is ready and vice versa.
+ (Closes: #653076)
+ - Set the correct default route for IPv6. (Closes: #657109)
* debian/patches/04-ifupdown-support-dns-search-entries.patch: Removed,
merged upstream.
* debian/patches/10-format-security.patch: Fix format string vulnerability
by using g_set_error_literal().
* Refresh patches.
- -- Michael Biebl <biebl@debian.org> Sat, 24 Mar 2012 13:17:55 +0100
+ -- Michael Biebl <biebl@debian.org> Sat, 24 Mar 2012 13:21:42 +0100
network-manager (0.9.2.0-2) unstable; urgency=low