Skip to content

Commit

Permalink
Pre-release 1.87.0
Browse files Browse the repository at this point in the history
This is to coordinate later CRAN acceptance
  • Loading branch information
eddelbuettel committed Dec 13, 2024
1 parent d1b9c49 commit eec2ddb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2024-12-13 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 1.87.0-0 pre-release

2024-12-12 Dirk Eddelbuettel <[email protected]>

* inst/include/boost/*: Upgraded to Boost 1.87.0, as usual with
requested patch to comment out 'diagnostic ignored' for CRAN
* local/patches/bh_1.87.0-0.patch: Added new single patch file

* local/scripts/CreateBoost.sh: Update for 1.87.0, no additions

2024-08-05 Dirk Eddelbuettel <[email protected]>

* README.md: Switch two more some URLs from http to https
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: BH
Type: Package
Title: Boost C++ Header Files
Version: 1.84.0-0.1
Date: 2024-08-02
Version: 1.87.0-0
Date: 2024-12-12
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X")),
person("John W.", "Emerson", role = "aut"),
Expand Down
8 changes: 8 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
\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.87.0-0 (2024-12-13 non-CRAN pre-release)}{
\itemize{
\item Upgrade to \boost 1.87.0, patched as usual to comment-out
diagnostic suppression messages per the request of CRAN
\item Switched to Authors@R
}
}

\section{Changes in version 1.84.0-0 (2024-01-09)}{
\itemize{
\item Upgrade to \boost 1.84.0
Expand Down

0 comments on commit eec2ddb

Please sign in to comment.