From e8d1288ea1228b7484f19c382974749fc94ebbee Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 9 Aug 2022 09:11:09 +0200 Subject: [PATCH] prepare for 8.2208.0 scheduled stable release --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ffa41d7ba5..d6e26bf192 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ ---------------------------------------------------------------------------------------- -Scheduled Release 8.2208.0 (aka 2022.08) 2022-08-?? +Scheduled Release 8.2208.0 (aka 2022.08) 2022-08-09 - 2022-08-09: ksi bugfix: request cache size and send timeout issue fixed. Async service send timeout is not configurable and request cache size is too small to handle large amount of signing requests with small amount of permitted diff --git a/configure.ac b/configure.ac index 6da9ddbbed..f7973a0538 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[8.2208.0.master],[rsyslog@lists.adiscon.com]) # UPDATE on release +AC_INIT([rsyslog],[8.2208.0],[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, 8, [month part of real rsyslog version]) # UPDATE on release