mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 21:58:41 +02:00
release 1.3.1
This commit is contained in:
13
NEWS
13
NEWS
@@ -1,3 +1,16 @@
|
||||
- 1.3.1
|
||||
- Command-line:
|
||||
- Fix string + int concatenation errors in 'build' command by using f-strings instead
|
||||
- Fix '--all' option in 'rebuild' command
|
||||
- Fix 'build' command when '--alternative-project' option is specified and the git branch cannot be mapped to a project
|
||||
- Stop suggesting that the working directory is git/mercurial/svn/cvs
|
||||
- Be helpful in deprecating commands
|
||||
- Configuration:
|
||||
- Add more config options among integer options
|
||||
- Library:
|
||||
- Fix GitStore to error out properly if there is no 'origin' remote in the git repo
|
||||
- print_buildlog: Remove control characters from build log before printing (CVE-2012-1095)
|
||||
|
||||
- 1.3.0
|
||||
- Command-line:
|
||||
- Add experimental support of Git SCM to the 'build' command
|
||||
|
@@ -31,7 +31,7 @@
|
||||
%endif
|
||||
|
||||
Name: osc
|
||||
Version: 1.3.0
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: Command-line client for the Open Build Service
|
||||
License: GPL-2.0-or-later
|
||||
|
@@ -13,7 +13,7 @@ __all__ = [
|
||||
|
||||
|
||||
from .util import git_version
|
||||
__version__ = git_version.get_version('1.3.0')
|
||||
__version__ = git_version.get_version('1.3.1')
|
||||
|
||||
|
||||
# vim: sw=4 et
|
||||
|
Reference in New Issue
Block a user