File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Unreleased
2
+
3
+ * Support Unicode in filenames (encoded as UTF8).
4
+ * Reduce peak memory consumption when unpacking large files.
5
+
1
6
## 0.6.0.0 Bodigrim <[email protected] > December 2023
2
7
3
8
This release features support for long file paths and symlinks
11
16
where possible.
12
17
* Modules which used to ` import Codec.Archive.Tar (Entry(..)) ` should now
13
18
` import Codec.Archive.Tar (Entry, pattern Entry) ` and similar for other ` Gen ` -types.
14
- Another option is import the entire module qualified.
19
+ Another option is to import the entire module qualified.
15
20
* Redesign ` Codec.Archive.Tar.Check ` .
16
21
* Change types of ` checkSecurity ` , ` checkTarbomb ` , ` checkPortability ` .
17
22
* Add offending path as new field to ` TarBombError ` constructor.
You can’t perform that action at this time.
0 commit comments