Commit c777917554478ecc378678c227c87654fe57f47b

Authored by Jay Berkenbilt
1 parent 56bb66f2

Add release note for Windows build improvement

Showing 1 changed file with 7 additions and 0 deletions
manual/release-notes.rst
... ... @@ -32,6 +32,13 @@ more detail.
32 32  
33 33 - Build fixes
34 34  
  35 + - Improve experience for local development on Windows. Perl is no
  36 + longer required to build when using MinGW. qpdf should build
  37 + "out of the box" on Windows with an IDE such as JetBrains CLion
  38 + that bundles mingw or that uses an installation of Visual
  39 + Studio. Perl and a POSIX-like environment such as msys2 is still
  40 + required to run tests.
  41 +
35 42 - Fix Android build issues.
36 43  
37 44 12.1.0: April 6, 2025
... ...