mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 22:10:41 +01:00
prepare for 8.24.0 release
This commit is contained in:
parent
cb50f28fa6
commit
2c9d613d29
@ -14,6 +14,8 @@ Version 8.24.0 [v8-stable] 2017-01-10
|
||||
Note that KSI files can have different permissions/owner than the log
|
||||
files themself.
|
||||
Thanks to Allan Park for the patch.
|
||||
- omzmq: new features
|
||||
Thanks to Brian Knox for the patch.
|
||||
- change: when the hostname is empty, we now use "localhost-empty-hostname"
|
||||
In 8.23.0, "localhost" was used in this case, but that could be misleading.
|
||||
The new name makes the error condition (gethostname() should always return
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([rsyslog],[8.24.0.master],[rsyslog@lists.adiscon.com])
|
||||
AC_INIT([rsyslog],[8.24.0],[rsyslog@lists.adiscon.com])
|
||||
|
||||
# AIXPORT START: Detect the underlying OS
|
||||
unamestr=$(uname)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user