diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index dfe4908d..51b99cde 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -1,3 +1,4 @@ + * Add support for portcon dccp protocol, from Richard Haines 2.5 2016-02-23 * Add neverallow support for ioctl extended permissions, from Jeff Vander Stoep. * fix double free on name-based type transitions, from Stephen Smalley. diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 8a9b1b7b..41bf8c0a 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,4 @@ + * Add support for portcon dccp protocol, from Richard Haines * Fix bug in CIL when resetting classes, from Steve Lawrence 2.5 2016-02-23 diff --git a/secilc/ChangeLog b/secilc/ChangeLog index a803f35e..cddfd818 100644 --- a/secilc/ChangeLog +++ b/secilc/ChangeLog @@ -1,3 +1,5 @@ + * Add documentation and test rule for portcon dccp protocol, from Richard Haines + 2.5 2016-02-23 * Convert DocBook documentation into github markdown, from Yuli Khodorkovskiy * Add documentation for neverallowx rules, from Steve Lawrence