mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 02:42:33 -05:00
Updated version and CHANGES files with new release number.
Check the API files:
- lib/bind9/api:
Source code changes, but no interface changes: increment
LIBREVISION.
- lib/dns/api:
Function dns_acl_match changed, struct dns_badcache changed,
function dns_badcache_add changed, function dns_clent_startupdate
changed, struct dns_compress changed, struct dns_resolver changed,
rwlock size changed. This means a LIBINTERFACE increment.
- lib/irs/api:
Source code changes, but no interface changes: increment
LIBREVISION.
- lib/isc/api:
The structs isc__networker and isc_nmsocket changed. This means
increment LIBINTERFACE. The functions isc_uv_export and
isc_uv_import are removed, so LIBAGE must beq zero.
- lib/isccc/api:
Source code changes, but no interface changes: increment
LIBREVISION.
- lib/isccfg/api:
Source code changes, but no interface changes: increment
LIBREVISION.
- lib/ns/api:
Function ns_clientmgr_create, ns_interfacemgr_create, and
structs ns_clientmgr, ns_interface, ns_interfacemgr changed:
increment LIBINTERFACE.
No need to update README or release notes.
Updated CHANGES: Add GitLab MR reference to entry 5357. Remove
merge conflict gone wrong ("max-ixfr-ratio" is not in 9.16).
Add /util/check-make-install.in to .gitattributes.
15 lines
321 B
Text
15 lines
321 B
Text
# LIBINTERFACE ranges
|
|
# 9.6: 50-59, 110-119
|
|
# 9.7: 60-79
|
|
# 9.8: 80-89, 120-129
|
|
# 9.9: 90-109, 170-179
|
|
# 9.9-sub: 130-139, 150-159, 200-209
|
|
# 9.10: 140-149, 190-199
|
|
# 9.10-sub: 180-189
|
|
# 9.11: 160-169,1100-1199
|
|
# 9.12: 1200-1299
|
|
# 9.13/9.14: 1300-1499
|
|
# 9.15/9.16: 1500-1699
|
|
LIBINTERFACE = 1601
|
|
LIBREVISION = 0
|
|
LIBAGE = 0
|