mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-25 22:36:13 +01:00
release 1.0.1
This commit is contained in:
parent
2c04bd64d7
commit
a953dcf8b8
8
NEWS
8
NEWS
@ -1,4 +1,10 @@
|
|||||||
- Update to 1.0.0
|
- 1.0.1
|
||||||
|
- Configuration:
|
||||||
|
- Fix a cut&paste error in setting 'disable_hdrmd5_check' config option
|
||||||
|
- Connection:
|
||||||
|
- Set Content-Type of POST requests without data to 'application/x-www-form-urlencoded'
|
||||||
|
|
||||||
|
- 1.0.0
|
||||||
- Command-line:
|
- Command-line:
|
||||||
- Use '.' as a wildcard that resolves to a project or a package name from the current working copy, for example 'osc rdiff ./. -c <num>'
|
- Use '.' as a wildcard that resolves to a project or a package name from the current working copy, for example 'osc rdiff ./. -c <num>'
|
||||||
- Add 'create-pbuild-config' (cpc) command
|
- Add 'create-pbuild-config' (cpc) command
|
||||||
|
@ -13,7 +13,7 @@ __all__ = [
|
|||||||
|
|
||||||
|
|
||||||
from .util import git_version
|
from .util import git_version
|
||||||
__version__ = git_version.get_version('1.0.0')
|
__version__ = git_version.get_version('1.0.1')
|
||||||
|
|
||||||
|
|
||||||
# vim: sw=4 et
|
# vim: sw=4 et
|
||||||
|
Loading…
Reference in New Issue
Block a user