Skip to content

Commit

Permalink
Merge branch 'release-v0.1.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
cad committed Sep 19, 2017
2 parents 670278b + f632752 commit 89cf088
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 10 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [v0.1.16](https://github.com/cad/ovpm/tree/v0.1.16) (2017-09-19)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.15...v0.1.16)

**Fixed bugs:**

- ovpmd.service wrong exe path... [\#47](https://github.com/cad/ovpm/issues/47)

## [v0.1.15](https://github.com/cad/ovpm/tree/v0.1.15) (2017-09-12)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.14...v0.1.15)

**Implemented enhancements:**

- rest api authentication [\#45](https://github.com/cad/ovpm/issues/45)

## [v0.1.14](https://github.com/cad/ovpm/tree/v0.1.14) (2017-09-03)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.13...v0.1.14)

## [v0.1.13](https://github.com/cad/ovpm/tree/v0.1.13) (2017-09-03)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.12...v0.1.13)

Expand Down Expand Up @@ -105,7 +122,3 @@
- implement remote control proto [\#8](https://github.com/cad/ovpm/issues/8)
- write docs [\#4](https://github.com/cad/ovpm/issues/4)
- write unit tests [\#3](https://github.com/cad/ovpm/issues/3)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
10 changes: 5 additions & 5 deletions bindata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion const.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package ovpm

const (
// Version defines the version of ovpm.
Version = "0.1.16"
Version = "0.1.17"

// DefaultVPNPort is the default OpenVPN port to listen.
DefaultVPNPort = "1197"
Expand Down
5 changes: 5 additions & 0 deletions contrib/afterinstall.sh
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
export USER="nobody"
export GROUP="nobody"
id -u $USER &>/dev/null || useradd $USER
id -u $GROUP &>/dev/null || useradd $GROUP

systemctl daemon-reload

0 comments on commit 89cf088

Please sign in to comment.