This is an automated email from the ASF dual-hosted git repository. pauls pushed a commit to branch connect in repository https://gitbox.apache.org/repos/asf/felix-dev.git
commit 861635cf79e1be1379c8127b47287ee9b947adea Author: Karl Pauls <[email protected]> AuthorDate: Fri Dec 11 22:17:45 2020 +0100 Update changelog --- framework/doc/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/framework/doc/changelog.txt b/framework/doc/changelog.txt index 4da82c6..c7aeaac 100644 --- a/framework/doc/changelog.txt +++ b/framework/doc/changelog.txt @@ -1,3 +1,14 @@ +Changes from 6.0.3 to 6.0.4 +--------------------------- + +** Bug + * [FELIX-6178] - org.osgi.framework.Bundle#getServicesInUse returns services with usage count = 0 + * [FELIX-6222] - Support for os.name Capability is missing for Windows Server 2019 + * [FELIX-6297] - unclosed InputStream on Bundle.start + * [FELIX-6318] - Tiny thread-safety bug in BundleWiringImpl + * [FELIX-6326] - Cannot read bundled resources with hash in the filename + * [FELIX-6331] - Race condition in unget service from service factory + Changes from 6.0.2 to 6.0.3 ---------------------------
