diff --git a/README b/README index 371a2fdf8a..5dffe759bd 100644 --- a/README +++ b/README @@ -7,11 +7,12 @@ Contents 3. Contributing to BIND 4. BIND 9.12 features 5. Building BIND - 6. Compile-time options - 7. Automated testing - 8. Documentation - 9. Change log -10. Acknowledgments + 6. MacOS + 7. Compile-time options + 8. Automated testing + 9. Documentation +10. Change log +11. Acknowledgments Introduction @@ -165,6 +166,14 @@ BUILD_CPPFLAGS BUILD_LDFLAGS BUILD_LIBS +MacOS + +Building on MacOS assumes that the "Command Tools for Xcode" is installed. +This can be downloaded from https://developer.apple.com/download/more/ or +if you have Xcode already installed you can run "xcode-select --install". +This will add /usr/include to the system and install the compiler and +other tools so that they can be easily found. + Compile-time options To see a full list of configuration options, run configure --help. diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index 84f157235f..728600ca4b 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -40,14 +40,10 @@
Introduction
Download
-
License Change
-
Legacy Windows No Longer Supported
Security Fixes
-
New Features
-
Removed Features
-
Protocol Changes
Feature Changes
Bug Fixes
+
License
End of Life
Thank You
@@ -61,11 +57,10 @@

Introduction

- BIND 9.12.0 is a new feature release of BIND, still under development. - This document summarizes new features and functional changes that - have been introduced on this branch. With each development - release leading up to the final BIND 9.12.0 release, this document - will be updated with additional features added and bugs fixed. + This document summarizes changes since the last production + release on the BIND 9.12 branch. Please see the + CHANGES for a further list of bug fixes + and other changes.

@@ -83,46 +78,6 @@

-License Change

-

- With the release of BIND 9.11.0, ISC changed to the open - source license for BIND from the ISC license to the Mozilla - Public License (MPL 2.0). -

-

- The MPL-2.0 license requires that if you make changes to - licensed software (e.g. BIND) and distribute them outside - your organization, that you publish those changes under that - same license. It does not require that you publish or disclose - anything other than the changes you made to our software. -

-

- This requirement will not affect anyone who is using BIND, with - or without modifications, without redistributing it, nor anyone - redistributing it without changes. Therefore, this change will be - without consequence for most individuals and organizations who are - using BIND. -

-

- Those unsure whether or not the license change affects their - use of BIND, or who wish to discuss how to comply with the - license may contact ISC at - https://www.isc.org/mission/contact/. -

-
- -
-

-Legacy Windows No Longer Supported

-

- As of BIND 9.11.2, Windows XP and Windows 2003 are no longer supported - platforms for BIND; "XP" binaries are no longer available for download - from ISC. -

-
- -
-

Security Fixes