Changelog for package genpy
0.4.16 (2014-02-25)
- revert "python 3 compatibility" (introduced in 0.4.15)
0.4.15 (2014-01-07)
- python 3 compatibility (#22)
- use PYTHON_EXECUTABLE when invoking scripts for better Windows support (#23)
- improve exception message when message type does not match (#21)
0.4.14 (2013-08-21)
- make genpy relocatable (ros/catkin#490)
- enable int/long values for list of time/duration (#13)
- fix issue with time/duration message fields (without std_msgs prefix) when used as array (ros/ros_comm#252)
- fix Time() for seconds being of type long on 32-bit systems (fix #15)
- fix passing keys to _fill_message_args (#20)
0.4.13 (2013-07-03)
- check for CATKIN_ENABLE_TESTING to enable configure without tests
0.4.12 (2013-06-18)
- fix deserialize bytes in Python3 (#10)
0.4.10 (2012-12-21)
- first public release for Groovy