This is an automated email from the ASF dual-hosted git repository.
FreeAndNil pushed a change to branch Feature/315-local-syslog-newlines
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
from 65570953 cite the right audit finding for the PowerShell version gate
#314
add 75676efd move SyslogNewLineHandling out of RemoteSyslogAppender #315
add 158b61eb escape newlines in LocalSyslogAppender content #315
No new revisions were added by this update.
Summary of changes:
src/changelog/3.5.0/315-local-syslog-newlines.xml | 15 ++++++
.../3.5.0/315-syslog-newline-handling-type.xml | 13 ++++++
.../Appender/LocalSyslogAppenderTest.cs | 45 +++++++++++++++++-
.../Appender/RemoteSyslogAppenderTest.cs | 12 ++---
src/log4net/Appender/LocalSyslogAppender.cs | 53 ++++++++++++++++++++--
src/log4net/Appender/RemoteSyslogAppender.cs | 21 ---------
.../SyslogNewLineHandling.cs} | 25 +++++-----
.../appenders/localsyslogappender.adoc | 7 +++
8 files changed, 145 insertions(+), 46 deletions(-)
create mode 100644 src/changelog/3.5.0/315-local-syslog-newlines.xml
create mode 100644 src/changelog/3.5.0/315-syslog-newline-handling-type.xml
copy src/log4net/{Filter/FilterDecision.cs =>
Appender/SyslogNewLineHandling.cs} (62%)