Skip to content

Commit 5b89819

Browse files
committed
Version 1.4
1 parent e179628 commit 5b89819

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2024-12-16 François Degros <fdegros@chromium.org>
2+
3+
* Released mount-zip 1.4:
4+
- Handle file paths starting with "./" (https://github.com/google/mount-zip/issues/29)
5+
- Adjust blackbox tests so that they can successfully run in a different time zone than the author's time zone
6+
17
2024-12-09 François Degros <fdegros@chromium.org>
28

39
* Released mount-zip 1.2:
@@ -19,8 +25,8 @@
1925

2026
* Released mount-zip 1.0.14:
2127
- Add --memcache option for in-memory cache file
22-
- Add workaround for cache file on filesystems that don't support O_TMPFILE
23-
- Support older versions of libzip than 1.9.1
28+
- Add workaround for cache file on filesystems that don't support O_TMPFILE (https://github.com/google/mount-zip/issues/23)
29+
- Support older versions of libzip than 1.9.1 (https://github.com/google/mount-zip/issues/20)
2430

2531
2024-03-27 François Degros <fdegros@chromium.org>
2632

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.3"
25+
#define VERSION "1.4"
2626

2727
#endif

0 commit comments

Comments
 (0)