summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
blob: 7e4523808de94dbafe8262d4239b17de5b9d23b5 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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
============================

- 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