* BREAKING CHANGE: CLI interface has been changed to match ProcDump for
Windows.
* Added new process group trigger (-pgid) which allows monitoring all
processes running in the same process group.
* Build integration improvements
* Various bug fixes
OBS-URL: https://build.opensuse.org/package/show/devel:tools/procdump?expand=0&rev=13
66 lines
2.3 KiB
Plaintext
66 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Dec 5 20:16:58 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.3
|
|
* BREAKING CHANGE: CLI interface has been changed to match ProcDump for
|
|
Windows.
|
|
* Added new process group trigger (-pgid) which allows monitoring all
|
|
processes running in the same process group.
|
|
* Build integration improvements
|
|
* Various bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 5 15:40:06 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update to version 1.2
|
|
* Added -G Signal trigger
|
|
* Added -o custom path/file name for core dumps
|
|
* Small fix for multiple definition with GCC 10+
|
|
(fixes procdump-gcc10.patch that is dropped by now)
|
|
* Small bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 7 08:08:00 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
- Update to version 1.1.1
|
|
* Added -T thread count trigger and -F file descriptor count
|
|
trigger
|
|
- Add procdump-gcc10.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 30 11:56:33 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
Update to version 1.1
|
|
* Added support for .NET Core 3.x+ core dump generation that
|
|
results in manageable core dump sizes (#67)
|
|
* Added -w parameter to support targetting name of the process
|
|
executable (#34, #40)
|
|
* Small bug fixes (#36, #50, #57, #58, #59)
|
|
* Add a multi-distro spec file to build procdump (#29)
|
|
|
|
- Dropped group tag
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 6 11:15:29 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim filler words from descriptions' sentences.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 5 10:36:59 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
- Update to version 1.0.1
|
|
* hook into Travis CI to run integration tests
|
|
* fixed potential deadlock upon malloc failing
|
|
* fixed improper process name parsing and sanitizing process
|
|
name for dump file generation
|
|
* fixed various typos
|
|
* fixed post-build check failures on openSUSE
|
|
|
|
- Dropped procdump-SUSE.patch (merged upstream) and
|
|
procdump-no_return_nonvoid.patch (no longer necessary)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 6 10:12:47 UTC 2017 - aloisio@gmx.com
|
|
|
|
- Initial package (1.0)
|