solar-engine / common-chicken-runtime-engine

The CCRE is Team 1540's powerful open-source robot code framework, primarily for FIRST Robotics Competition robots.
GNU Lesser General Public License v3.0
24 stars 4 forks source link

Minor revision release candidate: 3.1.0 #150

Closed celskeggs closed 8 years ago

celskeggs commented 8 years ago

Release of CCRE with API 3.1.0.

Major changes:
* Add support for 2016 roboRIO image

Minor changes:
* Support new mDNS hostname
* Remove extraneous StandardStreamLogger
* Add support for testing logging messages
* Add testbed sample for Valkyrie

Bugfixes:
* Fix serialization of PoultryInspector components
* Fix infinite loop bug with recursive error reporting in Cluck
* Fix CCRE version number support
celskeggs commented 8 years ago

Steps:

Travis CI takes care of checking license headers and unit tests. It also should upload the PoultryInspector binary for the final release. Serialization testing should now be done by the PoultryInspector integration test automatically.