Skip to content

Commit 7e9e857

Browse files
committed
Version 1.8
1 parent 675f111 commit 7e9e857

4 files changed

Lines changed: 8 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.7
5+
footer: mount-zip 1.8
66
date: February 2025
77
---
88
# NAME

changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-02-19 François Degros <fdegros@chromium.org>
2+
3+
* Released mount-zip 1.8:
4+
- Use FUSE 3 by default
5+
16
2025-01-13 François Degros <fdegros@chromium.org>
27

38
* Released mount-zip 1.6:

mount-zip.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
. ftr VB CB
1616
. ftr VBI CBI
1717
.\}
18-
.TH "MOUNT-ZIP" "1" "February 2025" "mount-zip 1.7" "User Manual"
18+
.TH "MOUNT-ZIP" "1" "February 2025" "mount-zip 1.8" "User Manual"
1919
.hy
2020
.SH NAME
2121
.PP

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.7"
22+
#define PROGRAM_VERSION "1.8"
2323

2424
#include <algorithm>
2525
#include <cassert>

0 commit comments

Comments
 (0)