Releases: s3rvac/ssdeep-rs
Releases · s3rvac/ssdeep-rs
0.6.0
- The
compare()
function now returns Result<u8>
instead of Result<i8>
as the return value is always between 0 and 100.
0.5.0
- The
hash()
, hash_from_file()
, and compare()
functions now return a Result
instead of Option
(#4).
compare()
now accepts &str
instead of &[u8]
as hash()
returns String
, not bytes. This simplifies and unifies the library interface.
0.4.0
- Updated the used version of the underlying libfuzzy library to the current
master
(last update: 2019-02-21).
- The
configure
script is now executed directly instead of via sh
when building libfuzzy
.
- Improved the obtaining of the source directory when building
libfuzzy
(#3).
- Added a workaround for forcing
make
not to rebuild any autotools-related files when building libfuzzy
.
0.3.0
- Switched from the deprecated gcc crate to the cc crate.
- Updated the used version of the libc crate to 0.2 (i.e. dropped the patch version requirement).
0.2.0
- Updated the used version of the underlying libfuzzy library to 2.14.1.
- Updated the used version of the libc crate to 0.2.40.
- Updated the used version of the gcc crate to 0.3.58.