Releases: ascmitc/mhl
Releases · ascmitc/mhl
Release v0.8.1
- Fixing a problem with hash mismatch in haslist references (issue #113)
- Adding a "hash" command for hashing single files, e.g. during trouble shooting
Release v0.8
- adding support for creator info (in create command)
- extended info command for entire history (inc. support for creator info)
- verify command for single files
- dependency update (lxml)
Release v0.7.1
Minor change in xsd that requires multiple hash formats in one hash element to be sorted alphabetically (e.g. "md5" before "sha1"). The manifest creation now also sorts the hash formats accordingly.
Release v0.7.0
Changes:
- Refactoring of
hasher.py
(cleanup, better structure) - New behavior of creating directory hashes (structure hash now also includes hashes of file contents, not only hashes related to file and folder names)
CAUTION: This release changes directory hashes. Directory hashes created with older versions will not verify successfully with this version. We're moving towards version 1.0, so such changes should not happen any more.
Other changes:
- Fixing a typo in chain files' XML syntax
Release v0.6.2
Changes:
- Changing date in manifest file names to UTC according to specification v0.9, section 6.3
Release v0.6.1
Changes:
- fix missing import for dateutil
Release v0.6
Latest changes:
- New Chain File Format XML
- XML fixes for public "committee draft" v0.9 of ASC MHL specification
Release v0.5.1
Changes:
- Add hashdate attribute
Separate content (data) and structure directory hashes.
This changes the directory hash values, which is a breaking change for users who have already sealed directories. This is the reason for bumping the minor version number.
internal package renaming (mhl -> ascmhl)
Merge pull request #86 from cbenhagen/rename Rename python package to ascmhl