Even though some of those are (also) glue
* bugfix #46: Print network errors when secure tracing.
Thanks reedjc
* EDNS0 Option handling and conversion into presentation format.
+ * bugfix #145: ldns-verify-zone should not call occluded records
+ glue. Thanks Habbie
1.8.1 2021-12-03
* bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
fprintf(myerr, "\t");
print_type(myerr, cur_rrset->type);
fprintf(myerr, " has signature(s),"
- " but is glue\n");
+ " but is occluded"
+ " (or glue)\n");
}
result = LDNS_STATUS_ERR;
}
fprintf(myerr, "Error: ");
ldns_rdf_print(myerr, name->name);
fprintf(myerr, " has an NSEC(3),"
- " but is glue\n");
+ " but is occluded"
+ " (or glue)\n");
}
result = LDNS_STATUS_ERR;
}