Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b92ccc

Browse files
Merge pull request python-llfuse#86 from ThomasWaldmann/rel144
release 1.4.4
2 parents 0ca4317 + 3bae8e5 commit 3b92ccc

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ doc/doctrees
77
*.pyc
88
src/llfuse.c
99
src/llfuse*.so
10+
.idea
11+

Changes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
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+
919
Release 1.4.3 (2023-05-09)
1020
==========================
1121

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# to work properly
5454
sys.path.insert(0, os.path.join(basedir, 'src'))
5555

56-
LLFUSE_VERSION = '1.4.3'
56+
LLFUSE_VERSION = '1.4.4'
5757

5858
def main():
5959

0 commit comments

Comments
 (0)