You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by da...@apache.org on 2020/09/06 18:10:02 UTC

[logging-log4net] branch master updated (c728a70 -> 2105ec8)

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

davydm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git.


    from c728a70  Merge pull request #63 from Flexberry/netstd20-support
     add 3242db5  XmlConfigurator: do longer allow dtd processing across all platforms (LOG4NET-575)
     add fd53aa1  :construction: prepare for release
     add 2105ec8  :recycle: XmlRenderSettings::ProhibitDtd is obsolete in netstandard 2.0

No new revisions were added by this update.

Summary of changes:
 local-tasks/hash-build-artifacts.js     | 51 +++++++++++++++++++++++++++++++++
 local-tasks/prefix-build-artifacts.js   | 23 +++++++++++++++
 local-tasks/prepare-build-artifacts.js  |  8 ++++++
 local-tasks/zip.js                      |  4 +--
 package-lock.json                       |  6 ++++
 package.json                            |  9 +++---
 src/log4net/Config/XmlConfigurator.cs   |  4 +--
 src/log4net/log4net.csproj              |  4 +--
 src/site/xdoc/download_log4net.xml      | 24 ++++++++--------
 src/site/xdoc/release/release-notes.xml | 24 ++++++++++++++--
 10 files changed, 133 insertions(+), 24 deletions(-)
 create mode 100644 local-tasks/hash-build-artifacts.js
 create mode 100644 local-tasks/prefix-build-artifacts.js
 create mode 100644 local-tasks/prepare-build-artifacts.js