Skip to content

Releases: ascmitc/mhl

Release v0.7.1

15 Dec 08:29
f767194
Compare
Choose a tag to compare
Release v0.7.1 Pre-release
Pre-release

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

01 Dec 21:09
1e12c21
Compare
Choose a tag to compare
Release v0.7.0 Pre-release
Pre-release

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

08 Oct 16:27
6a7b401
Compare
Choose a tag to compare
Release v0.6.2 Pre-release
Pre-release

Changes:

  • Changing date in manifest file names to UTC according to specification v0.9, section 6.3

Release v0.6.1

08 Oct 15:46
e01fb0d
Compare
Choose a tag to compare
Release v0.6.1 Pre-release
Pre-release

Changes:

  • fix missing import for dateutil

Release v0.6

01 Oct 17:51
abcb928
Compare
Choose a tag to compare
Release v0.6 Pre-release
Pre-release

Latest changes:

  • New Chain File Format XML
  • XML fixes for public "committee draft" v0.9 of ASC MHL specification

Release v0.5.1

07 Jul 19:35
c7c2d09
Compare
Choose a tag to compare
Release v0.5.1 Pre-release
Pre-release

Changes:

  • Add hashdate attribute

Separate content (data) and structure directory hashes.

15 Jun 18:07
87d4c19
Compare
Choose a tag to compare

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)

10 Jun 09:59
c23e546
Compare
Choose a tag to compare
Merge pull request #86 from cbenhagen/rename

Rename python package to ascmhl

fix testing matrix

09 Jun 20:08
766665f
Compare
Choose a tag to compare
fix testing matrix Pre-release
Pre-release
Merge pull request #81 from cbenhagen/matrix

Use matrix strategy for tests

Package upgrades and bug fixes

09 Jun 18:28
679942f
Compare
Choose a tag to compare
Pre-release

This release contains several recently merged bug fixes and package upgrades.