File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ doc/doctrees
77* .pyc
88src /llfuse.c
99src /llfuse * .so
10+ .idea
11+
Original file line number Diff line number Diff line change 66
77**WARNING **: Python-LLFUSE is no longer actively developed.
88
9+ Release 1.4.4 (2023-05-21)
10+ ==========================
11+
12+ - CI: use the matrix for cy/py combinations, support and test on Cython 3 beta
13+ - cy3: cdef void* f(void* d) noexcept with gil, #78
14+ - cy3: cdef nogil -> noexcept nogil
15+ - tests: use shutil.which() instead of which(1) executable
16+ - tests/examples: fix tmpfs: backport fix from pyfuse3
17+ - tests/examples: fix lltest: add statfs implementation, remove -l from umount
18+
919Release 1.4.3 (2023-05-09)
1020==========================
1121
Original file line number Diff line number Diff line change 5353# to work properly
5454sys .path .insert (0 , os .path .join (basedir , 'src' ))
5555
56- LLFUSE_VERSION = '1.4.3 '
56+ LLFUSE_VERSION = '1.4.4 '
5757
5858def main ():
5959
You can’t perform that action at this time.
0 commit comments