Skip to content

Commit

Permalink
this time, with the commit. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Mar 26, 2022
1 parent 2279a0e commit ce665be
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
#### 1.N.N - YYYY-MM-DD


#### 0.9.5 - 2022-03-26

- README: add docs for getRFCs()
- dnskey: fix copy/paste errors
- HINFO: add fromBind
- RR.name: if name is same as previous, suppress (when sameName option is set)
- master: NODE_ENV=cov when running coverage
- TXT: pass along zone_opts


#### 0.9.4 - 2022-03-24

- add: getComment
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ PRs are welcome, especially PRs with tests.
| **NAPTR** |:white_check_mark:|:white_check_mark:|:white_check_mark:| |
| **NS** |:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|
| **PTR** |:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|
| **RRSIG** | | | | |
| **SMIMEA** |:white_check_mark:| |:white_check_mark:| |
| **SOA** |:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|
| **SPF** |:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|
Expand Down Expand Up @@ -233,11 +234,12 @@ PRs are welcome, especially PRs with tests.
- [x] change all domains to use reserved doc names
- [x] import tests from nictool/server/t/12_records.t
- [x] add defaults for empty values like TTL
- [x] DNSSEC RRs, except: RRSIG, NSEC, NSEC3, NSEC3PARAM
- [x] DNSSEC RRs, except: NSEC, NSEC3, NSEC3PARAM
- [ ] Additional RRs?: KX, CERT, DHCID, TLSA, ...
- [ ] add toWire, exports in wire/network format
- [ ] RFC 4034: if the type of RR is NS, MD, MF, CNAME, SOA, MB,
MG, MR, PTR, HINFO, MINFO, MX, RP, AFSDB, RT, SIG, PX, NXT,
NAPTR, KX, SRV, DNAME, A6, RRSIG, or NSEC, all uppercase
letters in the DNS names contained within the RDATA are replaced by the lowercase letters;
- [ ] LOC record ingest/out isn't consistent with API
- [ ] LOC record ingest/out isn't consistent with API
- [ ] handling unknown RR types: RFC 3597
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dns-resource-record",
"version": "0.9.4",
"version": "0.9.5",
"description": "DNS Resource Records",
"main": "rr/index.js",
"scripts": {
Expand Down

0 comments on commit ce665be

Please sign in to comment.