Skip to content

Commit c2bc519

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

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

ChangeLog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Change Log
44
All relevant changes to the project are documented in this file.
55

66

7+
[v2.6.1][] - 2024-07-29
8+
-----------------------
9+
10+
### Changes
11+
- Read `.conf` files from include directories sorted alphabetically
12+
13+
### Fixes
14+
- Add extra linefeed to wall messages to ensure they are seen
15+
- Issue #87: segfault on `SIGTERM`, regression from v2.6.0
16+
17+
718
[v2.6.0][] - 2024-07-15
819
-----------------------
920

@@ -596,7 +607,8 @@ and a replacement for `syslog.h` to enable new features in RFC5424.
596607
- Several bugfixes and improvements, please refer to the .c files
597608

598609

599-
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.6.0...HEAD
610+
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.6.1...HEAD
611+
[v2.6.1]: https://github.com/troglobit/sysklogd/compare/v2.6.0...v2.6.1
600612
[v2.6.0]: https://github.com/troglobit/sysklogd/compare/v2.5.2...v2.6.0
601613
[v2.5.2]: https://github.com/troglobit/sysklogd/compare/v2.5.1...v2.5.2
602614
[v2.5.1]: https://github.com/troglobit/sysklogd/compare/v2.5.0...v2.5.1

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], [https://github.com/troglobit/sysklogd/issues],,
28+
AC_INIT([sysklogd], [2.6.1], [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)