Update CHANGELOG
This commit is contained in:
parent
1277f19251
commit
57f40f1e0a
|
@ -23,6 +23,12 @@ BUG FIXES:
|
|||
[GH-7496, GH-7499]
|
||||
- core: Fix regression for installing plugins from path [GH-7505, GH-7493]
|
||||
- core/guests: Create common BSD guest for shared logic
|
||||
- synced_folders/nfs: Shellescape rsync paths
|
||||
[GH-7540, GH-7605]
|
||||
- synced_folders/nfs: Ensure retries take place [GH-6360, GH-7605]
|
||||
- synced_folders/rsync: Shellescape rsync paths
|
||||
[GH-7580, GH-6690, GH-7579, GH-7605]
|
||||
- guests/all: Ignore empty output from `/sbin/ip` [GH-7539, GH-7537, GH-7533, GH-7605]
|
||||
- guests/bsd: Consolidate core logic for mounting NFS folders
|
||||
[GH-7480, GH-7474, GH-7466]
|
||||
- guests/bsd: Consolidate core logic for public key management [GH-7481]
|
||||
|
@ -30,9 +36,11 @@ BUG FIXES:
|
|||
- guests/centos: Use `ip` instead of `ifconfig` to detect network interfaces
|
||||
[GH-7460]
|
||||
- guests/debian: Ensure newline when inserting public key [GH-7456]
|
||||
- guests/ubuntu: Use short hostname [GH-7488, GH-7605]
|
||||
- guests/linux: Ensure NFS retries during mounting [GH-7492]
|
||||
- guests/redhat: Use `/sbin/ip` to list and configure networks for
|
||||
compatability with older versions of CentOS [GH-7482]
|
||||
- guests/redhat: Ensure newline when inserting public key [GH-7598, GH-7605]
|
||||
- providers/hyperv: Fix version check and catch statement [GH-7447, GH-7487]
|
||||
|
||||
## 1.8.4 (June 13, 2016)
|
||||
|
|
Loading…
Reference in New Issue