Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
59cbde7d
Commit
59cbde7d
authored
Jun 10, 2020
by
Evan Hunt
Committed by
Michał Kępień
Jun 18, 2020
Browse files
Merge branch 'prep-release' into master
parents
4809a164
3c213f96
Pipeline
#44665
canceled with stages
in 18 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
59cbde7d
...
...
@@ -3,6 +3,8 @@
5439. [bug] The dsset returned by dns_keynode_dsset() was not
thread safe. [GL #1926]
--- 9.17.2 released ---
5438. [bug] Fix a race in TCP accepting code. [GL #1930]
5437. [bug] Fix a data race in lib/dns/resolver.c:log_formerr().
...
...
configure.ac
View file @
59cbde7d
...
...
@@ -14,8 +14,8 @@
#
m4_define([bind_VERSION_MAJOR], 9)dnl
m4_define([bind_VERSION_MINOR], 17)dnl
m4_define([bind_VERSION_PATCH],
1
)dnl
m4_define([bind_VERSION_EXTRA],
-dev
)dnl
m4_define([bind_VERSION_PATCH],
2
)dnl
m4_define([bind_VERSION_EXTRA], )dnl
m4_define([bind_DESCRIPTION], [(Development Release)])dnl
m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl
m4_define([bind_PKG_VERSION], [[bind_VERSION_MAJOR.bind_VERSION_MINOR.bind_VERSION_PATCH]bind_VERSION_EXTRA])dnl
...
...
lib/bind9/api
View file @
59cbde7d
...
...
@@ -11,6 +11,6 @@
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
# 9.17/9.18: 1700-1899
LIBINTERFACE = 170
0
LIBINTERFACE = 170
1
LIBREVISION = 0
LIBAGE = 0
lib/dns/api
View file @
59cbde7d
...
...
@@ -11,6 +11,6 @@
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
# 9.17/9.18: 1700-1899
LIBINTERFACE = 170
1
LIBINTERFACE = 170
2
LIBREVISION = 0
LIBAGE = 0
lib/irs/api
View file @
59cbde7d
...
...
@@ -11,6 +11,6 @@
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
# 9.17/9.18: 1700-1899
LIBINTERFACE = 170
0
LIBINTERFACE = 170
1
LIBREVISION = 0
LIBAGE = 0
lib/isc/api
View file @
59cbde7d
...
...
@@ -11,6 +11,6 @@
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
# 9.17/9.18: 1700-1899
LIBINTERFACE = 170
1
LIBINTERFACE = 170
2
LIBREVISION = 0
LIBAGE = 0
lib/isccc/api
View file @
59cbde7d
...
...
@@ -11,6 +11,6 @@
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
# 9.17/9.18: 1700-1899
LIBINTERFACE = 170
0
LIBREVISION =
1
LIBINTERFACE = 170
1
LIBREVISION =
0
LIBAGE = 0
lib/isccfg/api
View file @
59cbde7d
...
...
@@ -11,6 +11,6 @@
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
# 9.17/9.18: 1700-1899
LIBINTERFACE = 170
0
LIBREVISION =
1
LIBINTERFACE = 170
1
LIBREVISION =
0
LIBAGE = 0
lib/ns/api
View file @
59cbde7d
...
...
@@ -11,6 +11,6 @@
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
# 9.17/9.18: 1700-1899
LIBINTERFACE = 170
1
LIBINTERFACE = 170
2
LIBREVISION = 0
LIBAGE = 0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment