-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 1.8.0 and update ChangeLog
- Loading branch information
1 parent
1061e66
commit e640d4f
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
- Remove --mock-config=AUTO (autogenerating a mock config from a template) | ||
- Fix KeyError on non-RHEL-like systems | ||
* Wed Feb 01 2017 Mátyás Selmeci <[email protected]> - 1.8.0 | ||
- Use koji 1.11 on CSL systems and update template config to koji 1.7+ version | ||
(adds dependency on koji >= 1.7) (SOFTWARE-2566) | ||
- Remove broken --mock-config=AUTO (autogenerating a mock config from a template) | ||
- Fix KeyError on non-RHEL-like systems (e.g. Fedora) | ||
- Improve explanatory text in osg-koji setup (SOFTWARE-2455) | ||
|
||
* Thu Sep 01 2016 Mátyás Selmeci <[email protected]> - 1.7.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = 1.7.1 | ||
VERSION = 1.8.0 | ||
NAME = osg-build | ||
NAME_VERSION = $(NAME)-$(VERSION) | ||
PYDIR = osgbuild | ||
|