2021-01-13 08:59:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 13 07:33:18 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
- Backport patch to add aarch64 support:
|
|
|
|
* add-aarch64-support.patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 13 07:28:20 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
- Update to 0.9.7:
|
|
|
|
* Add missing module to install directives
|
|
|
|
- Update to 0.9.6:
|
|
|
|
* Drop Python 2.7 support. six dependency is no longer needed
|
|
|
|
* Add close_fds and pass_fds to createChild() function
|
|
|
|
* Enhance strace.py output for open flags and open optional parameters
|
|
|
|
* Add support for PowerPC 64-bit (ppc64)
|
|
|
|
|
2020-09-10 16:03:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 10 12:37:13 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
- aarch64 is not yet supported, so exclude it
|
|
|
|
See: https://github.com/vstinner/python-ptrace/issues/57
|
|
|
|
|
2020-08-06 05:42:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 5 12:47:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.9.5
|
|
|
|
* Fix readProcessMappings() for device id on 3 digits. Patch by Cat Stevens.
|
|
|
|
* Drop Python 2 support.
|
|
|
|
|
2019-09-10 11:06:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 10 11:05:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.9.4:
|
|
|
|
* Issue #36: Fix detaching from process object created without is_attached=True
|
|
|
|
* The project now requires the six module.
|
|
|
|
|
2017-09-19 07:11:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 19 07:10:02 UTC 2017 - mimi.vx@gmail.com
|
|
|
|
|
2017-09-19 11:05:16 +00:00
|
|
|
- update to 0.9.3
|
|
|
|
* Fix test_strace.py: tolerate the openat() syscall
|
2017-09-19 07:11:06 +00:00
|
|
|
|
2017-06-29 17:04:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 28 05:58:20 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Trim description, rectify errors.
|
|
|
|
|
2017-06-26 16:44:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 26 16:26:48 UTC 2017 - mimi.vx@gmail.com
|
|
|
|
|
2017-06-29 17:04:49 +00:00
|
|
|
- use simpler macros to build C parts and run tests
|
2017-06-26 16:44:47 +00:00
|
|
|
|
2017-06-26 07:40:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 25 09:00:13 UTC 2017 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 0.9.2
|
|
|
|
- move to singlespec
|
|
|
|
* Fix strace.py when tracing multiple processes: use the correct process.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 27 10:05:42 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- initial packaging
|