Merge pull request #200 from giuseppe/tag-1.0

fuse-overlays: release 1.0.0
This commit is contained in:
Daniel J Walsh 2020-04-18 06:14:34 -04:00 committed by GitHub
commit ad7e6cdfa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
* fuse-overlayfs-1.0.0
- fix portability issue to 32 bits archs.
* fuse-overlayfs-0.7.8
- report correctly the number of links for a directory also for subsequent stat calls.

View File

@ -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])