Releases: drake127/bsdiff
Releases · drake127/bsdiff
4.3.3
4.3.2
- Added support for processing files larger than 2 GB.
- Further optimization of bspatch (~4 % gain).
- Fixed stack overflow in bsdiff for edge cases.
v4.3.1
- Added support for Clang and MSVC compilers.
4.3.0
This is the initial release of this project. It behaves the same way as the Edsley's implementation with several improvements listed below.
Changes:
- Added header compatibility when used in C++ projects.
- Added control buffer optimization to generate smaller patch files.
- Fixes CVE-2014-9862 (heap overflow in bspatch).
- Switched to CMake build process. This should allow Windows builds in future.
- Read and write callbacks now specify which buffer is being read/written so that custom implementation can use different patch file format.