Reinstate env var substitution in appbase.

Also added tests for base init of Application & versioned appbase creation.
This commit is contained in:
Michael Bayne
2019-06-05 12:20:30 -07:00
parent 5cb2613e3b
commit e376dff945
5 changed files with 142 additions and 44 deletions
+6 -2
View File
@@ -1,12 +1,16 @@
# Getdown Releases
## 1.8.7 - Unreleased
* Reinstated env var support in `appbase` property.
## 1.8.6 - June 4, 2019
* Fixed issues with PAC proxy support: added `myIpAddress()`, fixed `dnsResolve()`, fixed crash
when detecting PAC proxy.
* Reverted env var support in `appbase` and `latest` properties. It's causing problems that need to
be investigated.
* Reverted env var support in `appbase` property. It's causing problems that need to be
investigated.
## 1.8.5 - May 29, 2019