Version bumps for upstream push

This commit is contained in:
Eric Paris 2012-06-28 14:02:29 -04:00
parent da752cabb5
commit f05a71b92d
12 changed files with 54 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2.1.10 2012-06-28
* sepolgen: We need to support files that have a + in them
* Android/MacOS X build support
2.1.9 2012-03-28
* implement new default labeling behaviors for usr, role, range
* Fix dead links to www.nsa.gov/selinux

View File

@ -1 +1 @@
2.1.9
2.1.10

View File

@ -1,3 +1,17 @@
2.1.11 2012-06-28
* Fortify source now requires all code to be compiled with -O flag
* asprintf return code must be checked
* avc_netlink_recieve handle EINTR
* audit2why: silence -Wmissing-prototypes warning
* libsemanage: remove build warning when build swig c files
* matchpathcon: bad handling of symlinks in /
* seusers: remove unused lineno
* seusers: getseuser: gracefully handle NULL service
* New Android property labeling backend
* label_android_property whitespace cleanups
* additional makefile support for rubywrap
2.1.10 2012-03-28
* Fix dead links to www.nsa.gov/selinux
* Remove jump over variable declaration

View File

@ -1 +1 @@
2.1.10
2.1.11

View File

@ -1,3 +1,11 @@
2.1.8 2012-06-28
* remove build warning when build swig c files
* additional makefile support for rubywrap
* ignore 80 column limit for readability
* semanage_store: fix snprintf length argument by using asprintf
* Use default semanage.conf as a fallback
* use after free in python bindings
2.1.7 2012-03-28
* Alternate path for semanage.conf
* do not link against libpython, this is considered bad in Debian

View File

@ -1 +1 @@
2.1.7
2.1.8

View File

@ -1,3 +1,9 @@
2.1.7 2011-06-28
* reserve policycapability for redhat testing of ptrace child
* cosmetic changes to make the source easier to read
* prepend instead of append to filename_trans list
* Android/MacOS X build support
2.1.6 2011-04-23
* allocate enough space to hold filename in trans rules

View File

@ -1 +1 @@
2.1.6
2.1.7

View File

@ -1,3 +1,15 @@
2.1.12 2012-06-28
* restorecond: wrong options should exit with non-zero error code
* restorecond: Add -h option to get usage command
* resorecond: user: fix fd leak
* mcstrans: add -f to run in foreground
* semanage: fix man page range and level defaults
* semanage: bash completion for modules should include -a,-m, -d
* semanage: manpage update for -e
* semanage: dontaudit off should work
* semanage: locallist option does not take an argument
* sepolgen: Make use of setools optional within sepolgen
2.1.11 2012-03-28
* sandbox: do not propogate inside mounts outside
* sandbox: Removing sandbox init script, should no longer be necessary

View File

@ -1 +1 @@
2.1.11
2.1.12

View File

@ -1,3 +1,7 @@
1.1.7 2012-06-28
* Make use of setools optional within sepolgen
* We need to support files that have a + in them
1.1.6 2012-03-28
* Fix dead links to www.nsa.gov/selinux
* audit.py Dont crash if empty data is passed to sepolgen

View File

@ -1 +1 @@
1.1.6
1.1.7