From 5af0b1d1d35a0801fedb2c2ccce32fe04ae1edd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 12 Sep 2019 13:57:24 +0200 Subject: [PATCH 1/3] README: do not mention /usr/include on macOS For newer versions of Xcode, "xcode-select --install" no longer installs system headers into /usr/include (instead, they are installed in the Xcode directory tree), so do not mention that path in the macOS section of README to prevent confusion. --- README | 2 -- README.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/README b/README index 40cca3dea6..3b09f96aef 100644 --- a/README +++ b/README @@ -166,8 +166,6 @@ 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. Dependencies diff --git a/README.md b/README.md index d4452f688a..35faf8ed90 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,6 @@ affect compilation: 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. ### Dependencies From b0ee065e65aadfd4ef3b4a900bf3b298264c8a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 12 Sep 2019 13:57:24 +0200 Subject: [PATCH 2/3] Fix XML tag Restore proper spelling of the XML tag to prevent release note text from getting mangled. --- doc/arm/notes-new-features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/arm/notes-new-features.xml b/doc/arm/notes-new-features.xml index b29813ff42..cd3ef59018 100644 --- a/doc/arm/notes-new-features.xml +++ b/doc/arm/notes-new-features.xml @@ -14,7 +14,7 @@ Added a new command line option to dig: - +[no]unexpected. By default, dig + +[no]unexpected. By default, dig won't accept a reply from a source other than the one to which it sent the query. Add the +unexpected argument to enable it to process replies from unexpected sources. From 995d6b7417ff2a11b70f981c33810bfcce0a530e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 12 Sep 2019 13:57:24 +0200 Subject: [PATCH 3/3] Fix latest BIND version number in CHANGES BIND version number in CHANGES was not updated when the 9.15.4 release was prepared. Make sure the correct version number is used. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2a758fa5ed..57de1f58fb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ - --- 9.15.3 released --- + --- 9.15.4 released --- 5291. [placeholder]