Skip to content

Commit 010ad95

Browse files
committed
preparation for minor release 0.7.1
1 parent b46a7f9 commit 010ad95

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
0.7.0
212
=====
313

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def getLongDesc():
3838
try:
3939
setup(
4040
name = 'oscfs',
41-
version = '0.7.0',
41+
version = '0.7.1',
4242
description = 'A FUSE based file system to access Open Build Service (OBS) instances',
4343
long_description = long_desc,
4444
author = 'Matthias Gerstner',

0 commit comments

Comments
 (0)