mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-22 04:40:16 +00:00
added LatestUpdate.md file, with information regarding merges from test into master
This commit is contained in:
parent
b1dbe27b2d
commit
af12170e0e
1 changed files with 27 additions and 0 deletions
27
LatestUpdate.md
Normal file
27
LatestUpdate.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Information of Latest updates
|
||||||
|
|
||||||
|
This file has the objective of describing the major changes for each merge from test to master in a similar way as a
|
||||||
|
patch release notes.
|
||||||
|
|
||||||
|
Everytime Test branch is merged into master, a new entry should be created with the date and changes being merged.
|
||||||
|
|
||||||
|
## Sept 1st 2019
|
||||||
|
|
||||||
|
changes Merged into master branch with last merge from master.
|
||||||
|
|
||||||
|
* Added support for Buster
|
||||||
|
* .ovpn12 files making use of iOS keychain
|
||||||
|
* Leverage the Hostname of the Server to generate server uuid
|
||||||
|
* integrated support to bitwarden password manager into pivpn
|
||||||
|
* Recreate ovpn folder if deleted
|
||||||
|
* Handle older UFW version from Jessie
|
||||||
|
* Only use iptables-legacy if platform is Buster
|
||||||
|
* improved Buester and Jessie IPtables / ufw handling
|
||||||
|
* bugfixes and typos
|
||||||
|
* permissions hardening and writing uniformization
|
||||||
|
* improved pivpn user and ovpns dirs handling
|
||||||
|
* Changes variable and file naming in `install.sh`
|
||||||
|
- $pivPNUser renamed to $INSTALL_USER
|
||||||
|
- /tmp/pivpnUSR renamed to INSTALL_USER
|
||||||
|
|
||||||
|
----
|
Loading…
Reference in a new issue