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/12 01:05:43 UTC

svn commit: r1069995 - /karaf/branches/karaf-2.1.x/RELEASE-NOTES

Author: jgoodyear
Date: Sat Feb 12 00:05:43 2011
New Revision: 1069995

URL: http://svn.apache.org/viewvc?rev=1069995&view=rev
Log:
[KARAF-377] Apache Karaf 2.1.4 Release

Updated release notes for in kit inclusion.

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

Modified: karaf/branches/karaf-2.1.x/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/RELEASE-NOTES?rev=1069995&r1=1069994&r2=1069995&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/RELEASE-NOTES (original)
+++ karaf/branches/karaf-2.1.x/RELEASE-NOTES Sat Feb 12 00:05:43 2011
@@ -15,6 +15,38 @@
  * limitations under the License.
  */
 
+                    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
                     ==================