prepare for interim scheduled stable release 8.2204.1

This commit is contained in:
Rainer Gerhards 2022-05-05 10:04:39 +02:00
parent 89955b0bcb
commit 75a8aafbb0
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
----------------------------------------------------------------------------------------
Scheduled Release 8.2204.1 (aka 2022.04) 2021-05-05
- security bugfix: potential buffer overrun in imptcp, imtcp, imgssapi and others
This addresses CVE-2022-24903
see also https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8
----------------------------------------------------------------------------------------
Scheduled Release 8.2204.0 (aka 2022.04) 2021-04-19
- 2022-04-18: gnutls bugfix: possibility of infinite loop
There was a rare possibility that the E_AGAIN/E_INTERRUPT handling

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([rsyslog],[8.2204.0],[rsyslog@lists.adiscon.com]) # UPDATE on release
AC_INIT([rsyslog],[8.2204.1],[rsyslog@lists.adiscon.com]) # UPDATE on release
AC_DEFINE(VERSION_YEAR, 22, [year part of real rsyslog version]) # UPDATE on release
AC_DEFINE(VERSION_MONTH, 04, [month part of real rsyslog version]) # UPDATE on release