Skip to content

Commit b493652

Browse files
committed
Update ChangeLog
1 parent e902072 commit b493652

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ChangeLog.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## Changelog
22

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+
318
### 2.0.8
419

520
- Remove unimplemented functions (mz_zip_locate_file and mz_zip_locate_file_v2)

0 commit comments

Comments
 (0)