Skip to content

Commit b125470

Browse files
committed
Roll minor release, update NEWS
1 parent 98fc9b5 commit b125470

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

ChangeLog

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
2020-05-18 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h: Idem
5+
16
2020-05-17 Kevin Ushey <[email protected]>
27

3-
* inst/include/Rcpp/String.h: don't preserve returned SEXP in wrap
4-
* inst/include/RcppCommon.h: simplify
8+
* inst/include/Rcpp/String.h: Don't preserve returned SEXP in wrap
9+
* inst/include/RcppCommon.h: Simplify
510

611
2020-04-30 Dirk Eddelbuettel <[email protected]>
712

DESCRIPTION

+2-2
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.0.4.10
4-
Date: 2020-04-30
3+
Version: 1.0.4.11
4+
Date: 2020-05-18
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

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
(Dirk in \ghpr{1059}).
2020
\item One call to \code{abs} is now properly namespaced with
2121
\code{std::} (Uwe Korn in \ghpr{1069}).
22+
\item String object memory preservation was corrected/simplified
23+
(Kevin in \ghpr{1082}).
2224
}
2325
\item Changes in Rcpp Attributes:
2426
\itemize{

inst/include/Rcpp/config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.0.4"
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,10)
34-
#define RCPP_DEV_VERSION_STRING "1.0.4.10"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,11)
34+
#define RCPP_DEV_VERSION_STRING "1.0.4.11"
3535

3636
#endif

0 commit comments

Comments
 (0)