Skip to content

Commit ba2771b

Browse files
committed
Version 1.2
1 parent a14dda1 commit ba2771b

4 files changed

Lines changed: 12 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.0
5+
footer: mount-zip 1.2
66
date: December 2024
77
---
88
# NAME

changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2024-12-09 François Degros <fdegros@chromium.org>
2+
3+
* Released mount-zip 1.2:
4+
- Default file UID/GID is the UID/GID of the user running mount-zip
5+
- Add dmask and fmask options
6+
- Sensible default access bits
7+
- Better handling of default_permissions option
8+
- Better handling of double filename extensions (e.g. .tar.gz)
9+
110
2024-06-02 François Degros <fdegros@chromium.org>
211

312
* Released mount-zip 1.0.15:

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222

2323
// Odd minor versions (e.g. 1.1 or 1.3) are development versions.
2424
// Even minor versions (e.g. 1.2 or 1.4) are stable versions.
25-
#define VERSION "1.1"
25+
#define VERSION "1.2"
2626

2727
#endif

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" "December 2024" "mount-zip 1.0" "User Manual"
18+
.TH "MOUNT-ZIP" "1" "December 2024" "mount-zip 1.2" "User Manual"
1919
.hy
2020
.SH NAME
2121
.PP

0 commit comments

Comments
 (0)