Skip to content

Commit 059f34b

Browse files
authored
2.1 release prep (#203)
1 parent a5b2428 commit 059f34b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

dist/procdump.spec.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ make CFLAGS="%{optflags}"
5656

5757

5858
%changelog
59+
* Fri Aug 11 2023 Mario Hewardt <marioh@microsoft.com> - 2.1
60+
- Fixes bug that can lead to crash in monitored .NET process
61+
- Adds thread id to profiler tracing
62+
5963
* Wed Jul 26 2023 Mario Hewardt <marioh@microsoft.com> - 2.0
6064
- -gcm allows you to specify generation or heap (LOH and POH) thresholds.
6165
- -gcgen allows you to create a dump at the start and end of a GC.

procdump.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Manpage for procdump.
2-
.TH man 8 "7/26/2023" "2.0" "procdump manpage"
2+
.TH man 8 "8/11/2023" "2.1" "procdump manpage"
33
.SH NAME
44
procdump \- generate coredumps based off performance triggers.
55
.SH SYNOPSIS

src/ProcDumpConfiguration.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ bool PrintConfiguration(struct ProcDumpConfiguration *self)
994994
//--------------------------------------------------------------------
995995
void PrintBanner()
996996
{
997-
printf("\nProcDump v2.0 - Sysinternals process dump utility\n");
997+
printf("\nProcDump v2.1 - Sysinternals process dump utility\n");
998998
printf("Copyright (C) 2023 Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n");
999999
printf("Mark Russinovich, Mario Hewardt, John Salem, Javid Habibi\n");
10001000
printf("Sysinternals - www.sysinternals.com\n\n");

0 commit comments

Comments
 (0)