diff --git a/ChangeLog b/ChangeLog index 54523679..93a791e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-01-09 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): Release 1.84.0-0 + 2023-12-15 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Pre-Release 1.84.0-0 @@ -10,7 +14,7 @@ patch sets from CRAN demands on file path length and diagnostics * local/patches/bh_1.84.0-0.diagnostics-two.patch: Added - * local/scripts/CreateBoost.sh: Update for 1.84.0, added url + * local/scripts/CreateBoost.sh: Update for 1.84.0, added qvm 2023-01-17 Dirk Eddelbuettel diff --git a/DESCRIPTION b/DESCRIPTION index 1370f204..0efde6ec 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: BH Type: Package Title: Boost C++ Header Files Version: 1.84.0-0 -Date: 2023-12-15 +Date: 2024-01-09 Author: Dirk Eddelbuettel, John W. Emerson and Michael J. Kane Maintainer: Dirk Eddelbuettel Description: Boost provides free peer-reviewed portable C++ source @@ -12,7 +12,7 @@ Description: Boost provides free peer-reviewed portable C++ source for template use among CRAN packages. By placing these libraries in this package, we offer a more efficient distribution system for CRAN as replication of this code in the sources of other packages is - avoided. As of release 1.81.0-0, the following Boost libraries are + avoided. As of release 1.84.0-0, the following Boost libraries are included: 'accumulators' 'algorithm' 'align' 'any' 'atomic' 'beast' 'bimap' 'bind' 'circular_buffer' 'compute' 'concept' 'config' 'container' 'date_time' 'detail' 'dynamic_bitset' 'exception' @@ -20,7 +20,7 @@ Description: Boost provides free peer-reviewed portable C++ source 'icl' 'integer' 'interprocess' 'intrusive' 'io' 'iostreams' 'iterator' 'lambda2' 'math' 'move' 'mp11' 'mpl' 'multiprecision' 'numeric' 'pending' 'phoenix' 'polygon' 'preprocessor' 'process' - 'propery_tree' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' + 'propery_tree' 'qvm' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' 'spirit' 'tuple' 'type_traits' 'typeof' 'unordered' 'url' 'utility' 'uuid'. License: BSL-1.0 diff --git a/README.md b/README.md index d4937969..61c15332 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ parts or all of their functionality. ### Coverage -As of release 1.81.0-0, the following Boost libraries are included: +As of release 1.84.0-0, the following Boost libraries are included: > accumulators algorithm align any atomic beast bimap bind circular_buffer > compute concept config container date_time detail dynamic_bitset exception > flyweight foreach functional fusion geometry graph heap icl integer > interprocess intrusive io iostreams iterator lambda2 math move mp11 mpl > multiprecision numeric pending phoenix polygon preprocessor process -> propery_tree random range scope_exit smart_ptr sort spirit tuple +> propery_tree qvm random range scope_exit smart_ptr sort spirit tuple > type_traits typeof unordered url utility uuid ### Example diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index abb2678f..dd2354c8 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -7,10 +7,10 @@ \newcommand{\ghit}{\href{https://github.com/eddelbuettel/bh/issues/#1}{##1}} \newcommand{\ghpr}{\href{https://github.com/eddelbuettel/bh/pull/#1}{##1}} -\section{Changes in version 1.84.0-0 (2023-12-15)}{ +\section{Changes in version 1.84.0-0 (2024-01-09)}{ \itemize{ - \item Pre-release to allow work on five affected packages - \item Upgrade to \boost 1.81.0 (\ghpr{87}) + \item Upgrade to \boost 1.84.0 + \item Added \boostPkg{qvm} (requested in \ghit{97}) } }