prepare for 8.24.0 release

This commit is contained in:
Rainer Gerhards 2017-01-10 10:09:31 +01:00
parent cb50f28fa6
commit 2c9d613d29
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)