diff options
author | Colin Watson <cjwatson@debian.org> | 2007-06-27 16:55:16 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-06-27 16:55:16 +0000 |
commit | dfd974ae0cd73b174f1f99831a0a145bc4867647 (patch) | |
tree | dd5589f1cbd91e5ce942e0e9b3815ebff4c61ad4 /debian/changelog | |
parent | f4fd50842acd45c85c90f1c2a31c5d0f3059744e (diff) |
* Fix broken switch fallthrough when SELinux is running in permissive mode
(closes: #430838).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e8c9e4ba9..421434c38 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,6 +1,8 @@ | |||
1 | openssh (1:4.6p1-3) UNRELEASED; urgency=low | 1 | openssh (1:4.6p1-3) UNRELEASED; urgency=low |
2 | 2 | ||
3 | * Only build PIE executables on Linux and NetBSD (closes: #430455). | 3 | * Only build PIE executables on Linux and NetBSD (closes: #430455). |
4 | * Fix broken switch fallthrough when SELinux is running in permissive mode | ||
5 | (closes: #430838). | ||
4 | 6 | ||
5 | -- Colin Watson <cjwatson@debian.org> Tue, 26 Jun 2007 09:56:40 +0100 | 7 | -- Colin Watson <cjwatson@debian.org> Tue, 26 Jun 2007 09:56:40 +0100 |
6 | 8 | ||