1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
# ChangeLog for dev-python/python-selinux
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.15 2004/03/16 03:39:36 pebenito Exp $
*python-selinux-2.12 (15 Mar 2004)
15 Mar 2004; Chris PeBenito <pebenito@gentoo.org>
python-selinux-2.12.ebuild, files/python-selinux-2.12.c.bz2:
New release. Fixes for newer is_selinux_enabled() behavior.
06 Dec 2003; Chris PeBenito <pebenito@gentoo.org>
python-selinux-2.10.ebuild:
Add missing python DEP. Fix to use python eclass, to work with different
versions of python.
*python-selinux-2.10 (20 Nov 2003)
20 Nov 2003; Chris PeBenito <pebenito@gentoo.org>
python-selinux-2.10.ebuild, files/python-selinux-2.10.c.bz2:
Revision of error handling. Now it will work correctly if SELinux happens to
be disabled.
*python-selinux-2.9 (13 Nov 2003)
13 Nov 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.8.ebuild,
python-selinux-2.9.ebuild:
fixed symlink problem maybe
*python-selinux-2.8 (09 Nov 2003)
09 Nov 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.8.ebuild:
fixed getfilecon() error handling
29 Oct 2003; Joshua Brindle <method@gentoo.org> python-selinux-1.2.ebuild,
python-selinux-1.2.ebuild, python-selinux-2.7.ebuild:
made 2.7 x86, ppc, sparc stable
13 Oct 2003; Chris PeBenito <pebenito@gentoo.org> python-selinux-2.7.ebuild:
Make the ebuild fail if the compile fails.
*python-selinux-2.7 (13 Oct 2003)
13 Oct 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.6.ebuild,
python-selinux-2.6.ebuild, python-selinux-2.7.ebuild:
major fixes, doesn't use shutil for copies anymore
*python-selinux-2.6 (06 Oct 2003)
06 Oct 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.5.ebuild,
python-selinux-2.5.ebuild, python-selinux-2.6.ebuild:
fixed file in use problem
*python-selinux-2.5 (02 Oct 2003)
02 Oct 2003; Joshua Brindle <method@gentoo,org> python-selinux-2.5.ebuild:
new api version
*python-selinux-1.2 (29 Jul 2003)
29 Jul 2003; Joshua Brindle <method@gentoo.org> python-selinux-1.2.ebuild:
new version that throws correct exception
*python-selinux-1.1 (29 Jul 2003)
29 Jul 2003; Joshua Brindle <method@gentoo.org> python-selinux-1.1.ebuild:
fixed it so that it will throw an exception on load if no selinux kernel
*python-selinux-1.0-r1 (09 Jul 2003)
09 Jul 2003; Joshua Brindle <method@gentoo.org>
python-selinux-1.0-r1.ebuild:
wow, what was i thinking with that ebuild, this one should really work
*python-selinux-1.0 (03 Jul 2003)
03 Jul 2003; Joshua Brindle <method@gentoo.org> python-selinux-1.0.ebuild:
Initial commit, thanks to torbenh for writing this for us :)
|