Skip to content

Commit 859af92

Browse files
committed
Release 1.0.2
1 parent 38860c3 commit 859af92

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
## [Unreleased]
44

5+
## [1.0.2]
6+
- Gradle, Kotlin, and other dependency versions updated.
7+
- Add caching of AclFileAttributeView owner and aclEntries as properties to AttributeCachingPath.
8+
- Modify AttributeCachingFileSystemProvider functions to support AclFileAttributeView.
9+
- Add function overrides to AttributeCachingPath for resolve() and resolveSibling() when called with strings.
10+
- Fixed issues with multithreaded calling of AttributeCachingFileSystemProvider newFileSystem().
11+
512
## [1.0.1]
613
Fixed issues with AttributeCachingPath not being used to wrap parent, root, and filename paths.
714

815
## [1.0.0]
916
Initial work for the file attribute caching filesystem using cached attribute fields that do not expire.
1017

1118
[Unreleased]: https://github.com/pkware/attributeCachingFileSystem/tree/main
19+
[1.0.2]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.2
1220
[1.0.1]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.1
1321
[1.0.0]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ org.gradle.caching=true
1414
org.gradle.jvmargs=-Dfile.encoding=UTF-8
1515
kotlin.code.style=official
1616

17-
attributeCachingFilesystemVersion=1.0.2-SNAPSHOT
17+
attributeCachingFilesystemVersion=1.0.2
1818

1919
POM_NAME=Attribute Caching Filesystem
2020
POM_DESCRIPTION=A File Attribute Caching Filesystem Library

0 commit comments

Comments
 (0)