We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46a7f9 commit 010ad95Copy full SHA for 010ad95
NEWS.rst
@@ -1,3 +1,13 @@
1
+0.7.1
2
+=====
3
+
4
+- fix read() with offset especially with large files. This fixes use of
5
+ various tools when applied on oscfs files e.g. `rpm2cpio` or
6
+ `tail *.spec` previously failed or behaved strangely.
7
+- be robust against non-ASCII characters in OBS buildlogs.
8
+- apply caching also to actual file content to be more efficient when e.g.
9
+ operating on larger files.
10
11
0.7.0
12
=====
13
setup.py
@@ -38,7 +38,7 @@ def getLongDesc():
38
try:
39
setup(
40
name = 'oscfs',
41
- version = '0.7.0',
+ version = '0.7.1',
42
description = 'A FUSE based file system to access Open Build Service (OBS) instances',
43
long_description = long_desc,
44
author = 'Matthias Gerstner',
0 commit comments