-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* crc_models.py: added crc-32mpeg. Thanks to Thomas Edwards.
- Loading branch information
1 parent
5796fa1
commit 24dc5fb
Showing
5 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# | ||
# Version 0.7.1, 2009-04-05 | ||
# | ||
|
||
2009-03-26 Thomas Pircher <[email protected]> | ||
|
||
* crc_models.py: added crc-32mpeg. Thanks to Thomas Edwards. | ||
|
||
# | ||
# Version 0.7, 2009-02-27 | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" | ||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ | ||
<!ENTITY program_name "pycrc"> | ||
<!ENTITY program_version "0.7"> | ||
<!ENTITY program_version "0.7.1"> | ||
<!ENTITY author_firstname "Thomas"> | ||
<!ENTITY author_surname "Pircher"> | ||
<!ENTITY author_email "[email protected]"> | ||
<!ENTITY author "&author_firstname; &author_surname;"> | ||
<!ENTITY date "2009-02-27"> | ||
<!ENTITY date "2009-04-05"> | ||
<!ENTITY bit-by-bit "bit-by-bit"> | ||
<!ENTITY bit-by-bit-fast "bit-by-bit-fast"> | ||
<!ENTITY table-driven "table-driven"> | ||
|
@@ -223,6 +223,7 @@ | |
<replaceable>crc-24</replaceable>, | ||
<replaceable>crc-32</replaceable>, | ||
<replaceable>crc-32c</replaceable>, | ||
<replaceable>crc-32mpeg</replaceable>, | ||
<replaceable>posix</replaceable>, | ||
<replaceable>jam</replaceable>, | ||
<replaceable>xfer</replaceable>, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters