Author: rickhall
Date: Mon Feb 21 14:47:00 2011
New Revision: 1072993
URL: http://svn.apache.org/viewvc?rev=1072993&view=rev
Log:
Move "main" issue to main changelog.
Modified:
felix/trunk/framework/doc/changelog.txt
felix/trunk/main/doc/changelog.txt
Modified: felix/trunk/framework/doc/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/framework/doc/changelog.txt?rev=1072993&r1=1072992&r2=1072993&view=diff
==============================================================================
--- felix/trunk/framework/doc/changelog.txt (original)
+++ felix/trunk/framework/doc/changelog.txt Mon Feb 21 14:47:00 2011
@@ -4,7 +4,6 @@ Changes from 3.0.8 to 3.0.9
** Bug
* [FELIX-1581] - Bundle#update, Bundle#uninstall and Bundle#stop should
wait for a (configurable) timeout before throwing an exception if the bundle is
starting or stopping
* [FELIX-2784] - When the framework try to grab the bundle lock, it
ignores thread interruption
- * [FELIX-2796] - felix.auto.deploy.action throws NPE with only "update"
action
* [FELIX-2822] - [Framework] System bundle module's state not reset when
framework restarted leading to NPE
* [FELIX-2832] - [Framework] It should not be possible to open an
URLConnection to "/" for a bundle URL
* [FELIX-2840] - [Framework] Uninstalling an uninstalled bundle throws
NoSuchElementException
Modified: felix/trunk/main/doc/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/main/doc/changelog.txt?rev=1072993&r1=1072992&r2=1072993&view=diff
==============================================================================
--- felix/trunk/main/doc/changelog.txt (original)
+++ felix/trunk/main/doc/changelog.txt Mon Feb 21 14:47:00 2011
@@ -1,3 +1,12 @@
+Changes from 3.0.8 to 3.0.9
+---------------------------
+
+** Bug
+ * [FELIX-2796] - felix.auto.deploy.action throws NPE with only "update"
action
+
+** Improvement
+ * Update to latest framework version 3.0.9
+
Changes from 3.0.7 to 3.0.8
---------------------------