We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e37edd commit 0a0540aCopy full SHA for 0a0540a
2 files changed
ChangeLog
@@ -21,6 +21,9 @@
21
- Reject PE images with `SectionAlignment` = 0 (found via fuzzing).
22
- Miscellaneous bug fixes.
23
24
+ Miscellaneous:
25
+ - Update pdgzip subproject. Improves performance by ~25%.
26
+
27
2026-05-01 Mintsuki <mintsuki@protonmail.com>
28
29
*** Release 12.1.0 ***
bootstrap
@@ -50,7 +50,7 @@ if ! test -f version; then
50
clone_repo_commit \
51
https://github.com/iczelia/pdgzip.git \
52
pdgzip \
53
- 632b51b66537e23c532b9be7b3b6c839036e1a19
+ ce578d3f815bf591b78d1689c09b05acf173c095
54
cp pdgzip/pdgzip.c common/compress/pdgzip.c
55
cp pdgzip/pdgzip.h common/compress/pdgzip.h
56
0 commit comments