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
9896a01a
Commit
9896a01a
authored
Mar 12, 2014
by
Evan Hunt
Browse files
[master] prep 9.10.0b2
parent
22e29471
Changes
7
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
9896a01a
--- 9.10.0b2 released ---
3787. [bug] The code that checks whether "auto-dnssec" is
allowed was ignoring "allow-update" ACLs set at
the options or view level. [RT #29536]
...
...
lib/bind9/api
View file @
9896a01a
...
...
@@ -6,5 +6,5 @@
# 9.9-sub: 130-139
# 9.10: 140-149
LIBINTERFACE = 140
LIBREVISION =
2
LIBREVISION =
3
LIBAGE = 0
lib/dns/api
View file @
9896a01a
...
...
@@ -5,6 +5,6 @@
# 9.9: 90-109
# 9.9-sub: 130-139
# 9.10: 140-149
LIBINTERFACE = 14
2
LIBINTERFACE = 14
3
LIBREVISION = 0
LIBAGE =
0
LIBAGE =
1
lib/irs/api
View file @
9896a01a
...
...
@@ -6,5 +6,5 @@
# 9.9-sub: 130-139
# 9.10: 140-149
LIBINTERFACE = 141
LIBREVISION =
0
LIBREVISION =
1
LIBAGE = 0
lib/isc/api
View file @
9896a01a
...
...
@@ -5,6 +5,6 @@
# 9.9: 90-109
# 9.9-sub: 130-139
# 9.10: 140-149
LIBINTERFACE = 14
2
LIBINTERFACE = 14
3
LIBREVISION = 0
LIBAGE =
0
LIBAGE =
1
lib/isccfg/api
View file @
9896a01a
...
...
@@ -5,6 +5,6 @@
# 9.9: 90-109
# 9.9-sub: 130-139
# 9.10: 140-149
LIBINTERFACE = 14
1
LIBREVISION =
1
LIBAGE =
1
LIBINTERFACE = 14
2
LIBREVISION =
0
LIBAGE =
2
version
View file @
9896a01a
# $Id$
#
# This file must follow /bin/sh rules. It is imported directly via
# configure.
#
...
...
@@ -9,5 +7,5 @@ MAJORVER=9
MINORVER=10
PATCHVER=0
RELEASETYPE=b
RELEASEVER=
1
RELEASEVER=
2
EXTENSIONS=
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