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 2022/09/05 05:10:19 UTC

[felix-dev] branch master updated: Update changelog

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 65f985a1ff Update changelog
65f985a1ff is described below

commit 65f985a1ff9b7d76ce55beb109df4105ffd9377a
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Sep 5 07:10:12 2022 +0200

    Update changelog
---
 webconsole/changelog.txt | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/webconsole/changelog.txt b/webconsole/changelog.txt
index 92d0bd48d6..4cf46c72fc 100644
--- a/webconsole/changelog.txt
+++ b/webconsole/changelog.txt
@@ -1,3 +1,45 @@
+Changes in 4.8.4
+----------------
+** Improvement
+    * [FELIX-6561] - Vulnerabilities in jquery-ui-1.12.1.js
+** Bug
+    * [FELIX-6563] - [Regression] Webconsole REST API doesn't return Confguration PID when creating a new configuration
+
+
+Changes in 4.8.2
+----------------
+** Improvement
+    * [FELIX-6532] - Remove dependency to commons-io
+    * [FELIX-6508] - Consume Servlet API Version Range (2.x,5] in WebConsole
+** Bug
+    * [FELIX-6531] - Web Console 4.8.0 does not generate metatype configurations for services
+
+Changes in 4.8.0
+----------------
+** Improvement
+    * [FELIX-6500] - Enhance configuration SPI to filter configurations
+** Bug
+    * [FELIX-6503] - Webconsole doesn't set configuration property to default value
+
+
+Changes in 4.7.2
+----------------
+** Improvement
+    * [FELIX-6319] - Expose all framework properties in a web console plugin
+    * [FELIX-6464] - Add Web Console plugin exposing Capabilities
+    * [FELIX-6040] - Configuration Manager does only expose OCD name which does not allow to disambiguate multiple designates pointing to the same OCD
+** Bug
+    * [FELIX-6466] - webconsole.configurationFactory.nameHint only detected via ConfigurationAdmin
+
+
+Changes in 4.7.0
+----------------
+** Improvement
+    * [FELIX-6367] - Provide SPI for configuration management
+** Bug
+    * [FELIX-6453] - Change in configuration handling introduced by FELIX-6436
+
+
 Changes in 4.6.2
 ----------------
 ** Improvement