Преглед на файлове

Merge branch 'release-v0.1.17' into dev

Mustafa Arici преди 8 години
родител
ревизия
d9534a4974
променени са 3 файла, в които са добавени 23 реда и са изтрити 10 реда
  1. 17 4
      CHANGELOG.md
  2. 5 5
      bindata/bindata.go
  3. 1 1
      const.go

+ 17 - 4
CHANGELOG.md

@@ -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)
 
@@ -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)*

+ 5 - 5
bindata/bindata.go

@@ -91,7 +91,7 @@ func templateAuthSwaggerJson() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/auth.swagger.json", size: 2404, mode: os.FileMode(420), modTime: time.Unix(1505803820, 0)}
+	info := bindataFileInfo{name: "template/auth.swagger.json", size: 2404, mode: os.FileMode(420), modTime: time.Unix(1505820134, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }
@@ -191,7 +191,7 @@ func templateNetworkSwaggerJson() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/network.swagger.json", size: 7498, mode: os.FileMode(420), modTime: time.Unix(1505803820, 0)}
+	info := bindataFileInfo{name: "template/network.swagger.json", size: 7498, mode: os.FileMode(420), modTime: time.Unix(1505820134, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }
@@ -211,7 +211,7 @@ func templateServerConfTmpl() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/server.conf.tmpl", size: 9598, mode: os.FileMode(420), modTime: time.Unix(1505767450, 0)}
+	info := bindataFileInfo{name: "template/server.conf.tmpl", size: 9598, mode: os.FileMode(420), modTime: time.Unix(1505803900, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }
@@ -231,7 +231,7 @@ func templateUserSwaggerJson() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/user.swagger.json", size: 6532, mode: os.FileMode(420), modTime: time.Unix(1505803820, 0)}
+	info := bindataFileInfo{name: "template/user.swagger.json", size: 6532, mode: os.FileMode(420), modTime: time.Unix(1505820134, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }
@@ -251,7 +251,7 @@ func templateVpnSwaggerJson() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/vpn.swagger.json", size: 3322, mode: os.FileMode(420), modTime: time.Unix(1505803820, 0)}
+	info := bindataFileInfo{name: "template/vpn.swagger.json", size: 3322, mode: os.FileMode(420), modTime: time.Unix(1505820134, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }

+ 1 - 1
const.go

@@ -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"