* morituri/image/image.py:

* morituri/image/toc.py:
	* morituri/common/checksum.py (added):
	* morituri/common/crc.py (deleted):
	  Rename crc to checksum, because AccurateRip checksums are not CRC's.
This commit is contained in:
Thomas Vander Stichele
2009-04-15 13:23:45 +00:00
parent 1abeac8dcf
commit 9b5050d221
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
2009-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/image.py:
* morituri/image/toc.py:
* morituri/common/checksum.py (added):
* morituri/common/crc.py (deleted):
Rename crc to checksum, because AccurateRip checksums are not CRC's.
2009-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
* examples/ARcue.py: