Skip to content

Commit 9a5351f

Browse files
authored
Update release notes for chimera fixes
Corrected the descriptions regarding file creation and attribute handling in the release notes.
1 parent 7154b04 commit 9a5351f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

release-notes-11.2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ dCache now replies w/ 413 Entity Too Large code when various bulk request limit
9191
### chimera
9292

9393

94-
File creation with non basic attributes is now an atomic operation, as the namespace provided can implement it as `create+set attr`.
95-
If the initial file attributes doesn't allow set attribute operation, then such create request will fail.
94+
File creation with non-basic attributes is not an atomic operation, as the provided namespace may implement it as `create+set attr`.
95+
If the initial file attributes don't allow the set-attribute operation, the create request will fail.
9696

97-
thei is now fixed and he initial, non basic attributes can be applied on create.
97+
This is now fixed, and the initial, non-basic attributes can be applied on create.
9898

99-
If tag is only created without any content then ResultSet#getBinaryStream return null as a stream which will trigger NPE.
99+
If a directory tag is created without any content, ResultSet#getBinaryStream returns null, which will trigger an NPE.
100100

101101
This is now fixed.
102102

0 commit comments

Comments
 (0)