Skip to content

Latest commit

 

History

History
223 lines (138 loc) · 8.97 KB

CHANGELOG.md

File metadata and controls

223 lines (138 loc) · 8.97 KB

Change Log

[v0.2.11]

  • Make sure ovpmd listens on IPv4 interfaces #108
  • Fix ovpmd not starting error on Ubuntu. #99
  • CLI options to enable comp-lzo back.
  • Minor fixes.
  • WebUI: dependency updates and switched to yarn (thanks to @drac) #92
  • CI: switched to Github Actions
  • comp-lzo is now disabled by default (thanks to @archaron) #81
  • Minor fixes.

Full Changelog

Implemented enhancements:

  • webui: make sure webui fetches all assets from the ovpm http server #65
  • Information about certificates expiration.... #59
  • add '*' wildcard option to cli for bulk operations #46
  • show connected users #40
  • add cli tests #38

Fixed bugs:

  • web ui: when user list is long, some usernames are not visible in dropdown #64
  • on centos there is no nogroup group defined #62

Closed issues:

  • install fresh TUNTAP error #61
  • Not work depot #60
  • All Set, but from VPN Client i can´t reach other network... #58

v0.2.6 (2017-10-16)

Full Changelog

Fixed bugs:

  • ccd emit doesn't work correctly #57

v0.2.5 (2017-10-13)

Full Changelog

Implemented enhancements:

  • WARNING: INSECURE cipher with block size less than 128 bit (64 bit). #56
  • expose vpn restart functionality over api #50

Fixed bugs:

  • WEBUI > NETWORKS #55
  • block giving vpn server's internal ip to some user as static ip #54
  • when starting ensure emit #51

v0.2.4 (2017-10-06)

Full Changelog

Fixed bugs:

  • allow update if the target ip is user's already statically allocated ip #49

v0.2.3 (2017-10-06)

Full Changelog

v0.2.2 (2017-10-05)

Full Changelog

v0.2.1 (2017-10-04)

Full Changelog

v0.2.0 (2017-10-03)

Full Changelog

Fixed bugs:

  • Ubuntu Group needs to be "nogroup" #48

v0.1.18 (2017-09-19)

Full Changelog

Implemented enhancements:

v0.1.17 (2017-09-19)

Full Changelog

v0.1.16 (2017-09-19)

Full Changelog

Fixed bugs:

  • ovpmd.service wrong exe path... #47

v0.1.15 (2017-09-12)

Full Changelog

Implemented enhancements:

  • rest api authentication #45

v0.1.14 (2017-09-03)

Full Changelog

v0.1.13 (2017-09-03)

Full Changelog

Implemented enhancements:

  • change dns to push to clients #41

v0.1.12 (2017-09-01)

Full Changelog

Implemented enhancements:

  • be able to change initial ip block #29

v0.1.11 (2017-08-31)

Full Changelog

Fixed bugs:

  • can add duplicate static ip #37
  • net def --via flag doesn't work as documented #36
  • Error when group 'nobody' doesn't exist #32
  • --static option doesn't work when user update #28

Merged pull requests:

  • openvpn user created by openvpn package, so use openvpn user instead. #35 (ilkerdagli)

v0.1.10 (2017-08-29)

Full Changelog

Implemented enhancements:

  • command line flags for tcp or udp at initialize #30
  • show network types in cli #27

v0.1.9 (2017-08-27)

Full Changelog

Implemented enhancements:

  • static route support #21

v0.1.8 (2017-08-26)

Full Changelog

Implemented enhancements:

  • access control to existing networks on the machine #1

v0.1.7 (2017-08-23)

Full Changelog

v0.1.6 (2017-08-23)

Full Changelog

v0.1.5 (2017-08-23)

Full Changelog

v0.1.4 (2017-08-23)

Full Changelog

Implemented enhancements:

  • make rpm package #24

Fixed bugs:

  • stop ovpmd systemd unit upon removal #26
  • ensure nat after openvpn process restart #25

v0.1.3 (2017-08-22)

Full Changelog

Implemented enhancements:

  • add edit user command #23
  • give user's a static vpn ip addr #17
  • show user's vpn ip addr in the cli output #16
  • don't push vpn server as the default gateway for some users #15
  • fix user password storage #2

Fixed bugs:

  • when ovpm is freshly installed and initialized (and applied)OpenVPN process is not started #19
  • OpenVPN clients whose version is 2.3 and below is complaining about certificate verification #14

v0.1.2 (2017-08-15)

Full Changelog

v0.1.1 (2017-08-15)

Full Changelog

Implemented enhancements:

  • hook up iptables to give nat masquerading #13

v0.1.0 (2017-08-13)

Implemented enhancements:

  • handle sigint (Ctrl-C) #10
  • supervise openvpn process #9
  • implement remote control proto #8
  • write docs #4
  • write unit tests #3