mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
0.2.1
This commit is contained in:
parent
814c42c291
commit
f74ce3caaa
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
0.2.1
|
0.2.1
|
||||||
=======
|
=======
|
||||||
:release date: NOT RELEASED YET
|
:release date: 2012-08-20
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
-------
|
-------
|
||||||
|
@ -12,6 +12,9 @@ Changes
|
||||||
|
|
||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
* Fix msgpack didn't work on SPARC Solaris. It was because choosing wrong byteorder
|
||||||
|
on compilation time. Use ``sys.byteorder`` to get correct byte order.
|
||||||
|
Very thanks to Chris Casey for giving test environment to me.
|
||||||
|
|
||||||
|
|
||||||
0.2.0
|
0.2.0
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
version = (0, 2, 1, 'dev1')
|
version = (0, 2, 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue