This is an automated email from the ASF dual-hosted git repository.
freeandnil pushed a change to branch
Feature/RemoteSysLogAppender-NewLineHandling
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
from fe2b7caa added NewLineHandling to RemoteSyslogAppender - fixes #274
new 68ef2712 updated documentation for new newline handling #274
new 5e18080f update version to 3.3.0
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/MailTemplate.Announce.txt | 8 +--
doc/MailTemplate.Result.txt | 4 +-
doc/MailTemplate.txt | 6 +-
package-lock.json | 4 +-
package.json | 4 +-
pom.xml | 2 +-
scripts/build-preview.ps1 | 2 +-
scripts/build-release.ps1 | 2 +-
.../{3.2.1 => 3.3.0}/.release-notes.adoc.ftl | 0
src/changelog/{3.2.1 => 3.3.0}/.release.xml | 4 +-
.../{3.2.1 => 3.3.0}/268-shorten-test-output.xml | 0
src/changelog/3.3.0/274-newline-handling.xml | 12 ++++
src/log4net/log4net.csproj | 6 +-
.../appenders/remotesyslogappender.adoc | 78 ++++++++++++++++------
14 files changed, 89 insertions(+), 43 deletions(-)
rename src/changelog/{3.2.1 => 3.3.0}/.release-notes.adoc.ftl (100%)
rename src/changelog/{3.2.1 => 3.3.0}/.release.xml (83%)
rename src/changelog/{3.2.1 => 3.3.0}/268-shorten-test-output.xml (100%)
create mode 100644 src/changelog/3.3.0/274-newline-handling.xml