Skip to content

Commit

Permalink
changelog: Release 0.0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Haas <edwardh@redhat.com>
  • Loading branch information
EdDev committed Jul 25, 2019
1 parent 60d9cd7 commit ef1f895
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
## [Unreleased]

## [0.0.8] - 2019-07-25
### New Features
- Support reapply configuration without link down when possible.
- Relicensed to LGPL 2.1+.
Expand All @@ -8,14 +9,19 @@

### Bug Fixes
- Allow adding a port to the Linux bridge by specifying only its name.
- Support IPv6 stack disable.
- Allow enabling IPv6 with empty address.
- Recover from an abnormal failure when libnmstate is re-used in a process.
- DNS: Preserve DNS config with empty state.
- Fix random failure on showing interface as done when creating bond/linux
bridge
- Do refresh in libnm on each call of show().
- Allow removing slave while keeping its interface up.
- Allow removing slaves from parents while keeping their interfaces up.
- Do not remove slaves that are mentioned with state UP.
- Support slaves swap between masters.
- API: Expose IP constants through libnmstate.schema.
- PY3: Fix deprecation of array.tostring().
- Fix IPv4 enabled criteria: When DHCP is enabled, it implies IPv4 is enabled.

## [0.0.7] - 2019-06-13
### New Features
Expand Down

0 comments on commit ef1f895

Please sign in to comment.