Skip to content

Commit 26c0fe2

Browse files
authored
Merge pull request #2882 from lbudai/version/3.23
Version/3.23
2 parents 2cf8bdd + 6b02616 commit 26c0fe2

36 files changed

+63
-52
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ applications or forwarded by systemd) and writes everything to a single
1515
file:
1616

1717
```
18-
@version: 3.22
18+
@version: 3.23
1919
@include "scl.conf"
2020
2121
log {
@@ -27,7 +27,7 @@ log {
2727
This one additionally processes logs from the network (TCP/514 by default):
2828

2929
```
30-
@version: 3.22
30+
@version: 3.23
3131
@include "scl.conf"
3232
3333
log {
@@ -41,7 +41,7 @@ log {
4141
This config is designed for structured/application logging, using local submission via JSON, and outputting in key=value format:
4242

4343
```
44-
@version: 3.22
44+
@version: 3.23
4545
@include "scl.conf"
4646
4747
log {
@@ -184,7 +184,7 @@ Binaries are also available as a Docker image. To find out more, check out the b
184184

185185
## Documentation
186186

187-
The documentation of the latest released version of syslog-ng Open Source Edition is available [here](https://www.syslog-ng.com/technical-documents/doc/syslog-ng-open-source-edition/3.22/administration-guide). For earlier versions, see the syslog-ng [Documentation Page](https://www.syslog-ng.com/technical-documents).
187+
The documentation of the latest released version of syslog-ng Open Source Edition is available [here](https://www.syslog-ng.com/technical-documents/doc/syslog-ng-open-source-edition/3.23/administration-guide). For earlier versions, see the syslog-ng [Documentation Page](https://www.syslog-ng.com/technical-documents).
188188

189189
## Contributing
190190

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.22.1
1+
3.23.1

contrib/openbsd-packaging/syslog-ng.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This should provide the same behavior as OpenBSD's syslog.conf(5).
33
# 2010-07-18 [email protected]
44

5-
@version: 3.22
5+
@version: 3.23
66

77
options {
88
use_dns(no);

dbld/generate-debian-directory

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MODE=$1
77
cp -r /source/packaging/debian .
88
if [ $MODE = "snapshot" ]; then
99
echo "Generating snapshot version in debian/"
10-
DEBEMAIL="dev@null" DEBFULLNAME="syslog-ng snapshot" debchange --newversion ${VERSION}-${MODE}+`date +%Y%m%dT%H%M%S` "Snapshot release based on ${GITREF}"
10+
DEBEMAIL="dev@null" DEBFULLNAME="syslog-ng snapshot" debchange --force-bad-version --newversion ${VERSION}-${MODE}+`date +%Y%m%dT%H%M%S` "Snapshot release based on ${GITREF}"
1111
elif [ $MODE = "release" ]; then
1212
echo "Validating if your debian/ directory matches current version"
1313
DEB_VERSION=`dpkg-parsechangelog -S Version | cut -d - -f1`

doc/man/dqtool.1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refmeta>
99
<refentrytitle>dqtool</refentrytitle>
1010
<manvolnum>1</manvolnum>
11-
<refmiscinfo class="version">3.22</refmiscinfo>
11+
<refmiscinfo class="version">3.23</refmiscinfo>
1212
<refmiscinfo class="source"/>
1313
</refmeta>
1414
<refnamediv>
@@ -95,7 +95,7 @@ Mar 3 10:52:05 tristram localprg[1234]: seq: 0000011631, runid: 1267609923, sta
9595
<link linkend="syslog-ng.8"><command>syslog-ng</command>(8)</link>
9696
</para>
9797
<note version="5.0">
98-
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.22 Administrator Guide</command></link></para>
98+
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.23 Administrator Guide</command></link></para>
9999
<para>If you experience any problems or need help with syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://lists.balabit.hu/mailman/listinfo/syslog-ng"><command>syslog-ng mailing list</command></link>.</para>
100100
<para>For news and notifications about of syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://syslog-ng.org/blogs/"><command>syslog-ng blogs</command></link>.</para>
101101
</note>

doc/man/loggen.1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refmeta>
99
<refentrytitle>loggen</refentrytitle>
1010
<manvolnum>1</manvolnum>
11-
<refmiscinfo class="version">3.22</refmiscinfo>
11+
<refmiscinfo class="version">3.23</refmiscinfo>
1212
<refmiscinfo class="source"/>
1313
</refmeta>
1414
<refnamediv>
@@ -258,7 +258,7 @@
258258
<link linkend="syslog-ng.conf.5"><command>syslog-ng.conf</command>(5)</link>
259259
</para>
260260
<note version="5.0">
261-
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.22 Administrator Guide</command></link></para>
261+
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.23 Administrator Guide</command></link></para>
262262
<para>If you experience any problems or need help with syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://lists.balabit.hu/mailman/listinfo/syslog-ng"><command>syslog-ng mailing list</command></link>.</para>
263263
<para>For news and notifications about of syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://syslog-ng.org/blogs/"><command>syslog-ng blogs</command></link>.</para>
264264
</note>

doc/man/pdbtool.1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refmeta>
99
<refentrytitle>pdbtool</refentrytitle>
1010
<manvolnum>1</manvolnum>
11-
<refmiscinfo class="version">3.22</refmiscinfo>
11+
<refmiscinfo class="version">3.23</refmiscinfo>
1212
<refmiscinfo class="source"/>
1313
</refmeta>
1414
<refnamediv>
@@ -445,7 +445,7 @@
445445
<link linkend="syslog-ng.8"><command>syslog-ng</command>(8)</link>
446446
</para>
447447
<note version="5.0">
448-
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.22 Administrator Guide</command></link></para>
448+
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.23 Administrator Guide</command></link></para>
449449
<para>If you experience any problems or need help with syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://lists.balabit.hu/mailman/listinfo/syslog-ng"><command>syslog-ng mailing list</command></link>.</para>
450450
<para>For news and notifications about of syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://syslog-ng.org/blogs/"><command>syslog-ng blogs</command></link>.</para>
451451
</note>

doc/man/syslog-ng-ctl.1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refmeta>
99
<refentrytitle>syslog-ng-ctl</refentrytitle>
1010
<manvolnum>1</manvolnum>
11-
<refmiscinfo class="version">3.22</refmiscinfo>
11+
<refmiscinfo class="version">3.23</refmiscinfo>
1212
<refmiscinfo class="source"/>
1313
</refmeta>
1414
<refnamediv>
@@ -156,7 +156,7 @@ destination;df_facility_dot_err;;a;processed;0</synopsis>
156156
<link linkend="syslog-ng.8"><command>syslog-ng</command>(8)</link>
157157
</para>
158158
<note version="5.0">
159-
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.22 Administrator Guide</command></link></para>
159+
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.23 Administrator Guide</command></link></para>
160160
<para>If you experience any problems or need help with syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://lists.balabit.hu/mailman/listinfo/syslog-ng"><command>syslog-ng mailing list</command></link>.</para>
161161
<para>For news and notifications about of syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://syslog-ng.org/blogs/"><command>syslog-ng blogs</command></link>.</para>
162162
</note>

doc/man/syslog-ng-debun.1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refmeta>
99
<refentrytitle>syslog-ng-debun</refentrytitle>
1010
<manvolnum>1</manvolnum>
11-
<refmiscinfo class="version">3.22</refmiscinfo>
11+
<refmiscinfo class="version">3.23</refmiscinfo>
1212
<refmiscinfo class="source"/>
1313
</refmeta>
1414
<refnamediv>
@@ -220,7 +220,7 @@
220220
<link linkend="syslog-ng.conf.5"><command>syslog-ng.conf</command>(5)</link>
221221
</para>
222222
<note version="5.0">
223-
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.22 Administrator Guide</command></link></para>
223+
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.23 Administrator Guide</command></link></para>
224224
<para>If you experience any problems or need help with syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://lists.balabit.hu/mailman/listinfo/syslog-ng"><command>syslog-ng mailing list</command></link>.</para>
225225
<para>For news and notifications about of syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://syslog-ng.org/blogs/"><command>syslog-ng blogs</command></link>.</para>
226226
</note>

doc/man/syslog-ng.8.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refmeta>
99
<refentrytitle>syslog-ng</refentrytitle>
1010
<manvolnum>8</manvolnum>
11-
<refmiscinfo class="version">3.22</refmiscinfo>
11+
<refmiscinfo class="version">3.23</refmiscinfo>
1212
<refmiscinfo class="source"/>
1313
</refmeta>
1414
<refnamediv>
@@ -284,7 +284,7 @@
284284
</indexterm>
285285
</term>
286286
<listitem>
287-
<para>Sets the number of worker threads can use, including the main thread. Note that certain operations in can use threads that are not limited by this option. This setting has effect only when is running in multithreaded mode. Available only in and later. See <command>The 3.22 Administrator Guide</command> for details.</para>
287+
<para>Sets the number of worker threads can use, including the main thread. Note that certain operations in can use threads that are not limited by this option. This setting has effect only when is running in multithreaded mode. Available only in and later. See <command>The 3.23 Administrator Guide</command> for details.</para>
288288
</listitem>
289289
</varlistentry>
290290
</variablelist>
@@ -304,7 +304,7 @@
304304
<link linkend="syslog-ng.conf.5"><command>syslog-ng.conf</command>(5)</link>
305305
</para>
306306
<note version="5.0">
307-
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.22 Administrator Guide</command></link></para>
307+
<para>For the detailed documentation of see <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html"><command>The 3.23 Administrator Guide</command></link></para>
308308
<para>If you experience any problems or need help with syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://lists.balabit.hu/mailman/listinfo/syslog-ng"><command>syslog-ng mailing list</command></link>.</para>
309309
<para>For news and notifications about of syslog-ng, visit the <link xmlns:ns1="http://www.w3.org/1999/xlink" ns1:href="https://syslog-ng.org/blogs/"><command>syslog-ng blogs</command></link>.</para>
310310
</note>

0 commit comments

Comments
 (0)