Skip to content

Commit e3540a5

Browse files
committed
Version 1.0.14
1 parent 3cc6814 commit e3540a5

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

changelog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2024-04-21 François Degros <fdegros@chromium.org>
2+
3+
* Released mount-zip 1.0.14:
4+
- Add --memcache option for in-memory cache file
5+
- Add workaround for cache file on filesystems that don't support O_TMPFILE
6+
- Support older versions of libzip than 1.9.1
7+
18
2024-03-27 François Degros <fdegros@chromium.org>
29

310
* Released mount-zip 1.0.13:
@@ -70,7 +77,6 @@
7077
- Improve logs
7178
- Fix for NetBSD
7279

73-
7480
2021-11-28 François Degros <fdegros@chromium.org>
7581

7682
* Released mount-zip 1.0.3:
@@ -174,28 +180,33 @@
174180
directory is not writable.
175181

176182
2018-02-04 Alexander Galanin <al@galanin.nnov.ru>
183+
177184
* Released 0.4.5:
178185
- #52: Print error message and exit on nonexistent file in read-only mode.
179186
- #51: Check return value of chdir().
180187
- Add Reiner Herrmann's patch to make the build reproducible.
181188
- Fixed errors found by static code analysis.
182189

183190
2017-12-04 Alexander Galanin <al@galanin.nnov.ru>
191+
184192
* Released 0.4.4:
185193
- Fixed problem with README installation.
186194

187195
2017-12-03 Alexander Galanin <al@galanin.nnov.ru>
196+
188197
* Released 0.4.3:
189198
- License changed to GPLv3 or later because LGPLv3 is too confusing.
190199
- Support mknod() system call.
191200
- Fixed out of bounds write on sparse file (issue #50).
192201
- Fixed timestamp and file attribute fields saving into archive.
193202

194203
2016-02-28 Alexander Galanin <al@galanin.nnov.ru>
204+
195205
* Released 0.4.2:
196206
- Properly handle ZIP_SOURCE_SUPPORTS call introduced in libzip 1.0 (fixes #46)
197207

198208
2014-07-04 Alexander Galanin <al@galanin.nnov.ru>
209+
199210
* Released 0.4.1:
200211
- Fixed problem with subdir module support.
201212
- Applied makefile conventions from GNU Coding Standards.

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.13"
22+
#define VERSION "1.0.14"
2323

2424
#endif

0 commit comments

Comments
 (0)