File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22title : MOUNT-ZIP
33section : 1
44header : User Manual
5- footer : mount-zip 1.11
5+ footer : mount-zip 1.12
66date : February 2026
77---
88# NAME
Original file line number Diff line number Diff line change 1+ 2026-02-27 François Degros <fdegros@chromium.org>
2+
3+ * Released mount-zip 1.12:
4+ - Fix a build error on macOS
5+ - Improve the build system to automatically find and use
6+ dependencies
7+ - Handle long and deeply nested paths more appropriately
8+ (https://github.com/google/fuse-archive/issues/56)
9+ - Add a `-o nodirs` option to flatten a ZIP's tree structure
10+ - Simplify handling of hard links
11+ - Simplify handling of extra fields
12+ - Check for overflow when converting NTFS timestamps
13+ - Fix a build error by explicitly using `boost::hash`
14+ (https://github.com/google/mount-zip/issues/34)
15+
1162025-08-03 François Degros <fdegros@chromium.org>
217
318 * Released mount-zip 1.10:
Original file line number Diff line number Diff line change 11'\" t
22.\" Automatically generated by Pandoc 3.1.11.1
33.\"
4- .TH "MOUNT\- ZIP" "1" "February 2026" "mount\- zip 1.11 " "User Manual"
4+ .TH "MOUNT\- ZIP" "1" "February 2026" "mount\- zip 1.12 " "User Manual"
55.SH NAME
66\f[B] mount \- zip \f[ R ] \- Mount ZIP archives as FUSE file systems.
77.SH SYNOPSIS
Original file line number Diff line number Diff line change 1919
2020// Odd minor versions (e.g. 1.1 or 1.3) are development versions.
2121// Even minor versions (e.g. 1.2 or 1.4) are stable versions.
22- #define PROGRAM_VERSION " 1.11 "
22+ #define PROGRAM_VERSION " 1.12 "
2323
2424#include < algorithm>
2525#include < cassert>
You can’t perform that action at this time.
0 commit comments