File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
----------------------------------------------------------------------------------------
2
+ Scheduled Release 8.2402.0 (aka 2024.02) 2024-02-??
3
+ ----------------------------------------------------------------------------------------
2
4
Scheduled Release 8.2312.0 (aka 2023.12) 2023-12-12
3
5
- 2023-12-11: imjournal: Add new input module parameter 'defaulttag'
4
6
The DefaultTag option specifies the default value for the tag field.
Original file line number Diff line number Diff line change 2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
AC_PREREQ ( 2.61 )
5
- AC_INIT ( [ rsyslog] ,[ 8.2312.0 ] ,[ rsyslog@lists.adiscon.com] ) # UPDATE on release
6
- AC_DEFINE ( VERSION_YEAR , 23 , [ year part of real rsyslog version] ) # UPDATE on release
7
- AC_DEFINE ( VERSION_MONTH , 12 , [ month part of real rsyslog version] ) # UPDATE on release
5
+ AC_INIT ( [ rsyslog] ,[ 8.2402.0.master ] ,[ rsyslog@lists.adiscon.com] ) # UPDATE on release
6
+ AC_DEFINE ( VERSION_YEAR , 24 , [ year part of real rsyslog version] ) # UPDATE on release
7
+ AC_DEFINE ( VERSION_MONTH , 2 , [ month part of real rsyslog version] ) # UPDATE on release
8
8
9
9
AM_INIT_AUTOMAKE ( [ subdir-objects] )
10
10
You can’t perform that action at this time.
0 commit comments