From f7b3cea47db706da952e95b27b15c8a844992c81 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Tue, 23 Feb 2021 16:30:42 -0400 Subject: [PATCH] update changelog --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 525614f3..5d6ac00e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +autotier (1.0.1-1focal) focal; urgency=medium + + * Use file handles for everything by setting nullpath_ok in fuse config. + * Rewrite readdir and implement opendir and releasedir to use fi->fh. + * Keep track of live tier usage based on file size inside tier. + * Fix bug where tier worker thread doesn't exit on unmount. + * Fix bug where ownership and permissions aren't properly copied. + * Implement extended attribute methods. + + -- Josh Boudreau Tue, 23 Feb 2021 4:27:00 -0400 + autotier (1.0.0-1focal) focal; urgency=high * Initial packaging of autotier for Ubuntu Focal.