Skip to content

Commit

Permalink
2.1 release prep (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioHewardt authored Aug 11, 2023
1 parent a5b2428 commit 059f34b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist/procdump.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ make CFLAGS="%{optflags}"


%changelog
* Fri Aug 11 2023 Mario Hewardt <[email protected]> - 2.1
- Fixes bug that can lead to crash in monitored .NET process
- Adds thread id to profiler tracing

* Wed Jul 26 2023 Mario Hewardt <[email protected]> - 2.0
- -gcm allows you to specify generation or heap (LOH and POH) thresholds.
- -gcgen allows you to create a dump at the start and end of a GC.
Expand Down
2 changes: 1 addition & 1 deletion procdump.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manpage for procdump.
.TH man 8 "7/26/2023" "2.0" "procdump manpage"
.TH man 8 "8/11/2023" "2.1" "procdump manpage"
.SH NAME
procdump \- generate coredumps based off performance triggers.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src/ProcDumpConfiguration.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ bool PrintConfiguration(struct ProcDumpConfiguration *self)
//--------------------------------------------------------------------
void PrintBanner()
{
printf("\nProcDump v2.0 - Sysinternals process dump utility\n");
printf("\nProcDump v2.1 - Sysinternals process dump utility\n");
printf("Copyright (C) 2023 Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n");
printf("Mark Russinovich, Mario Hewardt, John Salem, Javid Habibi\n");
printf("Sysinternals - www.sysinternals.com\n\n");
Expand Down

0 comments on commit 059f34b

Please sign in to comment.