projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1552b46
)
Bump minor version
author
Nikolaus Rath
<Nikolaus@rath.org>
Sun, 7 Apr 2019 14:05:00 +0000
(15:05 +0100)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Sun, 7 Apr 2019 14:21:53 +0000
(15:21 +0100)
cache_readdir flag is a new feature.
ChangeLog.rst
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/ChangeLog.rst
b/ChangeLog.rst
index 1abb66c5c46d828199b7ae06e27b171d8dac617d..d1bbbec4407737607e54a5d48df5a53863b6f284 100644
(file)
--- a/
ChangeLog.rst
+++ b/
ChangeLog.rst
@@
-1,5
+1,5
@@
-Unreleased Changes
-==================
+libfuse 3.5.0 (UNRELEASED)
+==================
========
* Changed ioctl commands to "unsigned int" in order to support commands
which do not fit into a signed int. Commands issued by applications
diff --git
a/meson.build
b/meson.build
index 6121da58d5cb6f80bd4928a5b08cda1f2bba4164..9c35745966549553d0d7f83a4924551c497f51ad 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,4
+1,4
@@
-project('libfuse3', 'c', version: '3.
4.2
',
+project('libfuse3', 'c', version: '3.
5.0
',
meson_version: '>= 0.42',
default_options: [ 'buildtype=debugoptimized' ])