Projects STRLCPY LIEF Commits a4af271c
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 112 lines
    113 113  - **Nightly**:
    114 114   * SDK: https://lief.s3-website.fr-par.scw.cloud/latest/sdk
    115 115   * Python Wheels: https://lief.s3-website.fr-par.scw.cloud/latest/lief
    116  -- **v0.14.0**: https://github.com/lief-project/LIEF/releases/tag/0.14.0
     116 +- **v0.14.1**: https://github.com/lief-project/LIEF/releases/tag/0.14.1
    117 117   
    118 118  Here are guides to install or integrate LIEF:
    119 119   
    skipped 87 lines
    207 207   
    208 208  ### License
    209 209   
    210  -LIEF is provided under the [Apache 2.0 license](https://github.com/lief-project/LIEF/blob/0.14.0/LICENSE).
     210 +LIEF is provided under the [Apache 2.0 license](https://github.com/lief-project/LIEF/blob/0.14.1/LICENSE).
    211 211   
    212 212  ### Bibtex
    213 213   
    skipped 12 lines
  • ■ ■ ■ ■ ■ ■
    doc/sphinx/changelog.rst
    skipped 42 lines
    43 43   * ``LIEFConfig.cmake`` is now installed in ``<prefix>/lib/cmake/LIEF/``
    44 44   instead of ``<prefix>/share/LIEF/cmake/``
    45 45   
     46 + 
     47 +0.14.1 - February 11th, 2024
     48 +----------------------------
     49 + 
     50 +:ELF:
     51 + * Fix regression in Symbol Version Definition processing (:issue:`1014`)
     52 + 
     53 +:PE:
     54 + * Address :issue:`1016` by creating aliases:
     55 + 
     56 + - :attr:`lief.PE.ContentInfo.digest` to :attr:`lief.PE.SpcIndirectData.digest`
     57 + - :attr:`lief.PE.ContentInfo.digest_algorithm` to :attr:`lief.PE.SpcIndirectData.digest_algorithm`
     58 + 
     59 +:Python:
     60 + 
     61 + * Fix regression in iterator's performances
     62 + 
    46 63  0.14.0 - January 20, 2024
    47 64  -------------------------
    48 65   
    skipped 1353 lines
Please wait...
Page is in error, reload to recover