Skip to content

Commit

Permalink
NEWS: changes for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerstner committed Oct 20, 2023
1 parent 752ab56 commit efa4a91
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
0.9.0
=====

- use Python3 by default now.
- various small bugfixes:
- fix error if a binary build artifact has zero file size
- fix symlink target in package update links (symlink to maintenance
incidents).
- new --no-urlopen-wrapper command line option to disable the HTTP connection
reuse hack. This is helpful when working against build.suse.de, where
two-factor-authentication is now required and the hack doesn't work with
that anymore.
- new --no-bin-cache command line option to disable caching of large binary files.
- new --use-logfile command line option to write errors and debugging
information to file. This is helpful when oscfs is running as a daemon and
stdout/stderr are discarded.
- implements transparent retry if the OBS server responds with HTTP status 503
(service unavailable).

0.8.1
=====

Expand Down

0 comments on commit efa4a91

Please sign in to comment.