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:23:03 UTC

[7/7] logging-log4net git commit: Add changes made by LOG4NET-611

Add changes made by LOG4NET-611


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

Branch: refs/heads/feature/LOG4NET-611
Commit: dd4b4dc24a0530e5eb6a08e383366be4cc830c38
Parents: e448fa5
Author: Dominik Psenner <dp...@gmail.com>
Authored: Wed Oct 3 22:22:50 2018 +0200
Committer: Dominik Psenner <dp...@gmail.com>
Committed: Wed Oct 3 22:22:50 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/dd4b4dc2/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5d63f1..cbf372d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ### Changed
 
+- log4net is no longer built against `netstandard-1.3` with the `AllowPartiallyTrustedCallers` attribute. This change can be a breaking change for applications that reference log4net built against `netstandard-1.3` and require log4net to work in partially trusted environments. Note however that all code is security transparent by default since `.NET Framework 4`, which is what partially trusted environments provided before `.NET Framework 4`. See [the official documentation](https://docs.microsoft.com/en-us/dotnet/api/system.security.allowpartiallytrustedcallersattribute) for further information. Tracked by [LOG4NET-611](https://issues.apache.org/jira/browse/LOG4NET-611).
 - The `XmlConfigurator` does not longer allow dtd processing. This is a breaking change for applications that rely on dtd's to be processed when log4net loads the xml configuration file. Tracked by [LOG4NET-575](https://issues.apache.org/jira/browse/LOG4NET-575).
 - The indentations are now all tabs in all project files. They used to be a mix of tabs, 4-spaces or 2-spaces. Editors should now pick up that new codestyle because an `.editorconfig` file was added.
 - The `KEYS` file was changed to be in markdown format.