mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-23 14:32:08 +00:00
bump version and changelog for upstream push
This commit is contained in:
parent
aa34f19543
commit
7a86fe1a3d
@ -1,3 +1,7 @@
|
||||
2.1.9 2012-03-28
|
||||
* implement new default labeling behaviors for usr, role, range
|
||||
* Fix dead links to www.nsa.gov/selinux
|
||||
|
||||
2.1.8 2011-12-21
|
||||
* add new helper to translate class sets into bitmaps
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2.1.8
|
||||
2.1.9
|
||||
|
@ -1,3 +1,28 @@
|
||||
2.1.10 2012-03-28
|
||||
* Fix dead links to www.nsa.gov/selinux
|
||||
* Remove jump over variable declaration
|
||||
* Fix old style function definitions
|
||||
* Fix const-correctness
|
||||
* Remove unused flush_class_cache method
|
||||
* Add prototype decl for destructor
|
||||
* Add more printf format annotations
|
||||
* Add printf format attribute annotation to die() method
|
||||
* Fix const-ness of parameters & make usage() methods static
|
||||
* Enable many more gcc warnings for libselinux/src/ builds
|
||||
* utils: Enable many more gcc warnings for libselinux/utils builds
|
||||
* Change annotation on include/selinux/avc.h to avoid upsetting SWIG
|
||||
* Ensure there is a prototype for 'matchpathcon_lib_destructor'
|
||||
* Update Makefiles to handle /usrmove
|
||||
* utils: Stop separating out matchpathcon as something special
|
||||
* pkg-config to figure out where ruby include files are located
|
||||
* build with either ruby 1.9 or ruby 1.8
|
||||
* assert if avc_init() not called
|
||||
* take security_deny_unknown into account
|
||||
* security_compute_create_name(3)
|
||||
* Do not link against python library, this is considered
|
||||
* bad practice in debian
|
||||
* Hide unnecessarily-exported library destructors
|
||||
|
||||
2.1.9 2011-12-21
|
||||
* Fix setenforce man page to refer to selinux man page
|
||||
* Cleanup Man pages
|
||||
|
@ -1 +1 @@
|
||||
2.1.9
|
||||
2.1.10
|
||||
|
@ -1,3 +1,9 @@
|
||||
2.1.7 2012-03-28
|
||||
* Alternate path for semanage.conf
|
||||
* do not link against libpython, this is considered bad in Debian
|
||||
* Allow to build for several ruby version
|
||||
* fallback-user-level
|
||||
|
||||
2.1.6 2011-12-21
|
||||
* add ignoredirs config for genhomedircon
|
||||
* Fallback_user_level can be NULL if you are not using MLS
|
||||
|
@ -1 +1 @@
|
||||
2.1.6
|
||||
2.1.7
|
||||
|
@ -1,3 +1,6 @@
|
||||
2.1.5 2011-03-28
|
||||
* checkpolicy: implement new default labeling behaviors
|
||||
|
||||
2.1.4 2011-10-03
|
||||
* regenerate .pc on VERSION change
|
||||
* Move ebitmap_* functions from mcstrans to libsepol
|
||||
|
@ -1 +1 @@
|
||||
2.1.4
|
||||
2.1.5
|
||||
|
@ -1,3 +1,21 @@
|
||||
2.1.11 2012-03-28
|
||||
* sandbox: do not propogate inside mounts outside
|
||||
* sandbox: Removing sandbox init script, should no longer be necessary
|
||||
* restorecond: Stop using deprecated interfaces for g_io
|
||||
* semanage: proper auditting of user changes for LSPP
|
||||
* semanage: audit message to show what record(s) and item(s) have chaged
|
||||
* scripts: Update Makefiles to handle /usrmove
|
||||
* mcstrans: Version should have been bumped on last check in
|
||||
* seunshare: Only drop caps not the Bounding Set from seunshare
|
||||
* Add bash-completion scripts for setsebool and semanage
|
||||
* newrole: Use correct capng calls in newrole
|
||||
* Fix infinite loop with inotify on 2.6.31 kernels
|
||||
* fix ftbfs with hardening flags
|
||||
* Only run setfiles if we found read-write filesystems to run it on
|
||||
* update .po files
|
||||
* remove empty po files
|
||||
* do not fail to install if unable to make load_policy lnk file
|
||||
|
||||
2.1.10 2011-12-21
|
||||
* Remove excess whitespace
|
||||
* sandbox: Add back in . functions to sandbox.init script
|
||||
|
@ -1 +1 @@
|
||||
2.1.10
|
||||
2.1.11
|
||||
|
@ -1,3 +1,9 @@
|
||||
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
|
||||
* do not use md5 when calculating hash signatures
|
||||
* fix detection of policy loads
|
||||
|
||||
1.1.5 2011-12-21
|
||||
* better analysis of why things broke
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.1.5
|
||||
1.1.6
|
||||
|
Loading…
Reference in New Issue
Block a user