`#5091 <https://github.com/PowerDNS/pdns/issues/5091>`__
(shantikulkarni)
- `#5289 <https://github.com/PowerDNS/pdns/pull/5289>`__: Sort NSEC
- record case insensitive (Kees Monshouwer)
+ record case-insensitive (Kees Monshouwer)
- `#5378 <https://github.com/PowerDNS/pdns/pull/5378>`__: Make sure
NSEC ordernames are always lower case
- `#4781 <https://github.com/PowerDNS/pdns/pull/4781>`__: API:
Bug fixes:
- `commit 88c52fe <https://github.com/PowerDNS/pdns/commit/88c52fe>`__:
- make makeRelative() case insensitive (Kees Monshouwer)
+ make makeRelative() case-insensitive (Kees Monshouwer)
DNSSEC improvements:
- `commit 73004f1 <https://github.com/PowerDNS/pdns/commit/73004f1>`__:
implement CORS for the HTTP API
- `commit 4d9c289 <https://github.com/PowerDNS/pdns/commit/4d9c289>`__:
- qtype is now case insensitive in API and database
+ qtype is now case-insensitive in API and database
- `commit 13af5d8 <https://github.com/PowerDNS/pdns/commit/13af5d8>`__,
`commit 223373a <https://github.com/PowerDNS/pdns/commit/223373a>`__,
`commit 1d5a68d <https://github.com/PowerDNS/pdns/commit/1d5a68d>`__,
- `commit 3613a51 <https://github.com/PowerDNS/pdns/commit/3613a51>`__:
Show built-in features in ^^version output
- `commit 4bd7d35 <https://github.com/PowerDNS/pdns/commit/4bd7d35>`__:
- make domainmetadata queries case insensitive
+ make domainmetadata queries case-insensitive
- `commit 088c334 <https://github.com/PowerDNS/pdns/commit/088c334>`__:
output warning message when no to be notified NS's are found
- `commit 5631b44 <https://github.com/PowerDNS/pdns/commit/5631b44>`__:
- `commit 213ec4a <https://github.com/PowerDNS/pdns/commit/213ec4a>`__:
add constraints for name to pg schema
- `commit f104427 <https://github.com/PowerDNS/pdns/commit/f104427>`__:
- make domainmetadata queries case insensitive
+ make domainmetadata queries case-insensitive
- `commit 78fc378 <https://github.com/PowerDNS/pdns/commit/78fc378>`__:
no label compression for name in TSIG records
- `commit 15d6ffb <https://github.com/PowerDNS/pdns/commit/15d6ffb>`__:
Enhancements
^^^^^^^^^^^^
-- Packet Cache is now case insensitive, leading to a higher hitrate
+- Packet Cache is now case-insensitive, leading to a higher hitrate
because identical queries only differing in case now both match. Care
is taken to restore the proper case in the answer sent out.
- Packet Cache stores packets more efficiently now, savings are
cache is sequenced, each time a record is accessed it is moved to the
end of the list. When cleanup is performed, we start at the beginning.
New records also get inserted at the end. For DNS correctness, the sort
-order of the cache is case insensitive.
+order of the cache is case-insensitive.
The multi index container appears in other parts of PowerDNS, and
MTasker as well.