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 2020/04/01 13:15:24 UTC

[felix-dev] 01/02: Add changelog before release

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 2fe539aebfd1c91e72db5828405fe20c7bc6f23c
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Wed Apr 1 14:55:12 2020 +0200

    Add changelog before release
---
 fileinstall/doc/changelog.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/fileinstall/doc/changelog.txt b/fileinstall/doc/changelog.txt
index 4d940ac..cb7aa74 100644
--- a/fileinstall/doc/changelog.txt
+++ b/fileinstall/doc/changelog.txt
@@ -1,3 +1,11 @@
+Version 3.6.6
+-------------
+** Bug
+    * [FELIX-5832] - ConfigInstaller should only handle events for configurations it manages
+    * [FELIX-6103] - ConfigInstaller, when using NotCachablePersistenceManager, can restore cached stale properties
+    * [FELIX-6109] - NPE from null listener in DirectoryWatcher.findListener
+    * [FELIX-6211] - fileinstall filter out subdirectories even though felix.fileinstall.subdir.mode property is set to 'recurse'
+
 Version 3.6.4
 -------------
 ** Bug