Advertisement
Guest User

Untitled

a guest
Apr 20th, 2021
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.54 KB | None | 0 0
  1. Changelog for AirVPN Suite
  2.  
  3. Version 1.1.0 RC 3 - 16 April 2021
  4.  
  5. - [ProMIND] Updated to OpenVPN 3.7 AirVPN
  6. - [ProMIND] vpnclient.hpp: avoid netFilter setup in case NetFilter object is not private
  7. - [ProMIND] dbusconnector.cpp: fine tuned D-Bus wait cycle in R/W dispatch. Implemented a thread
  8.             safe wait in order to avoid D-Bus timeout policy
  9.  
  10.  
  11. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  12.  
  13.  
  14. Version 1.1.0 RC 2 - 14 April 2021
  15.  
  16. - [ProMIND] Updated to OpenVPN 3.6.7 AirVPN
  17.  
  18.  
  19. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  20.  
  21.  
  22. Version 1.1.0 RC 1 - 7 April 2021
  23.  
  24. - [ProMIND] Release Candidate 1
  25.  
  26.  
  27. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  28.  
  29.  
  30. Version 1.1.0 Beta 2 - 2 April 2021
  31.  
  32. - [ProMIND] localnetwork.cpp: added getDefaultGatewayInterface() method
  33.  
  34.  
  35. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  36.  
  37.  
  38. Version 1.1.0 Beta 1 - 11 March 2021
  39.  
  40. - [ProMIND] rcparser.cpp: removed formal list control for STRING type
  41. - [ProMIND] netfilter.hpp, netfilter.cpp: added functions to set the availability of specific iptables tables
  42.             in order to properly use available tables only
  43. - [ProMIND] vpnclient.hpp: onResolveEvent() sets iptables tables according to the loaded modules
  44. - [ProMIND] vpnclient.hpp: Changed constructor in order to use both private and external NetFilter object
  45. - [ProMIND] localnetwork.cpp: added getLoopbackInterface(), getLocalIPaddresses() and getLocalInterfaces() methods
  46. - [ProMIND] airvpntools.cpp: added detectLocation() method to retrieve location data from ipleak.net
  47. - [ProMIND] airvpnuser.cpp: detectUserLocation() now uses AirVPNTools::detectLocation()
  48. - [ProMIND] airvpnuser.cpp: loadUserProfile() now correctly sets userProfileErrorDescription in case of network failure
  49. - [ProMIND] airvpnserverprovider.cpp: added "DEFAULT" rule to getUserConnectionPriority() in case user's country or
  50.            continent is undefined
  51. - [ProMIND] airvpnmanifest.cpp: loadManifest() now correctly sets the status STORED in case of network failure
  52. - [ProMIND] Added Semaphore class
  53. - [ProMIND] dnsmanager.hpp: method revertAllResolved() renamed to restoreResolved(). Besides reverting all interfaces
  54.            it now restarts systemd-resolved service as well.
  55. - [ProMIND] install.sh: improved update/upgrade process
  56.  
  57.  
  58. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  59.  
  60.  
  61. Version 1.0.0 - 7 January 2021
  62.  
  63. - [ProMIND] Production release
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement