Skip to content

Commit

Permalink
Release 1.84.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jan 10, 2024
1 parent c85df5a commit e0420ac
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-01-09 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Release 1.84.0-0

2023-12-15 Dirk Eddelbuettel <edd@debian.org>

* 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 <edd@debian.org>

6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <edd@debian.org>
Description: Boost provides free peer-reviewed portable C++ source
@@ -12,15 +12,15 @@ 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'
'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'
'propery_tree' 'qvm' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort'
'spirit' 'tuple' 'type_traits' 'typeof' 'unordered' 'url' 'utility'
'uuid'.
License: BSL-1.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
@@ -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})
}
}

0 comments on commit e0420ac

Please sign in to comment.