Skip to content

Commit 3332c55

Browse files
committed
Update changelog and bump version for v2.5.2
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 55ced93 commit 3332c55

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ChangeLog.md

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

66

7+
[v2.5.2][] - 2023-08-21
8+
-----------------------
9+
10+
Minor fix release.
11+
12+
### Fixes
13+
- Issue #67: restore support for reading kernel logs from `/proc/kmsg`,
14+
regression introduced in v2.4.0, issue #48.
15+
16+
717
[v2.5.1][] - 2023-08-01
818
-----------------------
919

@@ -556,7 +566,8 @@ and a replacement for `syslog.h` to enable new features in RFC5424.
556566
- Several bugfixes and improvements, please refer to the .c files
557567

558568

559-
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.5.0...HEAD
569+
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.5.2...HEAD
570+
[v2.5.2]: https://github.com/troglobit/sysklogd/compare/v2.5.1...v2.5.2
560571
[v2.5.1]: https://github.com/troglobit/sysklogd/compare/v2.5.0...v2.5.1
561572
[v2.5.0]: https://github.com/troglobit/sysklogd/compare/v2.4.4...v2.5.0
562573
[v2.4.4]: https://github.com/troglobit/sysklogd/compare/v2.4.3...v2.4.4

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