diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2014-05-20 20:29:25 +0300 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2014-05-21 17:29:43 +0300 |
commit | 28f717a1c0b16a05a37cb31a281e5cc0437f8b69 (patch) | |
tree | 2c1aa1ecd40717aaf099bc32977cc2bb62db9aec /RELEASE_NOTES | |
parent | dbe0091f6220ee190bd268f186f683eec503cdbe (diff) | |
download | repa-28f717a1c0b16a05a37cb31a281e5cc0437f8b69.tar.gz repa-28f717a1c0b16a05a37cb31a281e5cc0437f8b69.tar.bz2 repa-28f717a1c0b16a05a37cb31a281e5cc0437f8b69.zip |
Added release notes for v0.2
Change-Id: I787a06d2b1bbb88bcd1a943657759ad0e89f9228
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index b89330d..6e98e42 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,31 @@ +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 + + Release notes for repa 0.1.1 ============================ |