You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2015/03/05 09:02:48 UTC

svn commit: r1664246 - /felix/trunk/utils/doc/changelog.txt

Author: gnodet
Date: Thu Mar  5 08:02:48 2015
New Revision: 1664246

URL: http://svn.apache.org/r1664246
Log:
Add changelog for utils

Modified:
    felix/trunk/utils/doc/changelog.txt

Modified: felix/trunk/utils/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/utils/doc/changelog.txt?rev=1664246&r1=1664245&r2=1664246&view=diff
==============================================================================
--- felix/trunk/utils/doc/changelog.txt (original)
+++ felix/trunk/utils/doc/changelog.txt Thu Mar  5 08:02:48 2015
@@ -1,3 +1,33 @@
+Changes from 1.6.0 to 1.8.0
+---------------------------
+** Bug
+    * [FELIX-4761] - Modifications on Properties#entrySet() are not properly reflected in the layout
+
+** Improvement
+    * [FELIX-4708] - Provide more substitution options
+    * [FELIX-4820] - Optimize version range parsing a bit
+
+** New Feature
+    * [FELIX-4759] - Support env:XXX subtitution for environment variables
+    * [FELIX-4760] - Support default/alternate values for variable substitution
+
+Changes from 1.4.2 to 1.6.0
+---------------------------
+** Improvement
+    * [FELIX-4433] - Provide more control over the substitution
+    * [FELIX-4434] - Require JDK 5
+    * [FELIX-4435] - Add a method to do substitution without any callback
+
+Changes from 1.4.0 to 1.4.2
+---------------------------
+** Bug
+    * [FELIX-4326] - Possible Invalid BundleContext exception when shutting down the extender
+    * [FELIX-4341] - The Properties object does not follow the spec wrt spaces
+    * [FELIX-4342] - Substitution is dependent on the order of the map
+
+** Improvement
+    * [FELIX-4339] - Make the use of escape characters deterministic
+
 Changes from 1.2.0 to 1.4.0
 ---------------------------
 ** Bug