File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### 2.1.0
4
+
5
+ - More instances of memcpy instead of cast and use memcpy per default
6
+ - Remove inline for c90 support
7
+ - New function to read files via callback functions when adding them
8
+ - Fix out of bounds read while reading Zip64 extended information
9
+ - guard memcpy when n == 0 because buffer may be NULL
10
+ - Implement inflateReset() function
11
+ - Move comp/decomp alloc/free prototypes under guarding #ifndef MZ_NO_MALLOC
12
+ - Fix large file support under Windows
13
+ - Don't warn if _ LARGEFILE64_SOURCE is not defined to 1
14
+ - Fixes for MSVC warnings
15
+ - Remove check that path of file added to archive contains ':' or '\'
16
+ - Add !defined check on MINIZ_USE_ALIGNED_LOADS_AND_STORES
17
+
3
18
### 2.0.8
4
19
5
20
- Remove unimplemented functions (mz_zip_locate_file and mz_zip_locate_file_v2)
You can’t perform that action at this time.
0 commit comments