forked from rebase-helper/rebase-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
65 lines (57 loc) · 2.21 KB
/
ChangeLog
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
News in version 0.9.0:
- Fixed regexp for getting release number from SPEC
- Old sources are now downloaded from Fedora lookaside cache
- Auto-generated and improved CLI documentation and man page
- SpecFile class preparation for pre-download hooks
- Code cleanup and refactorization
- Fixed functionality of '--results-dir' option
- Added support for downloading files of unknown size
- Several upstream monitoring fixes
- Fixed issues caused by Fedora Flag Day
News in version 0.8.0:
- Added support for JSON output format
- Added support for COPR build tool
- Renamed 'fedpkg' build tool to 'koji' to make it more clear
- Downloading of files is now done only using standard Python library and not using PyCURL
- Added support for passing arbitrary extra arguments to local builders (mock, rpmbuild) with '--builder-options'.
- Added new option '--build-retries' allows the user to specify number of build retries (by default 2)
- Added support for csmock check tool
- Many bug fixes and code clean up
News in version 0.6.0:
- calls patches and git operation if exists in %prep section
- support libabipkgdiff
- Several fixes
- replace calling yum with dnf
News in version 0.5.0:
- git rebase method is used instead of patch command
- several decoding issues were fixed
- DiffHelper class is not needed
- Several PEP8 and W1202 fixes
- continue option implemented for git rebase
- added several tests
- Class for operation with Git repositories
News in version 0.4.0:
- we now handle extra versions like 'b1', 'rc1', ...
- improved version extraction from archive name
- added Build Log analyzer to detect unpackaged files or other issues
- Added Bash completion
- logging rebase-helper output to rebase-helper-results directory
- rewrite SpecFile class
News in version 0.3.1:
- new build class
- build-only option
- installing build dependencies in case of rpmbuildtool
- more tests
- RebaseHelperError class for catching exceptions
- Several fixes
News in version 0.3.0:
- pkgdiff class for comparing RPM files
- test suite for archive class and spec file
News in version 0.2.0:
- diff_helper for comparing two tarballs
- applying patches to tarballs
- patch_helper
News in version 0.1.0:
- first draft of the project
- Initial classes
- CLI interface