diff --git a/ChangeLog b/ChangeLog index 30004e2da..93847d47f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,92 +1,19 @@ -2024-10-31 Kevin Ushey - - * inst/include/Rcpp/r/compat.h: Require R (>= 4.5.0) for new APIs - -2024-10-26 Dirk Eddelbuettel - - * DESCRIPTION (Version, Date): Roll micro version to 1.0.13.4 - * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem - - * .github/workflows/ci.yaml (jobs): Roll checkout action to v4 - -2024-10-26 Gábor Csárdi - - * inst/include/Rcpp/exceptions_impl.h: check for DragonFlyBSD to fix - compilation +2024-11-01 Dirk Eddelbuettel -2024-10-07 Iñaki Ucar + * DESCRIPTION (Date, Version): Release 1.0.13-1 - * inst/include/Rcpp/platform/compiler.h: Uncomment - HAS_VARIADIC_TEMPLATES macro definition - * src/api.cpp: Simplify checks for variadic templates - * inst/include/Rcpp/DataFrame.h: Idem - * inst/include/Rcpp/DottedPair.h: Idem - * inst/include/Rcpp/Function.h: Idem - * inst/include/Rcpp/InternalFunctionWithStdFunction.h: Idem - * inst/include/Rcpp/Language.h: Idem - * inst/include/Rcpp/Pairlist.h: Idem - * inst/include/Rcpp/grow.h: Idem - * inst/include/Rcpp/internal/call.h: Idem - * inst/include/Rcpp/module/class.h: Idem - * inst/include/Rcpp/traits/index_sequence.h: Idem - * inst/include/Rcpp/traits/named_object.h: Idem - * inst/include/Rcpp/vector/Vector.h: Idem - * inst/include/Rcpp/Module.h: Idem + add missing is_void method - * inst/tinytest/test_module.R: Add test for void functions and - methods - -2024-10-04 Dirk Eddelbuettel - - * DESCRIPTION (Version, Date): Roll micro version to 1.0.13.3 - * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem + * Hot-fix release containing two PRs on top of 1.0.13: + - #1342: Permit R 4.4.2 builds by correcting to R 4.5.0 for RO PTR + - #1327: Switch to Authors@R in DESCRIPTION -2024-09-29 Dirk Eddelbuettel - - * inst/include/Rcpp/vector/Vector.h: Remove a cast as R_xlen_t - is returned now - -2024-09-17 Dirk Eddelbuettel - - * DESCRIPTION (Version, Date): Roll micro version - * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem - -2024-09-12 Iñaki Ucar +2024-10-31 Kevin Ushey - * vignettes/.gitignore: Refinement to ignore more files under rmd/ - * vignettes/pdf/*: Rebuilt with Ghostscript 10.03.1 - * vignettes/*.pdf: Idem + * inst/include/Rcpp/r/compat.h: Require R (>= 4.5.0) for new APIs 2024-08-31 Dirk Eddelbuettel * DESCRIPTION (Authors@R): Added -2024-08-28 Dirk Eddelbuettel - - * R/Rcpp.package.skeleton.R: Create DESCRIPTION with Auhors@R fiel - * inst/tinytest/test_rcpp_package_skeleton.R: Adjust tests - -2024-08-20 Dirk Eddelbuettel - - * inst/tinytest/test_sugar.R: Skip one more NA related test on arm64 - and macOS as failure is seen at r-universe on arm64 - - * .github/workflows/macos.yaml: Add basic r-ci setup but dialed-down - to macOS only (as Linux is covered via multiple Docker setups) - -2024-08-19 Dirk Eddelbuettel - - * Contributing.md: Refreshed content - -2024-07-30 Dirk Eddelbuettel - - * vignettes/rmd/Rcpp-modules.Rmd (are): Add short two-sentence - illustration following GitHub issue #1322 - -2024-07-24 Dirk Eddelbuettel - - * DESCRIPTION (Version, Date): Roll micro version - * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem - 2024-07-11 Dirk Eddelbuettel * DESCRIPTION (Date, Version): Release 1.0.13 diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index bae7c5063..ab37ed69e 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,6 +3,20 @@ \newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}} \newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}} +\section{Changes in Rcpp release version 1.0.13-1 (2024-11-01)}{ + \itemize{ + \item Changes in Rcpp API: + \itemize{ + \item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only with + with R 4.5.0 or later (Kevin in \ghpr{1342} fixing \ghit{1341}) + } + \item Changes in Rcpp Deployment: + \itemize{ + \item Authors@R is now used in DESCRIPTION as mandated by CRAN + } + } +} + \section{Changes in Rcpp release version 1.0.13 (2024-07-11)}{ \itemize{ \item Changes in Rcpp API: