Release 1.5.0
This release fixes issues with CSV and JSON w.r.t. quoted strings. CSV output now conforms to RFC4180 and JSON output conforms to RFC8259. Also added a new option (--rfc1035
) to output and quote domain names as described in RFC1035.
Packages: https://dev.dns-oarc.net/packages/
Other changes:
- Update debian control files
- Fix typo in
--help
text - Fix OpenBSD clang++ compiler warnings
Output::add_int()
: Fix potential memory overwrite
8206e0f OpenBSD clang warnings
6c1247f Code format
d6c82d4 New option to escape DNS names
2bf6f26 Fix typo in --help around --xml parameter
9c95d15 Conform to CSV/JSON RFCs
feb0596 debhelper
be37ad0 Bye Travis