Skip to content

Commit efa4a91

Browse files
committed
NEWS: changes for next release
1 parent 752ab56 commit efa4a91

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

NEWS.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
0.9.0
2+
=====
3+
4+
- use Python3 by default now.
5+
- various small bugfixes:
6+
- fix error if a binary build artifact has zero file size
7+
- fix symlink target in package update links (symlink to maintenance
8+
incidents).
9+
- new --no-urlopen-wrapper command line option to disable the HTTP connection
10+
reuse hack. This is helpful when working against build.suse.de, where
11+
two-factor-authentication is now required and the hack doesn't work with
12+
that anymore.
13+
- new --no-bin-cache command line option to disable caching of large binary files.
14+
- new --use-logfile command line option to write errors and debugging
15+
information to file. This is helpful when oscfs is running as a daemon and
16+
stdout/stderr are discarded.
17+
- implements transparent retry if the OBS server responds with HTTP status 503
18+
(service unavailable).
19+
120
0.8.1
221
=====
322

0 commit comments

Comments
 (0)