Changelog for
erlang-py_interface-1.3-1.1.noarch.rpm :
Fri Feb 26 13:00:00 2016 kruberAATTzib.de
- updated to version 1.3:
* Add support for encoding of new floats (8 bytes)
* Add support for encoding of bit strings
* Add support for exports (fun M:F/A)
* Add support for funs (fun(...) -> ... end, and fun X/A)
* Encode/decode depending on the peer\'s advertised distr flags
* Convert exceptions from old-style deprecated strings, to classes
- updated to version 1.2.1:
* Fix a bug in the dist top-level make target
- updated to version 1.2:
* Add support for Erlang 17.0 maps. Add a configure check for
maps (don\'t test maps on pre-17.0)
* Move some tests from examples/ to test/ and add a top-level
Makefile target: test
* Add configure checks for eqc[mini] and proper, and run those
tests only if any of them is present.
Thu May 5 14:00:00 2011 kruberAATTzib.de
- updated to version 1.1.1:
* some example files that were new in 1.1 were not included in
the tar ball
- updated to version 1.1:
* Bugfix: now handles incoming packets larger than 64kbytes
* New example examples/run_remote_exec_wrapper.sh, which is a
bit similar to what erl_call does, after an idea by HP Wei.
* New QuickCheck test for pingpong sending of data, see
examples/test_erl_node_pingpong_qc.sh.
- updated to version 1.0:
* Applied a patch by Paul \"TBBle\" Hampson: Erlang/OTP epmd R13B04
compatibility: R13B04 fixed a bug in the epmd\'s handling of the
`extra\' field. This patch makes py_interface work with the
bug-fixed epmd.
- updated to version 0.99:
* Bugfix of call to _HexDumpFormat in DebugHex.
Reported by Paul \"TBBle\" Hampson.
Wed Jan 13 13:00:00 2010 kruberAATTzib.de
- updated to version 0.98:
* Bugfix for handling negative integers, reported by bird devdoer.
Wed Oct 21 14:00:00 2009 kruberAATTzib.de
- updated to version 0.97:
* py_interface/erl_eventhandler.py: handles interrupted system call
exceptions also in the timeout case.
* py_interface/erl_node.py: doc string fix for methods ErlMBox.Send and
ErlNode.SendMsgFromMBox: the order of the process name and node name had
gotten mixed up. Noted by Paul TBBle Hampson.
* py_interface/erl_node_conn.py: Python 2.6 compatibility patch by
David Reiss applied: uses md5 from hashlib if that one is available.
Tue Dec 23 13:00:00 2008 kruberAATTzib.de
- initial package, version 0.96