Commit 58ff1a4e5bb6d9087cc9bc2c69e38150e38b69f8

Authored by decalage2
1 parent e94e735a

doc: updated changelog for 0.60.3

README.md
... ... @@ -33,8 +33,10 @@ Note: python-oletools is not related to OLETools published by BeCubed Software.
33 33 News
34 34 ----
35 35  
36   -- **2025-05-21 v0.60.3**:
37   - - olevba: fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)
  36 +- **2025-05-22 v0.60.3**:
  37 + - olevba:
  38 + - fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)
  39 + - encrypted files: password is now reported in the logs, added --decrypted_dir option (PR #842)
38 40 - **2024-07-02 v0.60.2**:
39 41 - olevba:
40 42 - fixed a bug in open_slk (issue #797, PR #769)
... ...
oletools/README.html
... ... @@ -26,9 +26,13 @@
26 26 <p>Note: python-oletools is not related to OLETools published by BeCubed Software.</p>
27 27 <h2 id="news">News</h2>
28 28 <ul>
29   -<li><strong>2025-05-21 v0.60.3</strong>:
  29 +<li><strong>2025-05-22 v0.60.3</strong>:
30 30 <ul>
31   -<li>olevba: fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)</li>
  31 +<li>olevba:
  32 +<ul>
  33 +<li>fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)</li>
  34 +<li>encrypted files: password is now reported in the logs, added --decrypted_dir option (PR #842)</li>
  35 +</ul></li>
32 36 </ul></li>
33 37 <li><strong>2024-07-02 v0.60.2</strong>:
34 38 <ul>
... ...
oletools/README.rst
... ... @@ -38,10 +38,14 @@ Software.
38 38 News
39 39 ----
40 40  
41   -- **2025-05-21 v0.60.3**:
  41 +- **2025-05-22 v0.60.3**:
42 42  
43   - - olevba: fixed a security issue in the CLI display when ANSI escape
44   - codes are present (PR #873)
  43 + - olevba:
  44 +
  45 + - fixed a security issue in the CLI display when ANSI escape
  46 + codes are present (PR #873)
  47 + - encrypted files: password is now reported in the logs, added
  48 + --decrypted_dir option (PR #842)
45 49  
46 50 - **2024-07-02 v0.60.2**:
47 51  
... ...