Skip to content

Commit 4e253e2

Browse files
author
alex.jq
committed
Release 1.80.3
1 parent 30162ad commit 4e253e2

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.3 (12/10/2017)
4+
5+
- Fix a rename bug
6+
37
## v1.80.2 (06/01/2017)
48

59
- Fix list error when path contains multi-slash

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.2)
24+
AC_INIT(ossfs, 1.80.3)
2525
AC_CONFIG_HEADER([config.h])
2626

2727
AC_CANONICAL_SYSTEM

0 commit comments

Comments
 (0)