Update 0.8.2

Fixes slow range requests on OS X, as WebDAVFS sometimes processes responses only after closing the connection, even though "keep-alive" is requested.
This commit is contained in:
Sebastian Stenzel
2015-10-02 17:36:04 +02:00
parent 9ea9cb6eb2
commit 095f60ec03
11 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
</parent>
<artifactId>crypto-api</artifactId>
<name>Cryptomator cryptographic module API</name>