Skip to content

Commit

Permalink
NEWS.md: updated for #4228
Browse files Browse the repository at this point in the history
Signed-off-by: Balazs Scheidler <bazsi77@gmail.com>
  • Loading branch information
bazsi authored and alltilla committed Dec 15, 2022
1 parent 8853af2 commit 55d9ff8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Expand Up @@ -470,6 +470,10 @@ The framework consists of these changes:
to be prepended to all name-value pairs that get extracted from messages
using patterns or <value> tags.

* `csv-parser()`: add a new dialect, called escape-backslash-with-sequences
which uses "\" as an escape character but also supports C-style escape
sequences, like "\n" or "\r".

## Bugfixes

* `tcp()`, `network()` or `syslog()` destinations: fixed a crash that could
Expand Down Expand Up @@ -514,6 +518,15 @@ The framework consists of these changes:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962839
([#4143](https://github.com/syslog-ng/syslog-ng/pull/4143))

* `csv-parser()`: fixed the processing of the dialect() parameter, which was
not taken into consideration.

* `apache-accesslog-parser()`: Apache may use backslash-style escapes in the
`request` field, so support it by setting the csv-parser() dialect to
`escape-backslash-with-sequences`. Also added validation that the
`rawrequest` field contains a valid HTTP request and only extract `verb`,
`request` and `httpversion` if this is the case.


## Packaging

Expand Down
8 changes: 0 additions & 8 deletions news/bugfix-4228.md

This file was deleted.

3 changes: 0 additions & 3 deletions news/feature-4228.md

This file was deleted.

0 comments on commit 55d9ff8

Please sign in to comment.