You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2017/07/04 05:44:28 UTC

karaf-decanter git commit: Update RELEASE-NOTES in preparation for the release

Repository: karaf-decanter
Updated Branches:
  refs/heads/master f236e38c9 -> abf572e80


Update RELEASE-NOTES in preparation for the release


Project: http://git-wip-us.apache.org/repos/asf/karaf-decanter/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-decanter/commit/abf572e8
Tree: http://git-wip-us.apache.org/repos/asf/karaf-decanter/tree/abf572e8
Diff: http://git-wip-us.apache.org/repos/asf/karaf-decanter/diff/abf572e8

Branch: refs/heads/master
Commit: abf572e80a101ec3908ddd9a83639aaf50352572
Parents: f236e38
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Jul 4 07:44:09 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Jul 4 07:44:09 2017 +0200

----------------------------------------------------------------------
 README        |  1 +
 RELEASE-NOTES | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/abf572e8/README
----------------------------------------------------------------------
diff --git a/README b/README
index b2d5c5c..5da2e81 100644
--- a/README
+++ b/README
@@ -79,6 +79,7 @@ Collectors
 * decanter-collector-rest-servlet
 * decanter-collector-socket
 * decanter-collector-system
+* decanter-collector-process
 
 Appenders
 ---------

http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/abf572e8/RELEASE-NOTES
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 7d1088e..fced126 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -15,6 +15,33 @@
  * limitations under the License.
  */
 
+                    Apache Karaf Decanter 1.4.0
+                    ===========================
+
+  Overview
+  --------
+Apache Karaf Decanter 1.4.0 is a maintenance release, providing new features (Karaf scheduler, email alerter improvements, ...) and bug fixes.
+
+Decanter is a completed monitoring and alerting solution for Apache Karaf container, and related applications
+running on it.
+
+You can use Decanter in any Karaf version.
+
+For details, see the ChangeLog:
+
+  ChangeLog
+  ---------
+** Bug
+    * [KARAF-4906] - Decanter e-mail alerter can't use javamail authentication
+    * [KARAF-5186] - [DECANTER] - Fails work in case the event topic contains arbitrary characters like %
+    * [KARAF-5212] - Decanter Elasticsearch Appender feature should install com.fasterxml.jackson.core bundle
+** Improvement
+    * [KARAF-3696] - Decanter: Switch to Karaf provided Scheduler (Cron-based)
+    * [KARAF-4850] - Be able to specify several object names for the JMX collector
+    * [KARAF-4929] - Email alerter should support list of destination (to) addresses
+    * [KARAF-5060] - Be able to configure the index name in elasticsearch appenders
+    * [KARAF-5192] - Decanter collector should be able to filter some loggers
+
                     Apache Karaf Decanter 1.3.0
                     ===========================