Skip to content

Commit 6b44b98

Browse files
committed
Update ChangeLog and bump version for v2.6.0
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent f879fd6 commit 6b44b98

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

ChangeLog.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2626
# SUCH DAMAGE.
2727

28-
AC_INIT([sysklogd], [2.6.0-rc1], [https://github.com/troglobit/sysklogd/issues],,
28+
AC_INIT([sysklogd], [2.6.0], [https://github.com/troglobit/sysklogd/issues],,
2929
[https://github.com/troglobit/sysklogd])
3030
AC_CONFIG_AUX_DIR(aux)
3131
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])

0 commit comments

Comments
 (0)