chore: release v2.3.4

This commit is contained in:
2026-05-03 03:06:22 +02:00
parent 062c077a42
commit 10c2268071
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -7,6 +7,11 @@ e il progetto aderisce al [Semantic Versioning](https://semver.org/spec/v2.0.0.h
## [Unreleased] ## [Unreleased]
## [2.3.4] — 2026-05-03
### Fixed
- Windows build error `C1083: Cannot open include file` for `Common/Common.h`, `IPassword.h`, `C/Alloc.h` and other vendor headers in bundle source files. Bundle NSIS sources (`Main.cpp`, `ExtractCallbackConsole.cpp`, `MainAr.cpp`, `StdAfx.h`) use relative `../` includes that resolve correctly on Linux via POSIX symlinks but fail on Windows where no symlinks exist. Added `versions/VER/CPP/7zip/UI/Common/` to `AdditionalIncludeDirectories` in all five bundle vcxproj files (25.01, 26.00, 26.01) so MSVC resolves the relative paths against the vendor tree.
## [2.3.3] — 2026-05-03 ## [2.3.3] — 2026-05-03
### Fixed ### Fixed
+1 -1
View File
@@ -1 +1 @@
2.3.3 2.3.4