Files
pev/pev.changes
Martin Hauke ce6110d4f5 - Update to version 0.81
New features
  * peldd: new tool to check library dependencies from PE files.
  * peres: be able to extract and restore icons from resources.
  * peres: print both file and product versions.
  * readpe: exported function now displays Address and Name.
  * readpe: imported function now displays Hint and Name.
  Improvements
  * Added support for OpenSSL 1.1.
  * peres: New resources directory parser, which has been moved
    to libpe.
  * readpe: section output renamed and rearranged according to PE
    specification.
  Fixes
  * output/json: properly escape controle codes.
  * pehash: multiple security fixes.
  * fix multiple memory leaks.
  * plugins: fix readdir bug.
  * readpe: check if timestamp is valid.
  * pepack: remove bad packer signatures.
  * readpe: fixed ordinal to name resolution in print_export.
  * output/json: fix invalid JSON output.
  * readpe: non-existent and/or non-mapped characteristic names
    were causing invalid JSON output.
  * readpe: fix output of section size. Large values were
    printed as negative due to the improper format specifier.
  * readpe: properly read section names.
  * fix binary garbage on stderr when open() fails.
- Create subpackages for the libpe library
- Specfile cleanup

OBS-URL: https://build.opensuse.org/package/show/home:mnhauke/pev?expand=0&rev=3
2021-01-31 15:20:27 +00:00

40 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Sun Jan 31 15:06:51 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.81
New features
* peldd: new tool to check library dependencies from PE files.
* peres: be able to extract and restore icons from resources.
* peres: print both file and product versions.
* readpe: exported function now displays Address and Name.
* readpe: imported function now displays Hint and Name.
Improvements
* Added support for OpenSSL 1.1.
* peres: New resources directory parser, which has been moved
to libpe.
* readpe: section output renamed and rearranged according to PE
specification.
Fixes
* output/json: properly escape controle codes.
* pehash: multiple security fixes.
* fix multiple memory leaks.
* plugins: fix readdir bug.
* readpe: check if timestamp is valid.
* pepack: remove bad packer signatures.
* readpe: fixed ordinal to name resolution in print_export.
* output/json: fix invalid JSON output.
* readpe: non-existent and/or non-mapped characteristic names
were causing invalid JSON output.
* readpe: fix output of section size. Large values were
printed as negative due to the improper format specifier.
* readpe: properly read section names.
* fix binary garbage on stderr when open() fails.
- Create subpackages for the libpe library
- Specfile cleanup
-------------------------------------------------------------------
Tue Jan 10 18:53:02 UTC 2017 - mardnh@gmx.de
- initial package