Skip to content

Commit

Permalink
Bump versions and update ChangeLog
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Lawrence <[email protected]>
  • Loading branch information
stevedlawrence committed Aug 26, 2014
1 parent 28efbfd commit 79fd2d0
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 6 deletions.
3 changes: 3 additions & 0 deletions checkpolicy/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.4-rc1 2014-08-26
* No Changes

2.3 2014-05-06
* Add Android support for building dispol.
* Report source file and line information for neverallow failures.
Expand Down
2 changes: 1 addition & 1 deletion checkpolicy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3
2.4-rc1
15 changes: 15 additions & 0 deletions libselinux/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2.4-rc1 2014-08-13
* Set the system to permissive if failing to disable SELinux because
policy has already been loaded, from Will Woods.
* Fix type in selinux.8 manpage, from Nicolas Iooss
* Add db_exception and db_datatype support to label_db backend, from Artyom
Smirnov
* Log an error on unknown classes and permissions, from Stephen Smalley
* Add pcre version string to the compiled file_contexts format, from
Stephen Smalley
* Deprecate use of flask.h and av_permissions.h, from Stephen Smalley
* Skip policiy module relink when only setting booleans, from Stephen
Smalley
* Compiled file_context files and the original should have the same DAC
permissions, from Dan Walsh

2.3 2014-05-06
* Get rid of security_context_t and fix const declarations.
* Refactor rpm_execcon() into a new setexecfilecon() from Guillem Jover.
Expand Down
2 changes: 1 addition & 1 deletion libselinux/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3
2.4-rc1
25 changes: 25 additions & 0 deletions libsemanage/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
2.4-rc1 2014-08-26
* Fix failing libsemanage pywrap tests, from Nicolas Iooss
* Fix deprecation warning for bison, from Ilya Frolov
* Fix typo in tests makefile, from Caleb Case
* Only try to copmile file contexts if they exist, from Steve Lawrence
* Fix memory leak when setting a custom store path, from Yuli
Khodorkovskiy
* Add semodule option to set store root path in semanage.conf and the
semodule command, from Yuli Khodorkovskiy
* Add semanage.conf option to set an alternative root path for policy
store, from Yuli Khodorkovskiy
* Add support for High Level Language (HLL) to CIL compilers. The HLL
compiler path is configurable, but should be placed in
/usr/libexec/selinux/hll by default, from Yuli Khodorkovskiy
* Create a policy migration script for migrating the policy store from
/etc/selinux to /var/lib/selinux, from Caleb Case
* Use libcil to compile modules, from Steve Lawrence
* Use symbolic versioning to maintain ABI compatibility for old install
functions, from Yuli Khodorkovskiy
* Add a target-platform option to semanage.conf to control how policies
are built, from Steve Lawrence
* Add API to handle modules and source policies, moving module store to
/var/lib/selinux, from Caleb Case
* Only try to compile file contexts if they exist, from Steve Lawrence

2.3 2014-05-06
* Fix memory leak in semanage_genhomedircon from Thomas Hurd.

Expand Down
2 changes: 1 addition & 1 deletion libsemanage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3
2.4-rc1
5 changes: 5 additions & 0 deletions libsepol/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.4-rc1 2014-08-13
* Build CIL into libsepol. libspeol can be built without CIL by setting the
DISABLE_CIL flag to 'y', from Steve Lawrence
* Add an API function to set target_platform, from Steve Lawrence

2.3 2014-05-06
* Improve error message for name-based transition conflicts.
* Revert libsepol: filename_trans: use some better sorting to compare and merge.
Expand Down
2 changes: 1 addition & 1 deletion libsepol/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3
2.4-rc1
18 changes: 18 additions & 0 deletions policycoreutils/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2.4-rc1 2014-08-13
* Ensure XDG_RUNTIME_DIR is passed through to the sandbox in seunshare,
from Dan Walsh
* Remove cgroups from sandbox, from Dan Waslh
* Try to use setcurent before setexec in seunshare, from Andy Lutomirski
* Stop using the now deprecated flask.h and av_permissions.h, from Stephen Smalley
* Add a store root path in semodule, from Yuli Khodorkovskiy
* Add a flag to ignore cached CIL files and recompile HLL modules, from
Yuli Khodorkovskiy
* Add and install HLL compiler for policy packages to CIL. The compiler is
installed in /var/libexec/selinux/hll/ by default, from Steve Lawrence
* Deprecate base/upgrade/version in semodule. Calling these commands will
now call --install on the backend, from Yuli Khodorkovskiy
* Add ability to install modules with a specified priority, from Caleb
Case
* Use /tmp for permissive module creation, by Caleb Case
* Update semanage to use new source policy infrastructure, from Jason Dana

2.3 2014-05-06
* Add -P semodule option to man page from Dan Walsh.
* selinux_current_policy_path will return none on a disabled SELinux system from Dan Walsh.
Expand Down
2 changes: 1 addition & 1 deletion policycoreutils/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3
2.4-rc1
4 changes: 4 additions & 0 deletions sepolgen/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.2 2014-08-26
* Remove unnecessary grammar in interface call param list to fix poor
interface fectors, from Steve Lawrence

1.2.1 2013-10-31
* Add back attributes flag to fix exception crash from Dan Walsh.

Expand Down
2 changes: 1 addition & 1 deletion sepolgen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2

0 comments on commit 79fd2d0

Please sign in to comment.