Skip to content

Commit f42891a

Browse files
committed
Version 1.12
1 parent eda769f commit f42891a

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: MOUNT-ZIP
33
section: 1
44
header: User Manual
5-
footer: mount-zip 1.11
5+
footer: mount-zip 1.12
66
date: February 2026
77
---
88
# NAME

changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
2025-08-03 François Degros <fdegros@chromium.org>
217

318
* Released mount-zip 1.10:

mount-zip.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

mount-zip.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>

0 commit comments

Comments
 (0)