Author: gnodet
Date: Wed Feb 27 09:28:46 2008
New Revision: 631660
URL: http://svn.apache.org/viewvc?rev=631660&view=rev
Log:
Update release notes and readme
Modified:
servicemix/smx4/kernel/trunk/README.txt
servicemix/smx4/kernel/trunk/RELEASE-NOTES.txt
Modified: servicemix/smx4/kernel/trunk/README.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/README.txt?rev=631660&r1=631659&r2=631660&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/README.txt (original)
+++ servicemix/smx4/kernel/trunk/README.txt Wed Feb 27 09:28:46 2008
@@ -44,12 +44,13 @@
If you need more help try talking to us on our mailing lists
http://servicemix.apache.org/mailing-lists.html
-If you find any issues with CXF, please submit reports with JIRA here:
+If you find any issues with ServiceMix Kernel, please submit reports
+with JIRA here:
http://issues.apache.org/activemq/browse/SMX4KNL
-We welcome contributions, and encourage you to get involved in the CXF
-community. If you'd like to learn more about how you can contribute, please
-see:
+We welcome contributions, and encourage you to get involved in the
+ServiceMix community. If you'd like to learn more about how you can
+contribute, please see:
http://servicemix.apache.org/contributing.html
Many thanks for using Apache ServiceMix.
Modified: servicemix/smx4/kernel/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/RELEASE-NOTES.txt?rev=631660&r1=631659&r2=631660&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/RELEASE-NOTES.txt (original)
+++ servicemix/smx4/kernel/trunk/RELEASE-NOTES.txt Wed Feb 27 09:28:46 2008
@@ -15,6 +15,28 @@
* limitations under the License.
*/
+ Apache ServiceMix Kernel 1.0-m2
+ ================================
+
+This is the second milestone of ServiceMix Kernel, but mostly a bug fix release
+compared to the first milestone.
+
+** Bug
+ * [SMX4KNL-13] - startup issue in recognizing new files in deploy folder
+ * [SMX4KNL-15] - Display of memory size using the info command on Windows
is ugly
+ * [SMX4KNL-16] - Bad error message when startup.properties lists a unknown
file (the file name is not displayed, but 'null' instead)
+ * [SMX4KNL-18] - No need for DynamicImport-Package=* in filemonitor
+ * [SMX4KNL-19] - Performance problems when using the OSGi classloaders in
a certain way
+
+** Improvement
+ * [SMX4KNL-4] - Add a start option on the 'osgi install' command so that
the bundle is automatically started
+
+** Task
+ * [SMX4KNL-17] - Remove all the warnings when building the distribution
tar.gz
+
+See the README.txt file for more general informations about ServiceMix Kernel.
+
+
Apache ServiceMix Kernel 1.0-m1
================================