mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-02 13:43:38 +02:00
release 1.4.2
This commit is contained in:
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
|
- 1.4.1
|
||||||
- Configuration:
|
- Configuration:
|
||||||
- Always display apiurl when asking for credentials
|
- Always display apiurl when asking for credentials
|
||||||
|
@@ -38,7 +38,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 1.4.1
|
Version: 1.4.2
|
||||||
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.1')
|
__version__ = git_version.get_version('1.4.2')
|
||||||
|
|
||||||
|
|
||||||
# vim: sw=4 et
|
# vim: sw=4 et
|
||||||
|
Reference in New Issue
Block a user