You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2011/02/16 14:25:27 UTC

svn commit: r1071238 - /karaf/branches/karaf-2.2.x/RELEASE-NOTES

Author: jgoodyear
Date: Wed Feb 16 13:25:27 2011
New Revision: 1071238

URL: http://svn.apache.org/viewvc?rev=1071238&view=rev
Log:
[KARAF-272] Update Release Notes in kit and online.

Modified:
    karaf/branches/karaf-2.2.x/RELEASE-NOTES

Modified: karaf/branches/karaf-2.2.x/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/RELEASE-NOTES?rev=1071238&r1=1071237&r2=1071238&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/RELEASE-NOTES (original)
+++ karaf/branches/karaf-2.2.x/RELEASE-NOTES Wed Feb 16 13:25:27 2011
@@ -213,6 +213,38 @@ JNDI modules, expanded documentation, an
     * [KARAF-454] - Upgrade Karaf to version 1.0.1 of pax-web
 
 
+                    Apache Karaf 2.1.4
+                    ==================
+
+  Overview
+  --------
+
+  This release of Apache Karaf is based off of the 2.1.x series branch, representing an update to Apache Karaf 2.1.3. It contains several bug fixes identified in the prior release, and introduces several improvements including; better behavior of the features-maven-plugin, documentation for making multiple configuration files available to the bundle context, and a more efficient bundle description for header display. For more detail please see the change log below.
+
+  Changelog
+  ---------
+
+** Bug
+    * [KARAF-8] - Improve error reporting for features installer
+    * [KARAF-384] - Cannot find some jar in ext directory
+    * [KARAF-421] - StringCompleter extension cannot return own strings
+    * [KARAF-428] - obr:addurl/removeurl generate incorrect "obr.repository.url" property
+    * [KARAF-436] - Typo mistake in the FeaturesServiceMBean
+    * [KARAF-440] - features-maven-plugin throws NullPointerException maven 3.0.2
+    * [KARAF-442] - Wrong EventType called in FeaturesService.uninstallFeature
+
+** Improvement
+    * [KARAF-375] - features-maven-plugin always uses transitive features
+    * [KARAF-388] - allow specifying a version for a boot feature in etc/org.apache.karaf.features.cfg
+    * [KARAF-403] - Improve Bundle-Description header display
+    * [KARAF-412] - Documentation: Add notes on how to make multiple configuration files available to the bundle context.
+    * [KARAF-422] - If no version was found, features-maven-plugin try to create an artifact with a null version
+    * [KARAF-430] - don't force a karaf deploy to have a lib directory
+
+** New Feature
+    * [KARAF-373] - Add option to features-maven-plugin to automatically include <descriptors> into <repository>
+
+
                     Apache Karaf 2.1.3
                     ==================