14
0

Accepting request 1008057 from home:yarunachalam:branches:devel:languages:python

- Update to version 0.29 (2022.08.09)
  - Lots of improvements to DWARFv5 support (#400, #411, #418, #419, #429 and
    additional PRs)
  - Support for compressed relocation sections (#395)
  - Support for supplementary object files - debug fission (#426)
  - Improved support for corrupted ELF headers (#434)
  - Readelf used for testing upgraded to 2.38 (#420)
  - Add auto-testing vs. llvm-dwarfdump (#428)

OBS-URL: https://build.opensuse.org/request/show/1008057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyelftools?expand=0&rev=15
This commit is contained in:
2022-10-05 07:36:18 +00:00
committed by Git OBS Bridge
parent a72576ed58
commit 8b76edd5db
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 5 00:06:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.29 (2022.08.09)
- Lots of improvements to DWARFv5 support (#400, #411, #418, #419, #429 and
additional PRs)
- Support for compressed relocation sections (#395)
- Support for supplementary object files - debug fission (#426)
- Improved support for corrupted ELF headers (#434)
- Readelf used for testing upgraded to 2.38 (#420)
- Add auto-testing vs. llvm-dwarfdump (#428)
-------------------------------------------------------------------
Mon Mar 21 08:09:29 UTC 2022 - Dirk Müller <dmueller@suse.com>