1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-21 23:33:03 +00:00

Update changelog, for issue 5174 (Enable xattr support, on NetBSD 10+)

This commit is contained in:
Tyson Key 2024-12-19 14:32:16 +00:00
parent 37969ae8e3
commit 9e85119d73

View file

@ -0,0 +1,6 @@
Enhancement: Enable xattr support, on NetBSD 10+
Restic now supports backing up, and restoring extended attributes, on systems running NetBSD 10, or later.
https://github.com/restic/restic/issues/5174
https://github.com/restic/restic/pull/5180