mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 17:16:23 +01:00
release 1.1.3
This commit is contained in:
parent
00464e34a9
commit
d089e878ca
10
NEWS
10
NEWS
@ -1,3 +1,13 @@
|
|||||||
|
- 1.1.3
|
||||||
|
- Command-line:
|
||||||
|
- Backup edited messages and notify user about them when osc errors out
|
||||||
|
- Consider only open requests when listing requests with a given review state
|
||||||
|
- Fix 'diff' command when no files are specified
|
||||||
|
- Configuration:
|
||||||
|
- Add glob support to the 'trusted_prj' config option
|
||||||
|
- Library:
|
||||||
|
- Fix core.xmlindent() to work with ElementTree objects
|
||||||
|
|
||||||
- 1.1.2
|
- 1.1.2
|
||||||
- Command-line:
|
- Command-line:
|
||||||
- Add '--buildtool-opt' option passing options to underlying rpmbuild to the 'build' command
|
- Add '--buildtool-opt' option passing options to underlying rpmbuild to the 'build' command
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line client for the Open Build Service
|
Summary: Command-line client for the Open Build Service
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -13,7 +13,7 @@ __all__ = [
|
|||||||
|
|
||||||
|
|
||||||
from .util import git_version
|
from .util import git_version
|
||||||
__version__ = git_version.get_version('1.1.2')
|
__version__ = git_version.get_version('1.1.3')
|
||||||
|
|
||||||
|
|
||||||
# vim: sw=4 et
|
# vim: sw=4 et
|
||||||
|
Loading…
Reference in New Issue
Block a user