mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
release 1.4.1
This commit is contained in:
parent
8f80e1c647
commit
225fea0e06
16
NEWS
16
NEWS
@ -1,3 +1,19 @@
|
|||||||
|
- 1.4.1
|
||||||
|
- Configuration:
|
||||||
|
- Always display apiurl when asking for credentials
|
||||||
|
- Ask for new credentials when user is missing from an apiurl section in the config file
|
||||||
|
- Library:
|
||||||
|
- Fix testing revision for being empty
|
||||||
|
- Fix core.change_request_state_template() to always return a string
|
||||||
|
- Tests:
|
||||||
|
- Replace 'git init -b' with 'git init' and 'git checkout -b'
|
||||||
|
- Spec:
|
||||||
|
- Run fdupes after install
|
||||||
|
- List the python sitelib paths explicitly
|
||||||
|
- Mark csh completion files as configs
|
||||||
|
- Own zsh completion dirs to mute rpmlint errors
|
||||||
|
- Move bash completion from /etc to /usr/share
|
||||||
|
|
||||||
- 1.4.0
|
- 1.4.0
|
||||||
- Command-line:
|
- Command-line:
|
||||||
- Add rootless build support to 'build' command for 'kvm' and 'podman' vm types
|
- Add rootless build support to 'build' command for 'kvm' and 'podman' vm types
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 1.4.0
|
Version: 1.4.1
|
||||||
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.4.0')
|
__version__ = git_version.get_version('1.4.1')
|
||||||
|
|
||||||
|
|
||||||
# vim: sw=4 et
|
# vim: sw=4 et
|
||||||
|
Loading…
Reference in New Issue
Block a user