Skip to content

Commit d7be2c3

Browse files
committed
Roll micro-release and date, update NEWS
1 parent 04032d2 commit d7be2c3

3 files changed

Lines changed: 24 additions & 5 deletions

File tree

‎DESCRIPTION‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.1.2.3
4-
Date: 2026-09-04
3+
Version: 1.1.2.4
4+
Date: 2026-09-22
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
66
comment = c(ORCID = "0000-0001-6419-907X")),
77
person("Romain", "Francois", role = "aut",

‎inst/NEWS.Rd‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6-
\section{Changes in Rcpp release version 1.1.2.2 [github] (2026-08-08)}{
6+
\section{Changes in Rcpp release version 1.1.2.4 [github] (2026-09-22)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
@@ -15,11 +15,30 @@
1515
\ghpr{1494} closing \ghit{1493})
1616
\item Convert C++ exception to R errors in Module \code{.External}
1717
entries (Kevin in \ghpr{1496} closing \ghit{1495})
18+
\item Ensure flag \code{-Wcast-function-type} no longer triggers
19+
warnings (Iñaki in \ghpr{1502} closing \ghit{1500})
20+
\item Ensure flag \code{-Wdeprecated-copy-with-user-provided-copy} no
21+
longer triggers warnings (Iñaki in \ghpr{1503} closing \ghit{1498})
22+
\item Ensure flag \code{-Wimplicit-fallthrough} no longer triggers
23+
warnings (Iñaki in \ghpr{1503} closing \ghit{1504})
24+
\item Ensure flag \code{-Wunused-parameter} no longer triggers
25+
warnings (Iñaki in \ghpr{1506} closing \ghit{1499})
26+
\item Ensure flag \code{-Wconversion} no longer triggers
27+
warnings (Iñaki in \ghpr{1508} closing \ghit{1497})
28+
\item The \code{col} constructor now uses \code{nrow} in an
29+
initialization (Iñaki in \ghpr{1509})
1830
}
1931
\item Changes in Rcpp Documentation:
2032
\itemize{
2133
\item Mention updated doxygen2 documentation and once again working
2234
R-forge list rcpp-devel in README.md
35+
\item Copyright headers have been updated in corresponding source files
36+
(Iñaki in \ghpr{1507})
37+
}
38+
\item Changes in Rcpp Deployment:
39+
\itemize{
40+
\item A new CI job checks with flag \code{-Werror} and ensure this not
41+
cause failures (Iñaki in \ghpr{1501})
2342
}
2443
}
2544
}

‎inst/include/Rcpp/config.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.1.2"
3131

3232
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,1,2,3)
34-
#define RCPP_DEV_VERSION_STRING "1.1.2.3"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,2,4)
34+
#define RCPP_DEV_VERSION_STRING "1.1.2.4"
3535

3636
#endif

0 commit comments

Comments
 (0)