Update CHANGELOG, bump version

This commit is contained in:
Jerome Charaoui 2019-08-30 13:10:12 -04:00
parent 8f32c5b38f
commit a2587ca2c8
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.8]
### Changed
- Suppressed "-Wunused-function" in ``network.c`` for network related functions.

View File

@ -1,4 +1,4 @@
VERSION=1.1.7
VERSION=1.1.8
CFLAGS+= -g -O2 -Wall -Wextra -Wshadow\
-D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\" \

View File

@ -1,4 +1,4 @@
.TH HTTPDIRFS "1" "August 2019" "HTTPDirFS version 1.1.7" "User Commands"
.TH HTTPDIRFS "1" "August 2019" "HTTPDirFS version 1.1.8" "User Commands"
.SH NAME
HTTPDirFS \- filesystem client for HTTP directory listing
.SH SYNOPSIS