We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91526a commit a08e14aCopy full SHA for a08e14a
CHANGELOG.md
@@ -5,6 +5,13 @@
5
6
# Changelog
7
8
+## v1.15.1
9
+
10
+* Bug fixes
11
+ * Add program name back to kmsg logs that was unintentionally removed from
12
+ v1.15.0.
13
+ * Add microsecond precision to pmsg timestamps
14
15
## v1.15.0
16
17
This release adds support for logging breadcrumbs to the Linux pstore pmsg
Makefile
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: MIT
4
-VERSION=1.15.0
+VERSION=1.15.1
CFLAGS+=-Wall -Wextra -O2
0 commit comments