Skip to content

Commit

Permalink
FIX: using function/macro that doesn't exist "warning" to "warn"
Browse files Browse the repository at this point in the history
FIX: changed NS constant to line up with apnscp
  • Loading branch information
tsiedsma committed Jul 24, 2019
1 parent 661eb07 commit eeaf592
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 217 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2019-07-17
### Added
- Initial Release

## [1.0.1] - 2019-07-18
### Added
- Added zone_exists method to override parent and prevent issues with zoneAfxr method
### Fixed
- SOA creation defaults to YYYYMMDD01 instead of last two numbers being random
- Record updates will now properly increment the SOA Serial
- Record creation no longer removes same named and type records leaving only the new one
- Record deletion no longer removes all records of the same name and type
- Fixed record updates not updating all the time
### Changed
- Changed license from GPLv3 to MIT to allow for integration into apnscp

## [1.0.2] - 2019-07-24
### Fixed
- Fixed issue with NS definition using wrong constant
- Fixed warning using wrong macro
Loading

0 comments on commit eeaf592

Please sign in to comment.