-------------------
* remove including workspace.cmake if it exists, use -C and/or -DCMAKE_USER_MAKE_RULES_OVERRIDE instead (`377 <https://github.com/ros/catkin/issues/377>`_)
* change catkin_test_results return code based on failing tests (`392 <https://github.com/ros/catkin/issues/392>`_)
* apply CATKIN_BUILD_BINARY_PACKAGE for catkin (`395 <https://github.com/ros/catkin/issues/395>`_)
* modify extra file handling to make the generated code relocatable (`369 <https://github.com/ros/catkin/issues/369>`_)
* various improvements and fixes for Windows (`388 <https://github.com/ros/catkin/issues/388>`_, `390 <https://github.com/ros/catkin/issues/390>`_, `391 <https://github.com/ros/catkin/issues/391>`_, `393 <https://github.com/ros/catkin/issues/393>`_, `ros-infrastructure/catkin_pkg35 <https://github.com/ros-infrastructure/catkin_pkg/issues/35>`_)
* fixes:
* fix --force-cmake for catkin_make_isolation (regression from 0.5.64)
* fix catkin_package_version and catkin_prepare_release when no packages are found (`387 <https://github.com/ros/catkin/issues/387>`_)
* fix catkin_prepare_release bumping wrong part of the version (`386 <https://github.com/ros/catkin/issues/386>`_)
* handle dependencies that are imported libraries (`378 <https://github.com/ros/catkin/issues/378>`_)
* for a complete list of changes see the `commit log for 0.5.65 <https://github.com/ros/catkin/compare/0.5.64...0.5.65>`_