add comments

This commit is contained in:
Joey Hess 2022-09-30 14:04:33 -04:00
parent 1328be2013
commit d91c3500ea
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2022-09-30T17:43:13Z"
content="""
Found the bug: "fd:16: hFlush: illegal operation (handle is closed)"
This exception gets caught after it's actually finished restaging
everything, so it displays the warning unncessarily.
Pretty sure the problem on Windows will have the same cause.
"""]]

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2022-09-30T17:55:20Z"
content="""
I've fixed this, and I'm planning to make a minor release on Monday for it.
"""]]