@@ -14,24 +14,24 @@ All relevant changes to the project are documented in this file.
1414- Semantic change for per-file log rotation settings, no longer possible
1515 to disable log rotation for a file by setting ` rotate=0:0 `
1616- Possible to set only size or count rotation per file
17- - Add support for ' listen addr: port ' to .conf file, issue #83
17+ - Add support for ` listen addr:port ` to .conf file, issue #83
1818
1919### Fixes
2020- Fix #72 : loss of raw kernel log messages to console.
2121 This adds a new command line flag ` -l ` to keep kernel logs to console.
2222 A feature requested by embedded Linux users who often navigate issues
23- by console output.
23+ by console output
2424
2525 With properly configured kernel logging, e.g., ` quiet ` , only error and
2626 above in severity is logged by the kernel directly to the console. So
27- for most users this would be a useful behavior.
27+ for most users this would be a useful behavior
2828- Fix #81 : blocking delay for unreachable remote log server. If DNS
2929 name is used as remote log server, the system may not be able to
3030 resolve it to an IP address (for various reasons). This may lead
3131 to blocking delays in ` syslogd ` causing loss of log messages
3232- Fix #82 : retry creating UNIX and network sockets on failure. This now
3333 allows syslogd to "discover" and bind to addresses that are not yet
34- set when it starts up.
34+ set when it starts up
3535
3636
3737[ v2.5.2] [ ] - 2023-08-21
@@ -596,7 +596,8 @@ and a replacement for `syslog.h` to enable new features in RFC5424.
596596- Several bugfixes and improvements, please refer to the .c files
597597
598598
599- [ UNRELEASED ] : https://github.com/troglobit/sysklogd/compare/v2.5.2...HEAD
599+ [ UNRELEASED ] : https://github.com/troglobit/sysklogd/compare/v2.6.0...HEAD
600+ [ v2.6.0 ] : https://github.com/troglobit/sysklogd/compare/v2.5.2...v2.6.0
600601[ v2.5.2 ] : https://github.com/troglobit/sysklogd/compare/v2.5.1...v2.5.2
601602[ v2.5.1 ] : https://github.com/troglobit/sysklogd/compare/v2.5.0...v2.5.1
602603[ v2.5.0 ] : https://github.com/troglobit/sysklogd/compare/v2.4.4...v2.5.0
0 commit comments