diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2014-12-14 00:06:48 +0200 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2014-12-14 18:08:47 +0200 |
commit | 861a97755364a58f2597cc1984ae8bcc0bd8a472 (patch) | |
tree | 520ca661b22a343a86f928a4d2620bd99b1e0313 | |
parent | 97ca191d69be246820e42d8d4225017fdcc3cc5c (diff) | |
download | repa-861a97755364a58f2597cc1984ae8bcc0bd8a472.tar.gz repa-861a97755364a58f2597cc1984ae8bcc0bd8a472.tar.bz2 repa-861a97755364a58f2597cc1984ae8bcc0bd8a472.zip |
Update changelogs for v.0.3
Change-Id: I1ec84ebad0a6ef2c27b1376dbc2e5a1d6b4a7a95
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
-rw-r--r-- | debian/changelog | 20 | ||||
-rw-r--r-- | packaging/repa.changes | 17 |
2 files changed, 32 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index cc28af2..cdfee25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,20 @@ -repa (0.3~0.dev) UNRELEASED; urgency=low +repa (0.3) unstable; urgency=low - * Started to work on 0.3 - - -- Ed Bartosh <ed@ed.fi.intel.com> Wed, 21 May 2014 17:30:26 +0300 + * 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 + * create_sr: Fix unicode issue (Fixes: #1979, #TINF-618) + * 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 + + -- Ed Bartosh <eduard.bartosh@intel.com> Sun, 14 Dec 2014 00:10:02 +0200 repa (0.2) unstable; urgency=low diff --git a/packaging/repa.changes b/packaging/repa.changes index c1d32b8..1237a5c 100644 --- a/packaging/repa.changes +++ b/packaging/repa.changes @@ -1,4 +1,19 @@ -* Tue May 21 2014 Ed Bartosh <eduard.bartosh@intel.com> 0.2 +* Sun Dec 14 2014 Ed Bartosh <ed@ed.fi.intel.com> 0.3 +- 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 +- create_sr: Fix unicode issue (Fixes: #1979, #TINF-618) +- 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 + +* Wed May 21 2014 Ed Bartosh <eduard.bartosh@intel.com> 0.2 - Implement --processes options for repa list (Fixes: #1762) - obs/get_projects: retry OBS operations - Reduce amount of information in repa list output |