summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog6
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