Skip to content

Commit a63eda6

Browse files
committed
Version 1.6
1 parent 8af187f commit a63eda6

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: MOUNT-ZIP
33
section: 1
44
header: User Manual
55
footer: mount-zip 1.6
6-
date: December 2024
6+
date: January 2025
77
---
88
# NAME
99

changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2025-01-13 François Degros <fdegros@chromium.org>
2+
3+
* Released mount-zip 1.6:
4+
- By default, create the mount point in the current working directory
5+
- Always use `-o` for command line options
6+
- Don't use path prefixes such as `ROOT`, `UP` or `CUR` for absolute and parent-relative paths
7+
- Keep inode number when updating a directory node
8+
19
2024-12-16 François Degros <fdegros@chromium.org>
210

311
* Released mount-zip 1.4:

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.5"
25+
#define VERSION "1.6"
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.6" "User Manual"
18+
.TH "MOUNT-ZIP" "1" "January 2025" "mount-zip 1.6" "User Manual"
1919
.hy
2020
.SH NAME
2121
.PP

0 commit comments

Comments
 (0)