Skip to content

Commit b6d1ae2

Browse files
committed
Bump version and update ChangeLog for v2.5.0 release
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent f926039 commit b6d1ae2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44
All relevant changes to the project are documented in this file.
55

66

7-
[v2.5.0][UNRELEASED]
7+
[v2.5.0][] - 2023-04-30
88
-----------------------
99

1010
### Changes
@@ -14,7 +14,7 @@ All relevant changes to the project are documented in this file.
1414
disables compression for all other log targets
1515
- The default `syslog.conf` now logs debug messages again (disabled in
1616
v2.4.0) due to problems (confusion) reported in the field
17-
- Dropped not recommend `KillMode=process` from systemd unit file
17+
- Dropped not recommended `KillMode=process` from systemd unit file
1818

1919
### Fixes
2020
- Issue #60: document how to set side-wide permissions on log files
@@ -543,7 +543,7 @@ and a replacement for `syslog.h` to enable new features in RFC5424.
543543
- Several bugfixes and improvements, please refer to the .c files
544544

545545

546-
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.4.4...HEAD
546+
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.5.0...HEAD
547547
[v2.5.0]: https://github.com/troglobit/sysklogd/compare/v2.4.4...v2.5.0
548548
[v2.4.4]: https://github.com/troglobit/sysklogd/compare/v2.4.3...v2.4.4
549549
[v2.4.3]: https://github.com/troglobit/sysklogd/compare/v2.4.2...v2.4.3

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