You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ch...@apache.org on 2017/02/13 10:30:30 UTC

svn commit: r1782736 - /felix/trunk/jaas/changelog.txt

Author: chetanm
Date: Mon Feb 13 10:30:30 2017
New Revision: 1782736

URL: http://svn.apache.org/viewvc?rev=1782736&view=rev
Log:
Prepare for 1.0.2 release

Modified:
    felix/trunk/jaas/changelog.txt

Modified: felix/trunk/jaas/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/jaas/changelog.txt?rev=1782736&r1=1782735&r2=1782736&view=diff
==============================================================================
--- felix/trunk/jaas/changelog.txt (original)
+++ felix/trunk/jaas/changelog.txt Mon Feb 13 10:30:30 2017
@@ -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