Skip to content

Commit

Permalink
release: v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cad committed Aug 26, 2017
1 parent edf44af commit ca5e57e
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 7 deletions.
38 changes: 35 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Change Log

## [v0.1.8](https://github.com/cad/ovpm/tree/v0.1.8) (2017-08-26)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.7...v0.1.8)

**Implemented enhancements:**

- access control to existing networks on the machine [\#1](https://github.com/cad/ovpm/issues/1)

**Implemented enhancements:**

- make rpm package [\#24](https://github.com/cad/ovpm/issues/24)

**Fixed bugs:**

- stop ovpmd systemd unit upon removal [\#26](https://github.com/cad/ovpm/issues/26)
- ensure nat after openvpn process restart [\#25](https://github.com/cad/ovpm/issues/25)

## [v0.1.3](https://github.com/cad/ovpm/tree/v0.1.3) (2017-08-22)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.2...v0.1.3)

**Implemented enhancements:**

- add edit user command [\#23](https://github.com/cad/ovpm/issues/23)
- give user's a static vpn ip addr [\#17](https://github.com/cad/ovpm/issues/17)
- show user's vpn ip addr in the cli output [\#16](https://github.com/cad/ovpm/issues/16)
- don't push vpn server as the default gateway for some users [\#15](https://github.com/cad/ovpm/issues/15)
- fix user password storage [\#2](https://github.com/cad/ovpm/issues/2)

**Fixed bugs:**

- when ovpm is freshly installed and initialized \(and applied\)OpenVPN process is not started [\#19](https://github.com/cad/ovpm/issues/19)
- OpenVPN clients whose version is 2.3 and below is complaining about certificate verification [\#14](https://github.com/cad/ovpm/issues/14)

## [v0.1.2](https://github.com/cad/ovpm/tree/v0.1.2) (2017-08-15)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.1...v0.1.2)

## [v0.1.1](https://github.com/cad/ovpm/tree/v0.1.1) (2017-08-15)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.0...v0.1.1)

Expand All @@ -15,6 +50,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)



6 changes: 3 additions & 3 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.2"
Version = "0.1.7"

// DefaultVPNPort is the default OpenVPN port to listen.
DefaultVPNPort = "1197"
Expand Down

0 comments on commit ca5e57e

Please sign in to comment.