Releases: aresch/rencode
Releases · aresch/rencode
1.0.6
Mostly just fixes to the packaging.
1.0.5
Fix an issue where rencode could try to decode an infinitely long number by capping it at 64 byte length.
Check the return value of realloc and removed an unnecessary use of malloc.
1.0.3
Minor update to clean-up some code and fix python 2.6 support.