Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit b671e77

Browse files
committed
Release v1.10.2
This release improves reliability of both the crash and oops probes. * The crash probe will now reprocess a core file if it encounters missing symbols when creating backtraces the first time. This improves telemetry when run on Clear Linux OS, which downloads debuginfo on-the-fly as needed. * The oops parsing will now capture "unreliable" stack frames for kernel oopses using the same notation as the kernel ("? "). Previously, the parsing code ignored the unreliable flag, so those frames appeared to be trustworthy frames. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
1 parent 2409452 commit b671e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([telemetrics-client], [1.10.1], [https://clearlinux.org/])
5+
AC_INIT([telemetrics-client], [1.10.2], [https://clearlinux.org/])
66
AC_CONFIG_AUX_DIR([build-aux])
77
AM_INIT_AUTOMAKE([1.14 -Wall -Werror -Wno-extra-portability foreign subdir-objects])
88
AM_SILENT_RULES([yes])

0 commit comments

Comments
 (0)