Release notes for repa 0.2 ============================ - Release Date: Tue May 20 2014 - New features and enhancements: * Implement --processes options for repa list * Reduce amount of information in repa list output * Implement repa info * Make 'project' mandatory config option * Add configuration file info to the man page * Man page enhancements * Minor refactoring * Get rid of --regexp command line option * Implement --colorize option * Implemented --showurls option * Create one SR for all packages in submission * Add -group suffix to the path for the group * Draft implementation of repa diff - Bugfixes: * obs/get_projects: retry OBS operations * repa list: show correct status for submissions with unresolvable packages * repa list: Fixed formatting of output for repa list * repa group: Fix check for common packages * repa list: Fix build status reporting * repa group: disable publishing when aggregating packages Release notes for repa 0.1.1 ============================ - Release Date: 2014-03 - New features and enhancements: * Added --project command line option * Added obs and download urls to 'repa list' output - Bugfixes: * Updated man page regarding grouping. Fixes TINF-492 * Added Committer and commit id into SR comment. Fixes TINF-468 * Fixed crash when rejecting broken packages. * Catch osc exceptions in obs.py:get_projects. Fixes TINF-480