|
| 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 | + |
1 | 8 | 2024-03-27 François Degros <fdegros@chromium.org> |
2 | 9 |
|
3 | 10 | * Released mount-zip 1.0.13: |
|
70 | 77 | - Improve logs |
71 | 78 | - Fix for NetBSD |
72 | 79 |
|
73 | | - |
74 | 80 | 2021-11-28 François Degros <fdegros@chromium.org> |
75 | 81 |
|
76 | 82 | * Released mount-zip 1.0.3: |
|
174 | 180 | directory is not writable. |
175 | 181 |
|
176 | 182 | 2018-02-04 Alexander Galanin <al@galanin.nnov.ru> |
| 183 | + |
177 | 184 | * Released 0.4.5: |
178 | 185 | - #52: Print error message and exit on nonexistent file in read-only mode. |
179 | 186 | - #51: Check return value of chdir(). |
180 | 187 | - Add Reiner Herrmann's patch to make the build reproducible. |
181 | 188 | - Fixed errors found by static code analysis. |
182 | 189 |
|
183 | 190 | 2017-12-04 Alexander Galanin <al@galanin.nnov.ru> |
| 191 | + |
184 | 192 | * Released 0.4.4: |
185 | 193 | - Fixed problem with README installation. |
186 | 194 |
|
187 | 195 | 2017-12-03 Alexander Galanin <al@galanin.nnov.ru> |
| 196 | + |
188 | 197 | * Released 0.4.3: |
189 | 198 | - License changed to GPLv3 or later because LGPLv3 is too confusing. |
190 | 199 | - Support mknod() system call. |
191 | 200 | - Fixed out of bounds write on sparse file (issue #50). |
192 | 201 | - Fixed timestamp and file attribute fields saving into archive. |
193 | 202 |
|
194 | 203 | 2016-02-28 Alexander Galanin <al@galanin.nnov.ru> |
| 204 | + |
195 | 205 | * Released 0.4.2: |
196 | 206 | - Properly handle ZIP_SOURCE_SUPPORTS call introduced in libzip 1.0 (fixes #46) |
197 | 207 |
|
198 | 208 | 2014-07-04 Alexander Galanin <al@galanin.nnov.ru> |
| 209 | + |
199 | 210 | * Released 0.4.1: |
200 | 211 | - Fixed problem with subdir module support. |
201 | 212 | - Applied makefile conventions from GNU Coding Standards. |
|
0 commit comments