diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2014-12-15 14:33:29 +0200 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2014-12-22 15:12:38 +0200 |
commit | 3fe1540f9b47a35c97b50a65ff0dc4d9fde2e68b (patch) | |
tree | 40c890576a28da2093007242ba06a8dc71300d5d | |
parent | bcdca19c376759819f97bbbc38d879f036d17985 (diff) | |
download | repa-3fe1540f9b47a35c97b50a65ff0dc4d9fde2e68b.tar.gz repa-3fe1540f9b47a35c97b50a65ff0dc4d9fde2e68b.tar.bz2 repa-3fe1540f9b47a35c97b50a65ff0dc4d9fde2e68b.zip |
Add release notes for 0.3 to RELEASE_NOTES
Change-Id: I69727b04d95494663537375f8de888dc1d788797
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
-rw-r--r-- | RELEASE_NOTES | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 755faa8..7e45238 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,27 @@ +Release notes for repa 0.3 +============================ + +- Release Date: Tue Dec 16 2014 + +- New features and enhancements: + * group: disable publishing when aggregating packages + * Skip conflicting submissions when creating a group + * group: Implemented parallel package aggregating (Fixes: #1955) + * info: Excluded 'disabled' build status from the list + * list: Implement --ignore command line option + * group: Remove binary package check + * Implement --noaggregate command line and config option (Fixes: #1990) + * List all projects in submitrequest message + * Drop 'Commit' keyword from the submitrequest info + * Reworked repa diff (Fixes: #1869) + * Implement --base option for repa list + * Pylinted codebase + * Output SR for rejected/accepted submissions + +- Bugfixes: + * create_sr: Fix unicode issue (Fixes: #1979, #TINF-618) + + Release notes for repa 0.2 ============================ |