You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2014/03/12 09:52:32 UTC

svn commit: r1576644 - /felix/trunk/scrplugin/maven-scr-plugin/changelog.txt

Author: cziegeler
Date: Wed Mar 12 08:52:31 2014
New Revision: 1576644

URL: http://svn.apache.org/r1576644
Log:
Update changelog

Modified:
    felix/trunk/scrplugin/maven-scr-plugin/changelog.txt

Modified: felix/trunk/scrplugin/maven-scr-plugin/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/maven-scr-plugin/changelog.txt?rev=1576644&r1=1576643&r2=1576644&view=diff
==============================================================================
--- felix/trunk/scrplugin/maven-scr-plugin/changelog.txt (original)
+++ felix/trunk/scrplugin/maven-scr-plugin/changelog.txt Wed Mar 12 08:52:31 2014
@@ -1,3 +1,14 @@
+Changes from 1.16.0 to 1.15.0
+-----------------------------
+** Improvement
+    * [FELIX-4378] - Generate a metatype properties file if label/description are missing on @Component or @Property
+** Bug
+    * [FELIX-4379] - Properties, references and services from inherited classes are only used if the class has the component annotation
+    * [FELIX-4383] - Metatype generation should use component name (and not classname)
+    * [FELIX-4441] - The default value is not escaped correctly.
+    * [FELIX-4442] - Lifecycle methods with wrong arguments should be treated as an error
+
+
 Changes from 1.15.0 to 1.14.0
 -----------------------------
 ** Improvements