Since the next robotics season is approaching I would like to do an xpcc release next week. The name will be `2013` since we are probably going to do annual releases. If we want to do more frequent releases we can add a number (maybe a MINOR and PATCH version) or q1-q4 if we ever want to do quarterly releases. For the release I want to do the following things: 1.) Tag the current master branch as `2012` and then release this version via [github](https://github.com/blog/1547-release-your-software). Does anyone have any thoughts on release notes? 2.) Merge master into develop. 3.) Merge develop into master. 4.) Tag master as `2013` and release via github. Any thoughts on release notes? 5.) Merge _feature/experimental_structure_ into develop. 6.) Delete _feature/experimental_structure_ branch. For the remaining branches I have the following plans: * _feature/tcpip_communication_: rebase on top of the new _develop_ branch. * _feature/stm32_spi_slave_: add SPI Slave code manually to our new develop (I'm working on new SPI code for STM32 at the moment so it might already be on the _experimental_structure_ branch when we do our release). Cherry-pick example projects created on this branch. Then delete. * _feature/display_menu_structure_: this was planed to be included in the `2013` release but will not be ready in time. Thus rebase on top of the new _develop_. * _feature/stellaris_lm4f_support_: keep around because it will be usefull should we ever decide to add LM4F support to xpcc. Since TI has been quick to discontinued this line of uCs it is not certain if we ever will. So does anyone have any comments on this? If not I'll try to do the release together with Niklas probably on Tuesday.