Skip to content

Commit 2d5dd8b

Browse files
author
xuensheng
committed
Release 1.80.2
1 parent ef554c9 commit 2d5dd8b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
ChangeLog for OSSFS
22
------------------
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
37

48
## v1.80.1 (05/16/2017)
59

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
dnl Process this file with autoconf to produce a configure script.
2222

2323
AC_PREREQ(2.59)
24-
AC_INIT(ossfs, 1.80.1)
24+
AC_INIT(ossfs, 1.80.2)
2525
AC_CONFIG_HEADER([config.h])
2626

2727
AC_CANONICAL_SYSTEM

0 commit comments

Comments
 (0)