diff --git a/ChangeLog b/ChangeLog index 398cee07f4..409910c4f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ ---------------------------------------------------------------------------------------- -Scheduled Release 8.2310.0 (aka 2023.10) 2023-10-?? +Scheduled Release 8.2310.0 (aka 2023.10) 2023-10-10 - 2023-10-04: Add CAP_NET_RAW capability due to the omudpspoof module The CAP_NET_RAW ensures the use of RAW and PACKET sockets, which is utilized by the omudpspoof module, more precisely diff --git a/configure.ac b/configure.ac index 3defaf108e..57b3e0546b 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.2310.0.master],[rsyslog@lists.adiscon.com]) # UPDATE on release +AC_INIT([rsyslog],[8.2310.0],[rsyslog@lists.adiscon.com]) # UPDATE on release AC_DEFINE(VERSION_YEAR, 23, [year part of real rsyslog version]) # UPDATE on release AC_DEFINE(VERSION_MONTH, 10, [month part of real rsyslog version]) # UPDATE on release