From 11f7f0a1db4829bdf2ab7760204c2423018f7013 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Fri, 15 Dec 2023 09:49:00 -0600 Subject: [PATCH] Mark as pre-release 1.84.0-0 --- .github/workflows/ci.yaml | 2 +- ChangeLog | 14 ++++++++++++++ DESCRIPTION | 4 ++-- inst/NEWS.Rd | 7 +++++++ 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4b929ded..0886d95b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get Script run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh diff --git a/ChangeLog b/ChangeLog index 04439921e..545236796 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2023-12-15 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): Pre-Release 1.84.0-0 + + * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4 + +2023-12-13 Dirk Eddelbuettel + + * inst/include/boost/*: Upgraded to Boost 1.84, as usual with two + 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 + 2023-01-17 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 1.81.0-1 diff --git a/DESCRIPTION b/DESCRIPTION index 1b3626894..1370f204a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: BH Type: Package Title: Boost C++ Header Files -Version: 1.81.0-1 -Date: 2023-01-17 +Version: 1.84.0-0 +Date: 2023-12-15 Author: Dirk Eddelbuettel, John W. Emerson and Michael J. Kane Maintainer: Dirk Eddelbuettel Description: Boost provides free peer-reviewed portable C++ source diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 61bc57639..abb2678f5 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -7,6 +7,13 @@ \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)}{ + \itemize{ + \item Pre-release to allow work on five affected packages + \item Upgrade to \boost 1.81.0 (\ghpr{87}) + } +} + \section{Changes in version 1.81.0-1 (2023-01-17)}{ \itemize{ \item Upgrade to \boost 1.81.0 (\ghpr{87})