We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef554c9 commit 2d5dd8bCopy full SHA for 2d5dd8b
ChangeLog
@@ -1,5 +1,9 @@
1
ChangeLog for OSSFS
2
------------------
3
+## v1.80.2 (06/01/2017)
4
+
5
+- Fix list error when path contains multi-slash
6
+- Print verbose message when failed to mount ossfs
7
8
## v1.80.1 (05/16/2017)
9
configure.ac
@@ -21,7 +21,7 @@
21
dnl Process this file with autoconf to produce a configure script.
22
23
AC_PREREQ(2.59)
24
-AC_INIT(ossfs, 1.80.1)
+AC_INIT(ossfs, 1.80.2)
25
AC_CONFIG_HEADER([config.h])
26
27
AC_CANONICAL_SYSTEM
0 commit comments