Skip to content

Commit

Permalink
Release 1.79.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rockuw committed Jun 17, 2016
1 parent 6b28866 commit e7abcc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
ChangeLog for OSSFS
------------------

## v1.79.8 (4/222016)
## v1.79.9 (6/17/2016)

- Print to stderr when check OSS fails (#31)

## v1.79.8 (4/22/2016)

- Fix a bug when truncating an empty file (#27)

Expand Down
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(ossfs, 1.79.8)
AC_INIT(ossfs, 1.79.9)
AC_CONFIG_HEADER([config.h])

AC_CANONICAL_SYSTEM
Expand Down Expand Up @@ -283,4 +283,3 @@ AC_OUTPUT
dnl ----------------------------------------------
dnl end configuration
dnl ----------------------------------------------

0 comments on commit e7abcc5

Please sign in to comment.