From 96401e5dc76a4cd3dbf9c6a90c398bdaf787bb0a Mon Sep 17 00:00:00 2001 From: Chetan Mehrotra Date: Mon, 13 Feb 2017 10:30:30 +0000 Subject: [PATCH] Prepare for 1.0.2 release git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1782736 13f79535-47bb-0310-9956-ffa450edef68 --- jaas/changelog.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/jaas/changelog.txt b/jaas/changelog.txt index 14d0c6df3e3..a2720f65f29 100644 --- a/jaas/changelog.txt +++ b/jaas/changelog.txt @@ -1,3 +1,20 @@ +Changes from 1.0.0 to 1.0.2 +--------------------------- +** Bug + * [FELIX-5536] - ConfigSpiOSGi may end with incomplete realm due to race conditions + +** Improvement + * [FELIX-5537] - ConfigSpiOsgi should not try to unregister provider if not registered + +Changes from 0.0.4 to 1.0.0 +--------------------------- +** Bug + * [FELIX-5502] - Startup logs from ConfigSpiOsgi may get dropped due to race condition + * [FELIX-5505] - ConfigSpiOSGi may miss out on registering some LoginModuleFactory due to race condition + +** Task + * [FELIX-3981] - Create a sample project for demonstrating Felix JAAS main features + Changes from 0.0.2 to 0.0.4 --------------------------- ** Bug