summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
blob: 755faa816b00bdc03238fc3f385114f78a574e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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