diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-05-26 14:25:02 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-05-26 14:25:02 +0000 |
commit | 6c3cd2d07abfd875af4369d0ae9e48af36e625b3 (patch) | |
tree | e3572df15d8fb749493caa6ad2da020c0d6a738d /eclass/ChangeLog | |
parent | Add ~x86 keyword (diff) | |
download | gentoo-2-6c3cd2d07abfd875af4369d0ae9e48af36e625b3.tar.gz gentoo-2-6c3cd2d07abfd875af4369d0ae9e48af36e625b3.tar.bz2 gentoo-2-6c3cd2d07abfd875af4369d0ae9e48af36e625b3.zip |
Update on SELinux eclass, introducing support for user-provided policies and fix loading logic of SELinux modules (bugs #414599 and #414017)
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 1030c99e00a0..54b8af39096b 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.269 2012/05/26 09:46:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.270 2012/05/26 14:25:02 swift Exp $ + + 26 May 2012; <swift@gentoo.org> selinux-policy-2.eclass: + Introducing support for user-provided policies, fix loading logic to retry + with all modules (bug #414599, #414017) 26 May 2012; Michał Górny <mgorny@gentoo.org> python-distutils-ng.eclass: Fix double hashbang in installed scripts. Patch by Krzysztof Pawlik, modified |