You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2018/10/03 20:15:00 UTC

[7/7] logging-log4net git commit: Add changes to the changelog file

Add changes to the changelog file


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/0511648c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/0511648c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/0511648c

Branch: refs/heads/feature/rfa-configurable-rolling-mutex
Commit: 0511648c64f61e110488ae477f9fb9c8db952329
Parents: b162bf9
Author: Dominik Psenner <dp...@gmail.com>
Authored: Wed Oct 3 22:14:47 2018 +0200
Committer: Dominik Psenner <dp...@gmail.com>
Committed: Wed Oct 3 22:14:47 2018 +0200

----------------------------------------------------------------------
 CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/0511648c/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5d63f1..cd43927 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - A security report page was added that provides a central place for security vulnerabilities.
 - Validation of logger names was added to harden the code that evaluates logger names. Tracked by [LOG4NET-580](https://issues.apache.org/jira/browse/LOG4NET-580).
 - Added a safety net of null checks to avoid `NullReferenceExceptions` in the `TypeNamePatternConverter`. Tracked by [LOG4NET-559](https://issues.apache.org/jira/browse/LOG4NET-559).
+- The `RollingFileAppender` does now allow the rolling lock to be configured with the `RollingLockStrategy` property. The rolling lock strategies available are `None` and `LocalMutex`. See remarks for further details. Tracked by [LOG4NET-611](https://issues.apache.org/jira/browse/LOG4NET-611).
+
 
 ### Changed
 
@@ -40,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - Changed the `CONTRIBUTING.md` and `ReleaseInstructions.md` to match closer the new reality.
 - Changed the mailing lists in the site to reflect the new reality.
 - Changed the site to look more like other apache logging service project sites. Tracked by [LOG4NET-563](https://issues.apache.org/jira/browse/LOG4NET-563).
+- Upgraded nunit from `2.6.4` to `2.6.7`.
 
 ### Fixed