Skip to content

Commit f23e7c9

Browse files
committed
Version 1.0.4
1 parent 4929ab2 commit f23e7c9

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2021-12-22 François Degros <fdegros@chromium.org>
2+
3+
* Released mount-zip 1.0.4:
4+
- Add tests
5+
- Add "raw" and "libzip" filename encodings
6+
- Skip filenames longer than NAME_MAX
7+
- Use fuse_main()
8+
- Improve logs
9+
- Fix for NetBSD
10+
11+
112
2021-11-28 François Degros <fdegros@chromium.org>
213

314
* Released mount-zip 1.0.3:

config.h

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

2020
#define FUSE_USE_VERSION 27
2121
#define PROGRAM "mount-zip"
22-
#define VERSION "1.0.3"
22+
#define VERSION "1.0.4"
2323

2424
#endif

0 commit comments

Comments
 (0)