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
discard 3e5e0165 compare ordinally when asserting no NUL survives #315
discard 4f1d01f5 escape what RemoteSyslogAppender cannot send instead of
deleting it #315
discard e4c2bd49 escape NUL characters in EventLogAppender content #315
discard acd34b14 escape NUL characters in OutputDebugStringAppender content
#315
discard 15404506 escape newlines in LocalSyslogAppender content #315
discard 0b1826b4 move SyslogNewLineHandling out of RemoteSyslogAppender #315
discard 1f4b8746 wait for the background sender in the buffered mail test #314
discard be6211e7 cite the right audit finding for the PowerShell version gate
#314
discard 38567ea1 cap the per-event retry in AdoNetAppender #314
discard f0d536fb send syslog datagrams through BackgroundSender #314
discard a6d3b807 do not open a second UDP socket in RemoteSyslogAppender #314
discard 0d034eaf report a buffering appender that is still holding events #314
discard 3cb96891 send mail from a background thread in the MailKit
SmtpAppender #314
discard 9e684208 bound a send in the MailKit SmtpAppender to 15 seconds #314
discard 931b357b bound a send in SmtpAppender to 15 seconds #314
discard fdfd9ab7 link Log4NetAssert into the test project #314
discard 47674226 rename the unreleased 3.4.1 to 3.5.0 #314
discard 14ff8da3 add a background sender for appenders that do network I/O #314
add 34e42894 Harden the release scripts and connection string redaction
#313
add 7ad7170b add a background sender for appenders that do network I/O #314
add 5d4f4591 rename the unreleased 3.4.1 to 3.5.0 #314
add 8528a399 link Log4NetAssert into the test project #314
add 4bb5ad6b bound a send in SmtpAppender to 15 seconds #314
add ec43858e bound a send in the MailKit SmtpAppender to 15 seconds #314
add 83c20824 send mail from a background thread in the MailKit
SmtpAppender #314
add 896b6cb2 report a buffering appender that is still holding events #314
add 0d9e641a do not open a second UDP socket in RemoteSyslogAppender #314
add 4656538a send syslog datagrams through BackgroundSender #314
add 3a787fce cap the per-event retry in AdoNetAppender #314
add 57923c4a cite the right audit finding for the PowerShell version gate
#314
add 147d343c wait for the background sender in the buffered mail test #314
add 793ca064 move SyslogNewLineHandling out of RemoteSyslogAppender #315
add 95c921d6 escape newlines in LocalSyslogAppender content #315
add 4c0cf921 escape NUL characters in OutputDebugStringAppender content
#315
add db91fcc1 escape NUL characters in EventLogAppender content #315
add f3db5b39 escape what RemoteSyslogAppender cannot send instead of
deleting it #315
add fb60a849 compare ordinally when asserting no NUL survives #315
add 65c603f5 compute the EventLog size limit instead of guessing it #315
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3e5e0165)
\
N -- N -- N refs/heads/Feature/315-local-syslog-newlines
(65c603f5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
src/changelog/3.5.0/315-eventlog-size-budget.xml | 17 ++++++++
src/log4net.Tests/Appender/EventLogAppenderTest.cs | 38 ++++++++++++++++++
src/log4net/Appender/EventLogAppender.cs | 45 +++++++++++++++++++---
3 files changed, 94 insertions(+), 6 deletions(-)
create mode 100644 src/changelog/3.5.0/315-eventlog-size-budget.xml