Skip to content

Commit

Permalink
1.5 release prep (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioHewardt authored May 31, 2023
1 parent 24d005e commit 094b0a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/procdump.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ make CFLAGS="%{optflags}"


%changelog
* Thu Jun 1 2023 Mario Hewardt <marioh@microsoft.com> - 1.5
- security hardening

* Fri Mar 3 2023 Mario Hewardt <marioh@microsoft.com> - 1.4.1
- added the capability to dump on .NET 1st chance exception messages
- added wildcard support for .NET exception filters
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 "3/3/2023" "1.4.1" "procdump manpage"
.TH man 8 "6/1/2023" "1.5" "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 @@ -781,7 +781,7 @@ bool PrintConfiguration(struct ProcDumpConfiguration *self)
//--------------------------------------------------------------------
void PrintBanner()
{
printf("\nProcDump v1.4.1 - Sysinternals process dump utility\n");
printf("\nProcDump v1.5 - 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 094b0a0

Please sign in to comment.