As brought to my attention, one item is missing in this changelog:
The CMake package handler can now display all error and warning messages
during the build. This is currently disabled by default and can be
turned ON by adding the following line to autoproj/init.rb
Autobuild::CMake.show_make_messages = true
Sylvain