This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 601faaa Update changelog
601faaa is described below
commit 601faaac6f1973c113c0a19c491c694f242f1d75
Author: Karl Pauls <[email protected]>
AuthorDate: Thu Dec 2 15:41:07 2021 +0100
Update changelog
---
framework.security/doc/changelog.txt | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/framework.security/doc/changelog.txt
b/framework.security/doc/changelog.txt
index 15d59f9..c3002b1 100644
--- a/framework.security/doc/changelog.txt
+++ b/framework.security/doc/changelog.txt
@@ -1,3 +1,10 @@
+Changes from 2.8.1 to 2.8.2
+---------------------------
+
+** Bug
+ * [FELIX-3351] - Permissions.createPermission(String name, String action,
Class target) Fails for action == null
+ * [FELIX-6467] - `AllPermission` not checked when updating
`ConditionalPermissionAdmin`
+
Changes from 2.8.0 to 2.8.1
---------------------------