You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2012/05/30 14:15:31 UTC

svn commit: r1344219 - /felix/trunk/configadmin/changelog.txt

Author: fmeschbe
Date: Wed May 30 12:15:31 2012
New Revision: 1344219

URL: http://svn.apache.org/viewvc?rev=1344219&view=rev
Log:
Update changelog

Modified:
    felix/trunk/configadmin/changelog.txt

Modified: felix/trunk/configadmin/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/configadmin/changelog.txt?rev=1344219&r1=1344218&r2=1344219&view=diff
==============================================================================
--- felix/trunk/configadmin/changelog.txt (original)
+++ felix/trunk/configadmin/changelog.txt Wed May 30 12:15:31 2012
@@ -7,6 +7,7 @@ Changes from 1.2.8 to 1.4.0
     * [FELIX-2813] - NPE in UpdateThread when updating a configuration right after ConfigurationAdmin service starts
     * [FELIX-2847] - NPE in ConfigurationManager.java:1003 (static String toString( ServiceReference ref ))
     * [FELIX-2885] - The config admin bundle does not indicate its provided and required services dependencies
+    * [FELIX-2888] - if you create a factory configuration and anybody takes a peek before you've had a chance to update, your pudding is trapped forever
     * [FELIX-3046] - Empty array configuration value is read as null after restart
     * [FELIX-3175] - RankingComparator results in wrong results
     * [FELIX-3227] - ManagedService.update must be called with null if configuration exists but is not visilbe
@@ -15,12 +16,15 @@ Changes from 1.2.8 to 1.4.0
     * [FELIX-3230] - ConfiguartionAdapter.setBundleLocation checks configuration permission incorrectly
     * [FELIX-3231] - Disable update counter
     * [FELIX-3233] - ConfigurationManager.canReceive may throw NullPointerException
+    * [FELIX-3390] - Intermittent NPE in ConfigurationManager
 
 ** Improvement
     * [FELIX-3180] - Provide MessageFormat based logging method
+    * [FELIX-3327] - Gracefully handle Configuration access after Configuration Admin Service has terminated
 
 ** Task
     * [FELIX-3176] - Implement Configuration Admin 1.4 changes
+    * [FELIX-3177] - Remove temporary inclusion of OSGi classes
     * [FELIX-3200] - Track PID changes of ManagedService[Factory] services
     * [FELIX-3301] - Enforce only using Java 1.3 API use