Skip to content

Commit 9367b10

Browse files
committed
ChangeLog and NEWS updates, rolled minor version
1 parent b042d09 commit 9367b10

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

ChangeLog

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2017-06-17 Krill Müller <[email protected]>
2+
3+
* inst/include/Rcpp/Dimension.h: Explicit cast to int
4+
5+
* inst/include/Rcpp/exceptions.h: Don't declare unused arguments
6+
* src/attributes.cpp: Ditto
7+
18
2017-06-14 JJ Allaire <[email protected]>
29

310
* src/attributes.cpp: Add Shield around parameters in Rcpp::interfaces
@@ -87,7 +94,7 @@
8794
* inst/include/Rcpp/module/Module_Property.h: Remove two typed exception
8895
specifications which upset g++ 7.1 or higher
8996

90-
2017-05-05 Kirill Müller <[email protected]>
97+
2017-05-05 Kirill Müller <[email protected]>
9198

9299
* inst/include/Rcpp/date_datetime/Date.h: Suppress -Wconversion warnings
93100
* inst/include/Rcpp/date_datetime/Datetime.h: Idem
@@ -173,7 +180,7 @@
173180
* inst/include/Rcpp/utils/tinyformat.h: Refreshed tinyformat.h against
174181
May 13, 2016 upstream, retained local mods.
175182

176-
2017-04-14 Kirill Müller <[email protected]>
183+
2017-04-14 Kirill Müller <[email protected]>
177184

178185
* inst/include/Rcpp/macros/macros.h: Remove unused variable warning in
179186
BEGIN_RCPP macro
@@ -874,7 +881,7 @@
874881
* inst/unitTests/cpp/sugar.cpp: Add unit test for the na_omit
875882
* inst/unitTests/runit.sugar.R: Ditto
876883

877-
2016-06-02 Kirill Müller <[email protected]>
884+
2016-06-02 Kirill Müller <[email protected]>
878885

879886
* inst/include/Rcpp/algorithm.h: Use "long long" only if available
880887
* inst/include/Rcpp/exceptions.h: Annotate stop() with NORET

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: 0.12.11.2
4-
Date: 2017-06-04
3+
Version: 0.12.11.3
4+
Date: 2017-06-17
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,22 @@
1313
\ghit{706}).
1414
\item Compilation is now also possibly on Haiku-OS (Yo Gong \ghpr{708}
1515
addressing \ghit{707}).
16+
\item Dimension attributes are explicitly cast to \code{int} (Kirill
17+
Müller in \ghpr{715}).
18+
\item Unused arguments are no longer declared (Kirill Müller in \ghpr{716})).
1619
}
1720
\item Changes in Rcpp Attributes:
1821
\itemize{
1922
\item Execute tools::package_native_routine_registration_skeleton
20-
within package rather than current working directory.
23+
within package rather than current working directory (JJ in \ghpr{697}).
2124
\item The R portion no longer uses \code{dir.exists} to no require R 3.2.0
2225
or newer (Elias Pipping in \ghpr{698}).
23-
\item Fix native registration for exports with name attribute (\ghpr{703}
26+
\item Fix native registration for exports with name attribute (JJ in \ghpr{703}
2427
addressing \ghit{702}).
25-
\item Automatically register init functions for Rcpp Modules (\ghpr{705}
28+
\item Automatically register init functions for Rcpp Modules (JJ in \ghpr{705}
2629
addressing \ghit{704}).
27-
\item Add Shield around parameters in Rcpp::interfaces (\ghit{712}).
30+
\item Add Shield around parameters in Rcpp::interfaces (JJ in \ghpr{713)
31+
addressing \ghit{712}).
2832
}
2933
}
3034
}

0 commit comments

Comments
 (0)