mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 17:16:12 +01:00
release 1.4.2
This commit is contained in:
parent
bf0bbf3398
commit
ee5a1c476c
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
||||
- 1.4.2
|
||||
- Command-line:
|
||||
- Change NoPBTextMeter to display no output at all
|
||||
- Fix retrieving the configured user in 'user' command
|
||||
- Configuration:
|
||||
- Restore 'passx' host option that contains an obfuscated password
|
||||
- Fix retrieving a password in case a function returns another callable
|
||||
- Fix retrieving config values in core.vc_export_env()
|
||||
|
||||
- 1.4.1
|
||||
- Configuration:
|
||||
- Always display apiurl when asking for credentials
|
||||
|
@ -38,7 +38,7 @@
|
||||
%endif
|
||||
|
||||
Name: osc
|
||||
Version: 1.4.1
|
||||
Version: 1.4.2
|
||||
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.1')
|
||||
__version__ = git_version.get_version('1.4.2')
|
||||
|
||||
|
||||
# vim: sw=4 et
|
||||
|
Loading…
Reference in New Issue
Block a user