Skip to content

Commit 740b891

Browse files
committed
update ChangeLog and NEWS, roll minor version
1 parent 2f69b28 commit 740b891

File tree

4 files changed

+26
-9
lines changed

4 files changed

+26
-9
lines changed

ChangeLog

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2020-07-06 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h: Idem
5+
6+
2020-07-06 Kevin Ushey <[email protected]>
7+
8+
* inst/include/Rcpp/module/class.h: EXTPTR_PTR -> R_ExternalPtrAddr
9+
* src/api.cpp: Idem
10+
* src/module.cpp: Idem
11+
112
2020-07-01 Dirk Eddelbuettel <[email protected]>
213

314
* DESCRIPTION (Date, Version): Release 1.0.5
@@ -6,11 +17,6 @@
617
* inst/NEWS.Rd: Idem
718
* vignettes/rmd/Rcpp.bib: Idem
819
* inst/bib/Rcpp.bib: Idem
9-
2020-06-29 Kevin Ushey <[email protected]>
10-
11-
* inst/include/Rcpp/module/class.h: EXTPTR_PTR -> R_ExternalPtrAddr
12-
* src/api.cpp: Idem
13-
* src/module.cpp: Idem
1420

1521
2020-06-27 Dirk Eddelbuettel <[email protected]>
1622

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.0.5
4-
Date: 2020-07-01
3+
Version: 1.0.5.1
4+
Date: 2020-07-06
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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 patch release version 1.0.6 (2021-01-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Replace remaining few uses of \code{EXTPTR_PTR} with
11+
\code{R_ExternalPtrAddr} (Kevin in \ghpr{1098} fixing
12+
\ghit{1097}).
13+
}
14+
}
15+
}
16+
617
\section{Changes in Rcpp patch release version 1.0.5 (2020-07-01)}{
718
\itemize{
819
\item Changes in Rcpp API:

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.0.5"
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,5,0)
34-
#define RCPP_DEV_VERSION_STRING "1.0.5"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,5,1)
34+
#define RCPP_DEV_VERSION_STRING "1.0.5.1"
3535

3636
#endif

0 commit comments

Comments
 (0)