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
|
||||
- Command-line:
|
||||
- Add rootless build support to 'build' command for 'kvm' and 'podman' vm types
|
||||
|
@ -38,7 +38,7 @@
|
||||
%endif
|
||||
|
||||
Name: osc
|
||||
Version: 1.4.0
|
||||
Version: 1.4.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.4.0')
|
||||
__version__ = git_version.get_version('1.4.1')
|
||||
|
||||
|
||||
# vim: sw=4 et
|
||||
|
Loading…
Reference in New Issue
Block a user