pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-msgpack



Module Name:    pkgsrc
Committed By:   rodent
Date:           Sun Jun  8 23:17:37 UTC 2014

Modified Files:
        pkgsrc/devel/py-msgpack: Makefile distinfo

Log Message:
0.4.2
Bugs fixed
 * Unpacker doesn't increment refcount of ExtType hook.
 * Packer raises no exception for inputs doesn't fit to msgpack format.

0.4.1
Changes

 * fallback.Unpacker.feed() supports bytearray.

Bugs fixed

 * Unpacker doesn't increment refcount of hooks. Hooks may be GCed while
   unpacking.
 * Unpacker may read unfilled internal buffer.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-msgpack/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-msgpack/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index