You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by vv...@apache.org on 2014/12/15 15:17:54 UTC

svn commit: r1645664 - /felix/trunk/webconsole-plugins/upnp/changelog.txt

Author: vvalchev
Date: Mon Dec 15 14:17:53 2014
New Revision: 1645664

URL: http://svn.apache.org/r1645664
Log:
preparation for 1.0.4 release

Modified:
    felix/trunk/webconsole-plugins/upnp/changelog.txt

Modified: felix/trunk/webconsole-plugins/upnp/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/upnp/changelog.txt?rev=1645664&r1=1645663&r2=1645664&view=diff
==============================================================================
--- felix/trunk/webconsole-plugins/upnp/changelog.txt (original)
+++ felix/trunk/webconsole-plugins/upnp/changelog.txt Mon Dec 15 14:17:53 2014
@@ -1,3 +1,20 @@
+Changes from 1.0.2 to 1.0.4
+---------------------------
+
+** Bug
+    * [FELIX-3589] - The service id link for UPnP devices doesn't work
+    * [FELIX-3595] - NPE in ControlServlet.addingService
+    * [FELIX-3669] - NPE in ControlServlet.deviceToJSON
+    * [FELIX-4012] - Sometimes the UPnP plugin fails to start due to device being removed from network
+    * [FELIX-4013] - Incorrect usage of ServiceTracker.size() in UPnP Plugin
+    * [FELIX-4032] - UPnP Plugin small refactoring
+    * [FELIX-4560] - Unsynchonized access to map can cause infinite loop in UPnP web console plugin
+
+** Improvement
+    * [FELIX-3861] - Set felix.webconsole.category on Web Console plugins
+    * [FELIX-4016] - Provide more meta data to the UPnP action arguments
+
+
 Changes from 1.0.0 to 1.0.2
 ---------------------------