Update changelog

This commit is contained in:
rthomas 2020-05-24 06:46:04 +02:00
parent 5684960317
commit e0656480cf

View File

@ -4,6 +4,23 @@ Changelog
0.11.0 - Not Released
---------------------
:ELF:
* :github_user:`JanuszL` enhanced the algorithm that computes the string table.
It moves from a ``N^2`` algorithm to a ``Nlog(N)`` (:commit:`1e0c4e81d4a3fd7282713f111193e42f198f8967`).
* Fix ``.eh_frame`` parsing issue (:commit:`b57f32333a85d0f172206bc5d20aabe2d7942738`)
* :github_user:`aeflores` fixed parsing issue in ELF relocations (:commit:`6c53646bb790acf28f2999527eafad30db7d6b69`)
:PE:
* :github_user:`kohnakagawa` fixed wrong enums values: :commit:`c03125045e32a9cd65c613585eb4d0385350c6d2`, :commit:`6ee808a1e4611d09c6cf0aea82a612be69584db9`, :commit:`cd05f34bae681fc8af4b5e7cc28eaef816802b6f`
* :github_user:`kohnakagawa` fixed a bug in the PE resources parser (:commit:`a7254d1ba935783f16effbc7faddf993c57e82f7`)
:Dependencies:
* Upgrade ``easyloggingpp`` to 9.96.7
* Upgrade ``frozen`` to 1.0.0
* Upgrade ``json`` to 3.7.3
* Upgrade ``pybind11`` to 2.5.0
* Upgrade ``mbedtls`` to 2.16.6
- Bug fix in the symbols table reconstruction (ELF)
- Handle PE forwarded exports (`issues/307 <https://github.com/lief-project/LIEF/issues/307>`_)
- Add ``PT_GNU_PROPERTY`` enum