v0.2.2
版本发布时间: 2017-08-10 19:21:07
operasoftware/dns-ui最新发布版本:v0.2.8(2023-12-28 00:18:07)
WARNING
If you have used git_tracked_export with versions 0.2.0 or 0.2.1, be
warned that this release fixes the zone filenames to be consistent with
version 0.1.x (removing the trailing '.') and so will require cleaning
up of the git repository. To make the transition as smooth as possible
it is best to perform a 'git mv' on each of the exported zone files
before upgrading. For example:
git mv example.com. example.com
git mv example.org. example.org
git commit -m 'Prepare for upgrade to DNS UI v0.2.2'
Minor fixes and improvements in this release:
- Be more robust in handling bad data from PowerDNS
- Always send notifications of pending updates to SOA contact
- Make git_tracked_export filenames consistent between v0.1 and v0.2
- Fix error in set-ptr condition check
- Prevent long strings messing up changelog entry display
- Fix handling of origin '.'
- Fix binding to LDAP server with LDAP protocol 3