We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5b202 commit 561d028Copy full SHA for 561d028
NEWS
@@ -1,3 +1,7 @@
1
+* fuse-overlayfs-1.0.0
2
+
3
+- fix portability issue to 32 bits archs.
4
5
* fuse-overlayfs-0.7.8
6
7
- report correctly the number of links for a directory also for subsequent stat calls.
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [0.7.8], [giuseppe@scrivano.org])
+AC_INIT([fuse-overlayfs], [1.0.0], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments