Skip to content
GitLab
Menu
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
ae05e5b6
Commit
ae05e5b6
authored
Dec 03, 2020
by
Michal Nowak
Committed by
Michał Kępień
Dec 16, 2020
Browse files
Miscellaneous minor documentation updates
parent
c99fe579
Changes
3
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
ae05e5b6
...
...
@@ -39,7 +39,7 @@ anyone can see the source, but only ISC employees have commit access.
In the past, the source could only be seen once ISC had published
a release; read access to the source repository was restricted just
as commit access was. That has changed, as ISC now provides a
public git
mirror to
the BIND source tree (see below).
public git
repository of
the BIND source tree (see below).
At ISC, we're committed to
building communities that are welcoming and inclusive: environments where people
...
...
@@ -55,14 +55,12 @@ the industry.
Public BIND releases are always available from the
[
ISC FTP site
](
ftp://ftp.isc.org/isc/bind9
)
.
A public-access GIT repository is also available at
[
https://gitlab.isc.org
](
https://gitlab.isc.org
)
.
This repository is a mirror, updated several times per day, of the
source repository maintained by ISC. It contains all the public release
branches; upcoming releases can be viewed in their current state at any
time. It does
*not*
contain development branches or unreviewed work in
progress. Commits which address security vulnerablilities are withheld
until after public disclosure.
A public-access git repository is also available at
[
https://gitlab.isc.org
](
https://gitlab.isc.org
)
. This repository
contains all public release branches. Upcoming releases can be viewed in
their current state at any time. Short-lived development branches
contain unreviewed work in progress. Commits which address security
vulnerablilities are withheld until after public disclosure.
You can browse the source online via
[
https://gitlab.isc.org/isc-projects/bind9
](
https://gitlab.isc.org/isc-projects/bind9
)
...
...
PLATFORMS.md
View file @
ae05e5b6
...
...
@@ -61,7 +61,7 @@ The following are platforms on which BIND is known to build and run.
ISC makes every effort to fix bugs on these platforms, but may be unable to
do so quickly due to lack of hardware, less familiarity on the part of
engineering staff, and other constraints. With the exception of Windows
Server 201
2 R2
, none of these are tested regularly by ISC.
Server 201
6
, none of these are tested regularly by ISC.
*
Windows Server 2012 R2, 2016 / x64
*
Windows 10 / x64
...
...
README.md
View file @
ae05e5b6
...
...
@@ -15,7 +15,6 @@
1.
[
Introduction
](
#intro
)
1.
[
Reporting bugs and getting help
](
#help
)
1.
[
Contributing to BIND
](
#contrib
)
1.
[
BIND 9.17 features
](
#features
)
1.
[
Building BIND
](
#build
)
1.
[
macOS
](
#macos
)
1.
[
Dependencies
](
#dependencies
)
...
...
@@ -125,16 +124,6 @@ If you prefer, you may also submit code by opening a
including your patch as an attachment, preferably generated by
`git format-patch`
.
### <a name="features"/> BIND 9.17 features
BIND 9.17 is the newest development branch of BIND 9. It includes a
number of changes from BIND 9.16 and earlier releases. New features include:
*
The new option
`max-ixfr-ratio`
to limit the size of outgoing IXFR responses
before falling back to full zone transfers.
*
`rndc nta -d`
and
`rndc secroots`
now include
`validate-except`
entries
when listing negative trust anchors.
### <a name="build"/> Building BIND 9
At a minimum, BIND requires a Unix or Linux system with an ANSI C compiler,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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